psabata pushed to perl-Perl-PrereqScanner (master). "1.023 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Jun 12 13:54:39 UTC 2015


From f2c022752cd0da46a4b87e5d5f5c3d039d698dba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= <contyk at redhat.com>
Date: Fri, 12 Jun 2015 15:54:33 +0200
Subject: 1.023 bump


diff --git a/.gitignore b/.gitignore
index c060a27..b059571 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ Perl-PrereqScanner-0.101480.tar.gz
 /Perl-PrereqScanner-1.019.tar.gz
 /Perl-PrereqScanner-1.021.tar.gz
 /Perl-PrereqScanner-1.022.tar.gz
+/Perl-PrereqScanner-1.023.tar.gz
diff --git a/perl-Perl-PrereqScanner.spec b/perl-Perl-PrereqScanner.spec
index 7947866..73f5ec9 100644
--- a/perl-Perl-PrereqScanner.spec
+++ b/perl-Perl-PrereqScanner.spec
@@ -1,6 +1,6 @@
 Name:           perl-Perl-PrereqScanner
-Version:        1.022
-Release:        2%{?dist}
+Version:        1.023
+Release:        1%{?dist}
 Summary:        Tool to scan your Perl code for its prerequisites
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,8 +8,9 @@ URL:            http://search.cpan.org/dist/Perl-PrereqScanner/
 Source0:        http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Perl-PrereqScanner-%{version}.tar.gz
 BuildArch:      noarch
 # Build
+BuildRequires:  make
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Runtime
@@ -52,25 +53,28 @@ your files.
 %setup -q -n Perl-PrereqScanner-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} +
 %{_fixperms} %{buildroot}/*
 
 %check
 make test
 
 %files
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes README
 %{perl_vendorlib}/*
 %{_bindir}/*
 %{_mandir}/man1/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jun 12 2015 Petr Ĺ abata <contyk at redhat.com> - 1.023-1
+- 1.023 bump
+
 * Mon Jun 08 2015 Jitka Plesnikova <jplesnik at redhat.com> - 1.022-2
 - Perl 5.22 rebuild
 
diff --git a/sources b/sources
index 299c8dd..aa4e460 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0da9266cd56ec2b1d271fda5e0fe37c0  Perl-PrereqScanner-1.022.tar.gz
+be8e8a5266eb838a55f34753757a4fb5  Perl-PrereqScanner-1.023.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Perl-PrereqScanner.git/commit/?h=master&id=f2c022752cd0da46a4b87e5d5f5c3d039d698dba


More information about the perl-devel mailing list