]> git.pld-linux.org Git - packages/perl-CPAN-Meta-Check.git/blobdiff - perl-CPAN-Meta-Check.spec
- updated to 0.018
[packages/perl-CPAN-Meta-Check.git] / perl-CPAN-Meta-Check.spec
index 067a7dbd81243422b0c43bfeffac39543a995816..1df37bbda69eb8a72fa8ded587832f6f25285bf7 100644 (file)
@@ -1,29 +1,29 @@
 #
 # Conditional build:
-%bcond_without tests           # do not perform "make test"
+%bcond_without tests   # unit tests
 #
 %define                pdir    CPAN
 %define                pnam    Meta-Check
-%include       /usr/lib/rpm/macros.perl
 Summary:       CPAN::Meta::Check - Verify requirements in a CPAN::Meta object
 Summary(pl.UTF-8):     CPAN::Meta::Check - sprawdzanie wymagań w obiekcie CPAN::Meta
 Name:          perl-CPAN-Meta-Check
-Version:       0.007
+Version:       0.018
 Release:       1
-# same as perl
+# same as perl 5
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
-Source0:       http://www.cpan.org/modules/by-module/CPAN/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 56f71df79cea8d308a552b3eb996deb0
-Patch0:                fixdeps.patch
-URL:           http://search.cpan.org/dist/CPAN-Meta-Check/
+Source0:       https://www.cpan.org/modules/by-module/CPAN/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: d1c2190e8bc1c176b9ee9cba3ac403ad
+URL:           https://metacpan.org/dist/CPAN-Meta-Check
 BuildRequires: perl-ExtUtils-MakeMaker >= 6.30
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
+BuildRequires: rpmbuild(macros) >= 1.745
 %if %{with tests}
 BuildRequires: perl(Exporter) >= 5.57
-BuildRequires: perl-CPAN-Meta >= 2.120920
-BuildRequires: perl-Test-Deep
+BuildRequires: perl-CPAN-Meta >= 2.132830
+BuildRequires: perl-CPAN-Meta-Requirements >= 2.121
+BuildRequires: perl-Module-Metadata >= 1.000023
 BuildRequires: perl-Test-Simple >= 0.88
 %endif
 BuildArch:     noarch
@@ -39,7 +39,6 @@ obiekcie CPAN::Meta są spełnione.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
-%patch0 -p1
 
 %build
 %{__perl} Makefile.PL \
This page took 0.069514 seconds and 4 git commands to generate.