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
commit476aa27e2dcda3bd173be11c85d0147c5512caab (patch)
tree97064daae29b009c0e6a0929c7a3b06ab36f7371 /php.spec
parent443d19a2ec02ac882f4d12e045f9e9c06a2db868 (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 7fcd6bb..9914489 100644
--- a/php.spec
+++ b/php.spec
@@ -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