diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-07-01 08:29:04 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-07-01 08:29:04 +0200 |
commit | a89917c226b80a70e1fcf376a581b004fe4149d7 (patch) | |
tree | b69e37ca8b2ef243d4cd478137a01819f86a8e15 | |
parent | 02b1b39c03620f41b089ffd8dad24659aa7232ff (diff) |
php-zendframework*: improve doc management
-rw-r--r-- | php-zendframework-zend-mvc-form.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/php-zendframework-zend-mvc-form.spec b/php-zendframework-zend-mvc-form.spec index b2c9c46..731db67 100644 --- a/php-zendframework-zend-mvc-form.spec +++ b/php-zendframework-zend-mvc-form.spec @@ -58,6 +58,8 @@ well. %prep %setup -q -n %{gh_project}-%{gh_commit} +mv LICENSE.md LICENSE + %build # Empty build section, nothing required @@ -74,8 +76,8 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} -%license LICENSE.md -%doc CHANGELOG.md README.md +%license LICENSE +%doc *.md %doc composer.json |