From 2d435f748eb8b38cafe8c7bced681f84790c93ce Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 30 Jun 2016 12:28:01 +0200 Subject: php: fix tests/doc dir onwership (f24) --- php.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 14ab308..c319c00 100644 --- a/php.spec +++ b/php.spec @@ -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 5.6.23-1.1 +- own tests/doc directories for pecl packages (f24) + * Wed Jun 22 2016 Remi Collet 5.6.23-1 - Update to 5.6.23 - http://www.php.net/releases/5_6_23.php -- cgit