[packages/php-saucelabs-PHPUnit: 8/26] - add missing /usr/bin/phpunit (rel 2)

glen glen at pld-linux.org
Mon Jan 28 21:04:15 CET 2013


commit 46bf625172911b0414c29c61b5e4e10f8b218c79
Author: zergin <zergin at pld-linux.org>
Date:   Tue Feb 24 15:07:47 2009 +0000

    - add missing /usr/bin/phpunit (rel 2)
    
    Changed files:
        php-phpunit-PHPUnit.spec -> 1.8

 php-phpunit-PHPUnit.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
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)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-saucelabs-PHPUnit.git/commitdiff/ee31b5ae1a839e78274e9c9fb526debf92b852ca



More information about the pld-cvs-commit mailing list