diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-04-15 09:02:07 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-04-15 09:02:07 +0200 | 
| commit | 4a70f6808aa3289cac6e17a3b62de0c0f79e6f23 (patch) | |
| tree | 1c52aced61a03b39715436ac002dccc9a83182ed | |
| parent | f8b6a797c4857ff33dd0c1959ae2ed5f2db42c83 (diff) | |
php-phpdocumentor-reflection: add LICENSE-PHPParser
| -rw-r--r-- | php-phpdocumentor-reflection.spec | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/php-phpdocumentor-reflection.spec b/php-phpdocumentor-reflection.spec index 9c675b4..98cf1cb 100644 --- a/php-phpdocumentor-reflection.spec +++ b/php-phpdocumentor-reflection.spec @@ -115,6 +115,7 @@ Autoloader: %{_datadir}/php/phpDocumentor/Reflection/autoload.php  # Include PHPParser in this library, as old deprecated version required  mv %{php_parser_project}-%{php_parser_commit}/lib/PHPParser \      src/phpDocumentor/Reflection/PHPParser +mv %{php_parser_project}-%{php_parser_commit}/LICENSE LICENSE-PHPParser  %endif  cp %{SOURCE2} LICENSE @@ -174,7 +175,7 @@ rm -rf %{buildroot}  %files  %defattr(-,root,root,-)  %{!?_licensedir:%global license %%doc} -%license LICENSE +%license LICENSE*  %doc *.md  %doc composer.json  %{_datadir}/php/phpDocumentor/Reflection/*  | 
