[perl-Test-DistManifest/f20] 1.013 bump

Petr Pisar ppisar at fedoraproject.org
Mon Feb 9 16:54:57 UTC 2015


commit 225a30b1df0eb4125eee698c1057e3115b23999a
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Feb 9 17:49:43 2015 +0100

    1.013 bump

 .gitignore                  |    1 +
 perl-Test-DistManifest.spec |   32 +++++++++++++++++++-------------
 sources                     |    2 +-
 3 files changed, 21 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7a5f5e0..d3a0440 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Test-DistManifest-1.009.tar.gz
 /Test-DistManifest-1.011.tar.gz
 /Test-DistManifest-1.012.tar.gz
+/Test-DistManifest-1.013.tar.gz
diff --git a/perl-Test-DistManifest.spec b/perl-Test-DistManifest.spec
index 5658586..634b7da 100644
--- a/perl-Test-DistManifest.spec
+++ b/perl-Test-DistManifest.spec
@@ -1,51 +1,53 @@
 Name:           perl-Test-DistManifest
-Version:        1.012
-Release:        6%{?dist}
+Version:        1.013
+Release:        1%{?dist}
 Summary:        Author test that validates a package MANIFEST
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Test-DistManifest/
 Source0:        http://www.cpan.org/authors/id/E/ET/ETHER/Test-DistManifest-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Cwd)
 BuildRequires:  perl(ExtUtils::Manifest)
+BuildRequires:  perl(File::Find)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Spec::Unix)
 BuildRequires:  perl(Module::Manifest) >= 0.07
 BuildRequires:  perl(Test::Builder)
-BuildRequires:  perl(Test::More) >= 0.62
 # Tests only:
+BuildRequires:  perl(if)
 BuildRequires:  perl(Test::Builder::Tester)
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::NoWarnings) >= 0.084
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+# Test::Warnings not used
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(Module::Manifest) >= 0.07
 Requires:       perl(Test::Builder)
-# This is a plug-in into Test::More. Depend on it even if not mentioned in the
-# code
-Requires:       perl(Test::More) >= 0.62
 
 # Filter underspecifed dependencies
 %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\((Module::Manifest|Test::Builder)\\)$
 
 %description
-This module provides a simple method of testing that a MANIFEST matches the
-distribution.
+This Perl module provides a simple method of testing that a MANIFEST matches
+the distribution.
 
 %prep
 %setup -q -n Test-DistManifest-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=perl OPTIMIZE="$RPM_OPT_FLAGS"
+PERL_MM_FALLBACK_SILENCE_WARNING=1 perl Makefile.PL INSTALLDIRS=perl OPTIMIZE="$RPM_OPT_FLAGS"
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -54,11 +56,15 @@ rm *.list
 make test
 
 %files
-%doc Changes examples LICENSE README
+%license LICENSE
+%doc Changes CONTRIBUTING examples README
 %{perl_privlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb 09 2015 Petr Pisar <ppisar at redhat.com> - 1.013-1
+- 1.013 bump
+
 * Fri Aug 02 2013 Petr Pisar <ppisar at redhat.com> - 1.012-6
 - Perl 5.18 rebuild
 - Remove more debuginfo remnants
diff --git a/sources b/sources
index 41e20d4..87a74ae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6beebac10308f7164c78eca13fd8d1b8  Test-DistManifest-1.012.tar.gz
+e21ddfd13c7e1756a0c481c971d1901f  Test-DistManifest-1.013.tar.gz


More information about the scm-commits mailing list