summaryrefslogtreecommitdiffstats
path: root/php70.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-06-30 12:28:01 +0200
committerRemi Collet <fedora@famillecollet.com>2016-06-30 12:28:01 +0200
commit557ce3805a094d1a58644b54fc52075e4f123cc5 (patch)
treecc5b27f8669a16a10a4803388e4cbd2710e5ae33 /php70.spec
parent24fd71199e3e1b1ef22f94b0ad2217b516acfb0c (diff)
php: fix tests/doc dir onwership (f24)
Diffstat (limited to 'php70.spec')
-rw-r--r--php70.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/php70.spec b/php70.spec
index 9fed646..94c5ab1 100644
--- a/php70.spec
+++ b/php70.spec
@@ -121,7 +121,7 @@
%endif
#global rcver RC1
-%global rpmrel 1
+%global rpmrel 1.1
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -1561,6 +1561,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}
@@ -1851,6 +1853,9 @@ fi
%dir %{_localstatedir}/lib/php
%if 0%{?fedora} >= 24
%dir %{_localstatedir}/lib/php/peclxml
+%dir %{_docdir}/pecl
+%dir %{_datadir}/tests
+%dir %{_datadir}/tests/pecl
%endif
%dir %{_datadir}/php
@@ -1989,6 +1994,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