From a04d772db7dc456b0a2ec6334f3c8040b48a84dc Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 6 Jul 2015 09:58:54 -0400 Subject: [PATCH] 1.51 --- .gitignore | 1 + perl-Test-Pod.spec | 20 +++++++++++++------- sources | 2 +- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 9c64266..ad9a1c8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ Test-Pod-1.44.tar.gz /Test-Pod-1.48.tar.gz /Test-Pod-1.49.tar.gz /Test-Pod-1.50.tar.gz +/Test-Pod-1.51.tar.gz diff --git a/perl-Test-Pod.spec b/perl-Test-Pod.spec index fe096d1..16764c8 100644 --- a/perl-Test-Pod.spec +++ b/perl-Test-Pod.spec @@ -1,6 +1,6 @@ Name: perl-Test-Pod -Version: 1.50 -Release: 3%{?dist} +Version: 1.51 +Release: 1%{?dist} Summary: Test POD files for correctness Group: Development/Libraries License: GPL+ or Artistic @@ -10,7 +10,7 @@ BuildArch: noarch BuildRequires: perl BuildRequires: perl(File::Find) BuildRequires: perl(File::Spec) -BuildRequires: perl(Module::Build) >= 0.30 +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Pod::Simple) >= 3.05 BuildRequires: perl(strict) BuildRequires: perl(Test::Builder) @@ -34,15 +34,18 @@ the heavy lifting. %setup -q -n Test-Pod-%{version} %build -perl Build.PL installdirs=vendor -./Build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %install -./Build install destdir=%{buildroot} create_packlist=0 +make pure_install PERL_INSTALL_ROOT=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} \; +find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; +find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot} %check -LC_ALL=C ./Build test +LC_ALL=C make test %files %doc Changes README @@ -50,6 +53,9 @@ LC_ALL=C ./Build test %{_mandir}/man3/Test::Pod.3pm* %changelog +* Mon Jul 6 2015 Tom Callaway - 1.51-1 +- update to 1.51 + * Thu Jun 18 2015 Fedora Release Engineering - 1.50-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index f95c061..3b1d905 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6d94843add61471fa0b1ed49296000ef Test-Pod-1.50.tar.gz +f806aa84de2f0c0fba48b3a5a8a4aecf Test-Pod-1.51.tar.gz