Author: aredridel                    Date: Wed Feb 23 07:12:01 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- adapterised

---- Files affected:
SPECS:
   ruby-ZenTest.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/ruby-ZenTest.spec
diff -u SPECS/ruby-ZenTest.spec:1.1 SPECS/ruby-ZenTest.spec:1.2
--- SPECS/ruby-ZenTest.spec:1.1 Wed Feb 23 08:07:13 2005
+++ SPECS/ruby-ZenTest.spec     Wed Feb 23 08:11:55 2005
@@ -7,21 +7,26 @@
 Group:         Development/Languages
 Source0:       
http://rubyforge.org/frs/download.php/1944/ZenTest-%{version}.tar.gz
 # Source0-md5: f94eed12075025c3e7090520b95e8eab
-BuildRequires: perl
+BuildRequires: perl
 Requires:      ruby
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-ZenTest scans your target and unit-test code and writes your missing code 
based on simple naming rules, enabling XP at a much quicker pace. ZenTest only 
works with Ruby and Test::Unit.
-
-For auditing, ZenTest provides an excellent means of finding methods that have 
slipped through the testing process. I've run it against my own software and 
found I missed a lot in a well tested package. Writing those tests found 4 bugs 
I had no idea existed.
+ZenTest scans your target and unit-test code and writes your missing
+code based on simple naming rules, enabling XP at a much quicker pace.
+ZenTest only works with Ruby and Test::Unit.
+
+For auditing, ZenTest provides an excellent means of finding methods
+that have slipped through the testing process. I've run it against my
+own software and found I missed a lot in a well tested package.
+Writing those tests found 4 bugs I had no idea existed.
 
 %prep
 %setup -q -n ZenTest-%{version}
 
 %build
-make
+%{__make}
 find . -name '*.rb' | xargs perl -pi -e "s#local/bin/ruby#bin/ruby#"
 
 
@@ -44,6 +49,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2005/02/23 07:11:55  aredridel
+- adapterised
+
 Revision 1.1  2005/02/23 07:07:13  aredridel
 - added
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ruby-ZenTest.spec?r1=1.1&r2=1.2&f=u


_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to