SPECS: perl-Test-Simple.spec - check-files cleanup, adapterized
glen
glen at pld-linux.org
Tue Aug 22 18:29:09 CEST 2006
Author: glen Date: Tue Aug 22 16:29:09 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- check-files cleanup, adapterized
---- Files affected:
SPECS:
perl-Test-Simple.spec (1.43 -> 1.44)
---- Diffs:
================================================================
Index: SPECS/perl-Test-Simple.spec
diff -u SPECS/perl-Test-Simple.spec:1.43 SPECS/perl-Test-Simple.spec:1.44
--- SPECS/perl-Test-Simple.spec:1.43 Tue Aug 15 16:35:51 2006
+++ SPECS/perl-Test-Simple.spec Tue Aug 22 18:29:04 2006
@@ -28,13 +28,14 @@
%if "%(perl -MConfig -e 'print $Config{useithreads};')" != "define"
%define _noautoreq 'perl(threads)' 'perl(threads::shared)'
%else
-Requires: perl(threads) perl(threads::shared)
+Requires: perl(threads)
+Requires: perl(threads::shared)
%endif
%description
-AHHHHHHH!!!! NOT TESTING! Anything but testing! Beat me, whip me,
-send me to Detroit, but don't make me write tests!
- -- perldoc Test::Tutorial
+AHHHHHHH!!!! NOT TESTING! Anything but testing! Beat me, whip me, send
+me to Detroit, but don't make me write tests!
+ - -- perldoc Test::Tutorial
Test::Simple is an extremely simple, extremely basic module for
writing tests suitable for CPAN modules and other pursuits. If you
@@ -48,9 +49,10 @@
function, it doesn't provide good diagnostic output.
%description -l pl
-AAAAAAAA!!! NIE TESTOWANIE! Wszystko tylko nie testowanie! Bijcie mnie,
-biczujcie mnie, wyślijcie do Detroit, ale nie każcie pisać testów!
- -- perldoc Test::Tutorial
+AAAAAAAA!!! NIE TESTOWANIE! Wszystko tylko nie testowanie! Bijcie
+mnie, biczujcie mnie, wyślijcie do Detroit, ale nie każcie pisać
+testów!
+ - -- perldoc Test::Tutorial
Test::Simple jest bardzo prostym, bardzo podstawowym modułem do
pisania testów pasujących do modułów CPAN i innych. Do bardziej
@@ -59,8 +61,8 @@
Celem Test::More jest dostarczenie szerokiego zakresu narzędzi do
testowania. Różne sposoby powiedzenia "ok" z lepszą diagnostyką,
-ułatwienia przy pomijaniu testów, testowaniu przyszłych możliwości
-i porównywaniu skomplikowanych struktur danych. O ile można zrobić
+ułatwienia przy pomijaniu testów, testowaniu przyszłych możliwości i
+porównywaniu skomplikowanych struktur danych. O ile można zrobić
prawie wszystko prostą funkcją "ok()", nie daje ona dobrego wyjścia
diagnostycznego.
@@ -82,6 +84,8 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/Test/Tutorial.pod
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -98,6 +102,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.44 2006/08/22 16:29:04 glen
+- check-files cleanup, adapterized
+
Revision 1.43 2006/08/15 14:35:51 radek
- O: perl-Test-Builder-Tester = 1.01
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/perl-Test-Simple.spec?r1=1.43&r2=1.44&f=u
More information about the pld-cvs-commit
mailing list