]> git.pld-linux.org Git - packages/perl-Test-Simple.git/blobdiff - perl-Test-Simple.spec
- check-files cleanup, adapterized
[packages/perl-Test-Simple.git] / perl-Test-Simple.spec
index 379583496f7eebb696bd50debbe18f831203618e..1478cd4b9f33163e56a40fd483e946f790f22a38 100644 (file)
@@ -8,16 +8,18 @@
 Summary:       Test::Simple - basic utilities for writing tests
 Summary(pl):   Test::Simple - podstawowe narzêdzia do pisania testów
 Name:          perl-Test-Simple
-Version:       0.54
-Release:       2
+Version:       0.64
+Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: a3350894397a484a3b1d2658cdaf63a7
+# Source0-md5: e22dcd4f06eed7b389f2bd0d17ed4dc1
 URL:           http://search.cpan.org/dist/Test-Simple/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
+Provides:      perl-Test-Builder-Tester = 1.04
+Obsoletes:     perl-Test-Builder-Tester = 0:1.01
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -25,13 +27,14 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %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
@@ -45,9 +48,10 @@ data structures. While you can do almost anything with a simple "ok()"
 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
@@ -56,8 +60,8 @@ ten).
 
 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
-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.
 
@@ -79,6 +83,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/Test/Tutorial.pod
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -86,4 +92,5 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc Changes README TODO
 %{perl_vendorlib}/Test/*.pm
+%{perl_vendorlib}/Test/Builder
 %{_mandir}/man3/*
This page took 0.069907 seconds and 4 git commands to generate.