Author: qboosh                       Date: Wed Feb 23 20:43:09 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, cosmetics

---- Files affected:
SPECS:
   ruby-ZenTest.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/ruby-ZenTest.spec
diff -u SPECS/ruby-ZenTest.spec:1.3 SPECS/ruby-ZenTest.spec:1.4
--- SPECS/ruby-ZenTest.spec:1.3 Wed Feb 23 09:30:45 2005
+++ SPECS/ruby-ZenTest.spec     Wed Feb 23 21:43:04 2005
@@ -1,5 +1,6 @@
 # $Revision$, $Date$
 Summary:       Ruby Testing framework
+Summary(pl):   Szkielet do testów dla języka Ruby
 Name:          ruby-ZenTest
 Version:       2.3.0
 Release:       1
@@ -22,17 +23,29 @@
 own software and found I missed a lot in a well tested package.
 Writing those tests found 4 bugs I had no idea existed.
 
+%description -l pl
+ZenTest skanuje cel oraz kod testów jednostkowych i pisze brakujący
+kod w oparciu o proste reguły nazywania, pozwalając na duży szybsze
+XP. ZenTest działa tylko z Rubym i Test::Unit.
+
+Dla potrzeb audytu ZenTest dostarcza świetne środki znajdowania metod
+wyślizgujących się z procesu testowania. Autor uruchamiał je na
+własnym oprogramowaniu i znalazł, że wiele pominął w dobrze
+przetestowanym pakiecie. Napisanie tych testów znalazło 4 błędy, o
+których istnieniu autor nie miał pojęcia.
+
 %prep
 %setup -q -n ZenTest-%{version}
 
 %build
 %{__make}
-find . -name '*.rb' | xargs perl -pi -e "s#local/bin/ruby#bin/ruby#"
 
+find . -name '*.rb' | xargs perl -pi -e "s#local/bin/ruby#bin/ruby#"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
+
 install ZenTest.rb $RPM_BUILD_ROOT%{_bindir}/ZenTest
 install unit_diff.rb $RPM_BUILD_ROOT%{_bindir}/unit_diff
 
@@ -49,6 +62,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2005/02/23 20:43:04  qboosh
+- pl, cosmetics
+
 Revision 1.3  2005/02/23 08:30:45  darekr
 - BR: s/perl/perl-base/
 
@@ -57,4 +73,3 @@
 
 Revision 1.1  2005/02/23 07:07:13  aredridel
 - added
-
================================================================

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


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

Reply via email to