]> git.pld-linux.org Git - packages/perl-strictures.git/blobdiff - perl-strictures.spec
- updated to 2.000006
[packages/perl-strictures.git] / perl-strictures.spec
index 27a8bc16ba2f0e27163b6620ad084e8b3c4dea41..27ec690631913b482a175b439fafe403a8a2922a 100644 (file)
@@ -3,28 +3,30 @@
 %bcond_without tests           # do not perform "make test"
 #
 %define                pdir    strictures
-%include       /usr/lib/rpm/macros.perl
 Summary:       Turn on strict and make all warnings fatal
-#Summary(pl.UTF-8):    
+Summary(pl.UTF-8):     Włączenie trybu ścisłego i uczynienie wszystkich ostrzeżeń krytycznymi
 Name:          perl-strictures
-Version:       1.005002
+Version:       2.000006
 Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
-Source0:       http://www.cpan.org/modules/by-authors/id/H/HA/HAARG/strictures-1.005002.tar.gz
-# Source0-md5: 3003ab606c221b0f125496ee186c9f1c
-URL:           http://search.cpan.org/dist/strictures/
-BuildRequires: perl-devel >= 1:5.8.0
+Source0:       http://www.cpan.org/modules/by-authors/id/H/HA/HAARG/%{pdir}-%{version}.tar.gz
+# Source0-md5: 35c14fd25320f32ff40e977feae95d0d
+URL:           https://metacpan.org/release/strictures
+%{?with_tests:BuildRequires:   perl-Test-Simple}
+BuildRequires: perl-devel >= 1:5.8.4
 BuildRequires: rpm-perlprov >= 4.1-13
+BuildRequires: rpmbuild(macros) >= 1.745
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Turn on strict and make all warnings fatal.
 
-# %description -l pl.UTF-8
-# TODO
+%description -l pl.UTF-8
+Włączenie trybu ścisłego i uczynienie wszystkich ostrzeżeń
+krytycznymi.
 
 %prep
 %setup -q -n %{pdir}-%{version}
@@ -48,5 +50,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc Changes README
-%{perl_vendorlib}/*.pm
-%{_mandir}/man3/*
+%{perl_vendorlib}/strictures.pm
+%{perl_vendorlib}/strictures
+%{_mandir}/man3/strictures.3pm*
+%{_mandir}/man3/strictures::extra.3pm*
This page took 0.062099 seconds and 4 git commands to generate.