summaryrefslogtreecommitdiffstats
path: root/php.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
commitbd9570ba53a6d28763ea2e3dc68da8caa872768a (patch)
tree1cce78d99f0b29da591b2e6d1bc61c9c780586f2 /php.spec
parent4c7b767576ada361b6d8c75e824cb8decd0b94ba (diff)
php: fix tests/doc dir onwership (f24)
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/php.spec b/php.spec
index d1afc1d..6e9249a 100644
--- a/php.spec
+++ b/php.spec
@@ -125,7 +125,7 @@
%endif
%global rcver alpha2
-%global rpmrel 3
+%global rpmrel 4
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.1.0-0.4.alpha2
+- own tests/doc directories for pecl packages (f24)
+
* Wed Jun 22 2016 Remi Collet <remi@fedoraproject.org> 7.1.0-0.3.alpha2
- Update to 7.1.0alpha2 (rebuild)