Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
Revert 'drop runtime dependency on PEAR' (file triggers) changes
Browse files Browse the repository at this point in the history
  • Loading branch information
carlwgeorge committed Dec 9, 2016
1 parent ca22406 commit a91a665
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 0 additions & 2 deletions SOURCES/macros.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,3 @@

%__php %{_bindir}/php
%__ztsphp %{_bindir}/zts-php

%pecl_xmldir %{_sharedstatedir}/php/peclxml
9 changes: 1 addition & 8 deletions SPECS/php71u.spec
Original file line number Diff line number Diff line change
Expand Up @@ -1511,10 +1511,6 @@ install -m 700 -d $RPM_BUILD_ROOT%{_sharedstatedir}/php/mod_php/session
install -m 700 -d $RPM_BUILD_ROOT%{_sharedstatedir}/php/mod_php/wsdlcache
install -m 700 -d $RPM_BUILD_ROOT%{_sharedstatedir}/php/mod_php/opcache

install -m 755 -d $RPM_BUILD_ROOT%{_sharedstatedir}/php/peclxml
install -m 755 -d $RPM_BUILD_ROOT%{_docdir}/pecl
install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/tests/pecl

# PHP-FPM stuff
install -m 700 -d $RPM_BUILD_ROOT%{_sharedstatedir}/php/fpm
install -m 700 -d $RPM_BUILD_ROOT%{_sharedstatedir}/php/fpm/session
Expand Down Expand Up @@ -1749,11 +1745,7 @@ fi
%dir %{_libdir}/php-zts/modules
%endif
%dir %{_sharedstatedir}/php
%dir %{_sharedstatedir}/php/peclxml
%dir %{_datadir}/php
%dir %{_docdir}/pecl
%dir %{_datadir}/tests
%dir %{_datadir}/tests/pecl

%files cli
%{_bindir}/php
Expand Down Expand Up @@ -1879,6 +1871,7 @@ fi
%changelog
* Fri Dec 09 2016 Carl George <[email protected]> - 7.1.0-2.ius
- Enable zip extension
- Revert 'drop runtime dependency on PEAR' (file triggers) changes

* Fri Dec 02 2016 Carl George <[email protected]> - 7.1.0-1.ius
- Port from Fedora to IUS
Expand Down

0 comments on commit a91a665

Please sign in to comment.