diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-04-30 10:49:03 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-04-30 10:49:03 +0200 |
commit | 8754bc681d894a0688ad76096fcaccdb3b763742 (patch) | |
tree | 152630ba6ef0c5a66eb1cb1f291ccd447105dd0a | |
parent | 3a5b65dcebacb3f2a6978723aa99c8c012d022f1 (diff) |
php-phpunit-*: clean pear registry
-rw-r--r-- | php-phpunit-PHPUnit.spec | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec index 1248db2..c0fcec4 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -18,7 +18,7 @@ Name: php-phpunit-PHPUnit Version: 4.0.18 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The PHP Unit Testing framework Group: Development/Libraries @@ -134,6 +134,13 @@ sed -e '/logging/d' \ rm -rf %{buildroot} +%post +if [ -x %{_bindir}/pear ]; then + %{_bindir}/pear uninstall --nodeps --ignore-errors --register-only \ + %{pear_channel}/%{pear_name} >/dev/null +fi + + %files %defattr(-,root,root,-) %{_bindir}/phpunit @@ -141,7 +148,10 @@ rm -rf %{buildroot} %changelog -* Tue Apr 29 2014 Remi Collet <remi@fedoraproject.org> - 4.0.14-1 +* Wed Apr 30 2014 Remi Collet <remi@fedoraproject.org> - 4.0.18-2 +- cleanup pear registry + +* Tue Apr 29 2014 Remi Collet <remi@fedoraproject.org> - 4.0.18-1 - update to 4.0.18 - sources from github |