summaryrefslogtreecommitdiffstats
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
commitb1bc0b549f560d86b5f8b3ac82538ee840a83671 (patch)
treeb02563c51ab95c841744fba68b0f683a85a46bc7
parent604187e232bcc402c5c372eef6508bef761acfc4 (diff)
php: fix tests/doc dir onwership (f24)
-rw-r--r--php.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/php.spec b/php.spec
index 5198070..1c6b418 100644
--- a/php.spec
+++ b/php.spec
@@ -140,7 +140,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: 5.5.37
-Release: 1%{?dist}
+Release: 1.1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -1334,6 +1334,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}
@@ -1641,6 +1643,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
@@ -1771,6 +1776,9 @@ fi
%changelog
+* Thu Jun 30 2016 Remi Collet <remi@fedoraproject.org> 5.5.37-1.1
+- own tests/doc directories for pecl packages (f24)
+
* Tue Jun 21 2016 Remi Collet <remi@fedoraproject.org> 5.5.37-1
- Update to 5.5.37
http://www.php.net/releases/5_5_37.php