Author: qboosh Date: Tue Mar 1 18:47:08 2011 GMT Module: packages Tag: HEAD ---- Log message: - real description - pl - completed BRs - fixed files
---- Files affected: packages/perl-Test-Fatal: perl-Test-Fatal.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/perl-Test-Fatal/perl-Test-Fatal.spec diff -u packages/perl-Test-Fatal/perl-Test-Fatal.spec:1.1 packages/perl-Test-Fatal/perl-Test-Fatal.spec:1.2 --- packages/perl-Test-Fatal/perl-Test-Fatal.spec:1.1 Fri Feb 25 22:03:59 2011 +++ packages/perl-Test-Fatal/perl-Test-Fatal.spec Tue Mar 1 19:47:03 2011 @@ -6,26 +6,37 @@ %include /usr/lib/rpm/macros.perl %define pdir Test %define pnam Fatal -Summary: Test::Fatal Perl module - incredibly simple helpers for testing code with exceptions +Summary: Test::Fatal - incredibly simple helpers for testing code with exceptions +Summary(pl.UTF-8): Test::Fatal - bardzo proste funkcje pomocnicze do kodu testującego z wyjątkami Name: perl-Test-Fatal Version: 0.003 Release: 1 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl -Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/%{pdir}-%{pnam}-%{version}.tar.gz +Source0: http://www.cpan.org/modules/by-module/Test/RJBS/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: e73e90b65a5f07ff77f7e5f3bd336fcf URL: http://search.cpan.org/dist/Test-Fatal/ +BuildRequires: perl-ExtUtils-MakeMaker >= 6.31 BuildRequires: perl-devel >= 1:5.8.7 -BuildRequires: perl-Try-Tiny >= 0.07 +BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} +BuildRequires: perl-Test-Simple >= 0.96 +BuildRequires: perl-Try-Tiny >= 0.07 %endif -BuildRequires: rpm-perlprov >= 4.1-13 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Test::Fatal Perl - incredibly simple helpers for testing code with exceptions. +Test::Fatal is an alternative to the popular Test::Exception. It does +much less, but should allow greater flexibility in testing +exception-throwing code with about the same amount of typing. + +%description -l pl.UTF-8 +Test::Fatal to alternatywa dla popularnego Test::Exception. Ten moduł +robi znacznie mniej, ale powinien pozwalać na większą elastyczność +przy testowaniu kodu rzucającego wyjątki przy mniej więcej tej samej +ilości napisanego kodu. %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -48,9 +59,9 @@ %files %defattr(644,root,root,755) -%doc Changes -%{perl_vendorlib}/Test -%{_mandir}/man3/*.3* +%doc Changes README +%{perl_vendorlib}/Test/Fatal.pm +%{_mandir}/man3/Test::Fatal.3pm* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -58,6 +69,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2011/03/01 18:47:03 qboosh +- real description +- pl +- completed BRs +- fixed files + Revision 1.1 2011/02/25 21:03:59 arekm - initial - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Test-Fatal/perl-Test-Fatal.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
