From: zergin Date: Tue, 24 Feb 2009 15:07:47 +0000 (+0000) Subject: - add missing /usr/bin/phpunit (rel 2) X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;ds=sidebyside;h=46bf625172911b0414c29c61b5e4e10f8b218c79;p=packages%2Fphp-saucelabs-PHPUnit.git - add missing /usr/bin/phpunit (rel 2) Changed files: php-phpunit-PHPUnit.spec -> 1.8 --- diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec index 5f06fb1..1176719 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -6,7 +6,7 @@ Summary: %{_pearname} - regression testing framework for unit tests Summary(pl.UTF-8): %{_pearname} - zestaw testów regresyjnych Name: php-%{_pearname} Version: 3.3.14 -Release: 1 +Release: 2 License: BSD Group: Development/Languages/PHP Source0: http://pear.phpunit.de/get/PHPUnit-%{version}.tgz @@ -58,6 +58,8 @@ Testy dla PEAR::%{_pearname}. %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{php_pear_dir} +install -d $RPM_BUILD_ROOT%{_bindir} +install usr/bin/phpunit $RPM_BUILD_ROOT%{_bindir} %pear_package_install %clean @@ -68,6 +70,7 @@ rm -rf $RPM_BUILD_ROOT %doc install.log optional-packages.txt %{php_pear_dir}/.registry/.channel.pear.phpunit.de/*.reg %{php_pear_dir}/%{_class} +%attr(755,root,root) %{_bindir}/phpunit %files tests %defattr(644,root,root,755)