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 | 476aa27e2dcda3bd173be11c85d0147c5512caab (patch) | |
tree | 97064daae29b009c0e6a0929c7a3b06ab36f7371 | |
parent | 443d19a2ec02ac882f4d12e045f9e9c06a2db868 (diff) |
php: fix tests/doc dir onwership (f24)
-rw-r--r-- | php.spec | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -125,7 +125,7 @@ %endif #global rcver RC1 -%global rpmrel 1 +%global rpmrel 1.1 Summary: PHP scripting language for creating dynamic web sites @@ -1372,6 +1372,8 @@ install -m 700 -d $RPM_BUILD_ROOT%{_localstatedir}/lib/php/wsdlcache install -m 700 -d $RPM_BUILD_ROOT%{_localstatedir}/lib/php/opcache %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} @@ -1675,6 +1677,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 @@ -1819,6 +1824,9 @@ fi %changelog +* Thu Jun 30 2016 Remi Collet <remi@fedoraproject.org> 7.0.8-1.1 +- own tests/doc directories for pecl packages (f24) + * Wed Jun 22 2016 Remi Collet <remi@fedoraproject.org> 7.0.8-1 - Update to 7.0.8 - http://www.php.net/releases/7_0_8.php |