From 30cec16a17319a50c22ff068fef07f2c502a627b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 31 Jul 2014 10:29:20 +0200 Subject: php-Smarty: fix license handling --- php-Smarty.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 - 3.1.19-1 +- backport 3.1.14 for remi repo +- fix license handling + * Wed Jul 30 2014 Johan Cwiklinski - 3.1.19-1 - Last upstream release -- cgit