diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-06-07 07:07:48 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-06-07 07:07:48 +0200 |
commit | 75a0531575e1f4645c8e43c85b2a5938ca61c69f (patch) | |
tree | 1626ce826901f781cab44ae2e69056f7945f9029 /php-pclzip.spec | |
parent | 4dcd933023b7c2ef53afb95197feacf50e7736b6 (diff) |
Diffstat (limited to 'php-pclzip.spec')
-rw-r--r-- | php-pclzip.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/php-pclzip.spec b/php-pclzip.spec index dac8259..b4ff6de 100644 --- a/php-pclzip.spec +++ b/php-pclzip.spec @@ -15,6 +15,7 @@ URL: http://www.phpconcept.net/%{libname} # http://www.phpconcept.net/download.php?file=pclzip-VERSION_WTIH_DASHES_INSTEAD_OF_DOTS.tgz Source0: %{libname}-%(echo "%{version}" | sed 's/\./-/g').tgz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: php(language) @@ -57,11 +58,15 @@ cp -p *.php %{buildroot}/%{_datadir}/php/%{libname}/ %files +%defattr(-,root,root,-) %doc *.txt %{_datadir}/php/%{libname} %changelog +* Sat Jun 7 2014 Remi Collet <remi@fedoraproject.org> 2.8.2-2 +- backport for remi repo + * Fri Jun 06 2014 Shawn Iwinski <shawn.iwinski@gmail.com> - 2.8.2-2 - Conditional %%{?dist} |