]> git.pld-linux.org Git - packages/perl-Test-Fatal.git/blobdiff - perl-Test-Fatal.spec
- updated to 0.016
[packages/perl-Test-Fatal.git] / perl-Test-Fatal.spec
index 5181a42cfbe471d5235a8a65fd6949fc519545c3..8c84ad99bbe88d0b6e59f05d54f2098ba3ee662d 100644 (file)
@@ -2,29 +2,41 @@
 # Conditional build:
 %bcond_without tests # do not perform "make test"
 #
-%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
+Version:       0.016
 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-md5: e73e90b65a5f07ff77f7e5f3bd336fcf
-URL:           http://search.cpan.org/dist/Test-Fatal/
+Source0:       http://www.cpan.org/modules/by-module/Test/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: da5d864c04a60e71de9ae51b318562fd
+URL:           https://metacpan.org/release/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
+BuildRequires: rpmbuild(macros) >= 1.745
 %if %{with tests}
+BuildRequires: perl(Exporter) >= 5.57
+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 +59,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.06032 seconds and 4 git commands to generate.