commit b61b6064cd4cafb9072b97bd964bd9865b3eb54d Author: Petr Písař <ppisar@xxxxxxxxxx> 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 c9dfca4..2ea85ab 100644 --- a/perl-Test-DistManifest.spec +++ b/perl-Test-DistManifest.spec @@ -1,51 +1,53 @@ Name: perl-Test-DistManifest -Version: 1.012 -Release: 7%{?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@xxxxxxxxxx> - 1.013-1 +- 1.013 bump + * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1.012-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 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 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel