diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-05-13 09:40:59 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-05-13 09:40:59 +0200 |
commit | f6c0c43d004b2a4bf813ec3fcd406f1fe5aec42d (patch) | |
tree | 31eec03fdf64f7b8fd0f778012f9da609501e835 | |
parent | b3b8f94d2814c697ac4a6aab6520e2cdb60ec362 (diff) |
php-tcpdf: Fix README.cache file permissions (trashy)
-rw-r--r-- | php-tcpdf.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-tcpdf.spec b/php-tcpdf.spec index 5b4bd37..b1f9059 100644 --- a/php-tcpdf.spec +++ b/php-tcpdf.spec @@ -4,7 +4,7 @@ Name: php-tcpdf Summary: PHP class for generating PDF documents Version: 6.0.012 -Release: 2%{?dist} +Release: 3%{?dist} Source0: http://downloads.sourceforge.net/%{real_name}/%{real_name}_%{dl_version}.zip URL: http://www.tcpdf.org @@ -161,7 +161,7 @@ cp -a config/*.php $RPM_BUILD_ROOT%{_sysconfdir}/%{name} # Cache install -d $RPM_BUILD_ROOT%{_localstatedir}/cache/%{name} -install README.cache $RPM_BUILD_ROOT%{_localstatedir}/cache/%{name}/README +install -m 0644 README.cache $RPM_BUILD_ROOT%{_localstatedir}/cache/%{name}/README %post @@ -198,9 +198,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun May 10 2013 Johan Cwiklinski <johan AT x-tnd DOT be> - 6.0.012-3 +- Fix README.cache file permissions + * Fri May 10 2013 Remi Collet <remi@fedoraproject.org> - 6.0.012-2 - improve cache ownership, on folder per web server - drop bundled fonts -* Thu May 09 2013 Johan Cwiklinski <johan AT x-tnd DOt be> - 6.0.012-1 +* Thu May 09 2013 Johan Cwiklinski <johan AT x-tnd DOT be> - 6.0.012-1 - Initial packaging |