From 4a70f6808aa3289cac6e17a3b62de0c0f79e6f23 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 15 Apr 2016 09:02:07 +0200 Subject: php-phpdocumentor-reflection: add LICENSE-PHPParser --- php-phpdocumentor-reflection.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/* -- cgit