]> git.pld-linux.org Git - packages/perl-Test-Fatal.git/commitdiff
- real description auto/ti/perl-Test-Fatal-0_003-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 1 Mar 2011 18:47:03 +0000 (18:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- pl
- completed BRs
- fixed files

Changed files:
    perl-Test-Fatal.spec -> 1.2

perl-Test-Fatal.spec

index 5181a42cfbe471d5235a8a65fd6949fc519545c3..d14e8ab6e899821af7c298e01855a601a5250b16 100644 (file)
@@ -5,26 +5,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}
@@ -47,6 +58,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %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*
This page took 0.090212 seconds and 4 git commands to generate.