diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-06-30 12:28:01 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-06-30 12:28:01 +0200 |
commit | 2d435f748eb8b38cafe8c7bced681f84790c93ce (patch) | |
tree | 937f80513d9264ed82bd8eac41cd2a90b23b6f35 | |
parent | 99a700034894bf7b12fd5f4c8d8353e88b6739b5 (diff) |
php: fix tests/doc dir onwership (f24)
-rw-r--r-- | php.spec | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -138,7 +138,7 @@ %endif #global rcver RC1 -%global rpmrel 1 +%global rpmrel 1.1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1344,6 +1344,8 @@ install -m 700 -d $RPM_BUILD_ROOT%{_localstatedir}/lib/php/session install -m 700 -d $RPM_BUILD_ROOT%{_localstatedir}/lib/php/wsdlcache %if 0%{?fedora} >= 24 install -m 755 -d $RPM_BUILD_ROOT%{_localstatedir}/lib/php/peclxml +install -m 755 -d $RPM_BUILD_ROOT%{_docdir}/pecl +install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/tests/pecl %endif %if %{with_lsws} @@ -1669,6 +1671,9 @@ fi %dir %{_datadir}/php %if 0%{?fedora} >= 24 %dir %{_localstatedir}/lib/php/peclxml +%dir %{_docdir}/pecl +%dir %{_datadir}/tests +%dir %{_datadir}/tests/pecl %endif %files cli @@ -1808,6 +1813,9 @@ fi %changelog +* Thu Jun 30 2016 Remi Collet <remi@fedoraproject.org> 5.6.23-1.1 +- own tests/doc directories for pecl packages (f24) + * Wed Jun 22 2016 Remi Collet <remi@fedoraproject.org> 5.6.23-1 - Update to 5.6.23 - http://www.php.net/releases/5_6_23.php |