]> git.pld-linux.org Git - packages/php-saucelabs-PHPUnit.git/commitdiff
- add missing /usr/bin/phpunit (rel 2)
authorzergin <zergin@pld-linux.org>
Tue, 24 Feb 2009 15:07:47 +0000 (15:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-phpunit-PHPUnit.spec -> 1.8

php-phpunit-PHPUnit.spec

index 5f06fb1be6d6a1a337826653597d53c0e46e3dc5..117671984e521acff68edee947f9695b430bf46c 100644 (file)
@@ -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)
This page took 0.933421 seconds and 4 git commands to generate.