diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-07-31 10:29:20 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-07-31 10:29:20 +0200 |
commit | 30cec16a17319a50c22ff068fef07f2c502a627b (patch) | |
tree | ea03f8a7e3f363145a24870eb6f3600e37acedc3 | |
parent | 0b7a0386c4a5f1b596393f2aa4a4aef66ba09340 (diff) |
php-Smarty: fix license handling
-rw-r--r-- | php-Smarty.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/php-Smarty.spec b/php-Smarty.spec index 35f7fd4..6e2a206 100644 --- a/php-Smarty.spec +++ b/php-Smarty.spec @@ -53,11 +53,17 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc COPYING.lib demo README change_log.txt SMARTY*.txt +%{!?_licensedir:%global license %%doc} +%license COPYING.lib +%doc demo README change_log.txt SMARTY*.txt %{_datadir}/php/Smarty %changelog +* Thu Jul 31 2014 Remi Collet <remi@fedoraproject.org> - 3.1.19-1 +- backport 3.1.14 for remi repo +- fix license handling + * Wed Jul 30 2014 Johan Cwiklinski <johan AT x-tnd DOT be> - 3.1.19-1 - Last upstream release |