SPECS: php-PHPUnit.spec - add missing /usr/bin/phpunit (rel 2)
zergin
zergin at pld-linux.org
Tue Feb 24 16:07:53 CET 2009
Author: zergin Date: Tue Feb 24 15:07:53 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- add missing /usr/bin/phpunit (rel 2)
---- Files affected:
SPECS:
php-PHPUnit.spec (1.7 -> 1.8)
---- Diffs:
================================================================
Index: SPECS/php-PHPUnit.spec
diff -u SPECS/php-PHPUnit.spec:1.7 SPECS/php-PHPUnit.spec:1.8
--- SPECS/php-PHPUnit.spec:1.7 Tue Feb 24 14:26:50 2009
+++ SPECS/php-PHPUnit.spec Tue Feb 24 16:07:47 2009
@@ -7,7 +7,7 @@
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
@@ -59,6 +59,8 @@
%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
@@ -69,6 +71,7 @@
%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)
@@ -80,6 +83,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2009/02/24 15:07:47 zergin
+- add missing /usr/bin/phpunit (rel 2)
+
Revision 1.7 2009/02/24 13:26:50 zergin
- update to 3.3.14 (current stable)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/php-PHPUnit.spec?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list