commit 2d80556da66871660c574eae998b1b75272dff1b Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Tue Nov 4 13:40:57 2014 +0100 0.008 bump .gitignore | 1 + perl-Test-Pod-LinkCheck.spec | 25 +++++++++++++------------ sources | 2 +- 3 files changed, 15 insertions(+), 13 deletions(-) --- diff --git a/.gitignore b/.gitignore index 8c13cc7..86949de 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /Test-Pod-LinkCheck-0.007.tar.gz +/Test-Pod-LinkCheck-0.008.tar.gz diff --git a/perl-Test-Pod-LinkCheck.spec b/perl-Test-Pod-LinkCheck.spec index 9c43a28..cdd1db6 100644 --- a/perl-Test-Pod-LinkCheck.spec +++ b/perl-Test-Pod-LinkCheck.spec @@ -1,6 +1,6 @@ Name: perl-Test-Pod-LinkCheck -Version: 0.007 -Release: 11%{?dist} +Version: 0.008 +Release: 1%{?dist} Summary: Tests POD for invalid links License: GPL+ or Artistic Group: Development/Libraries @@ -8,7 +8,8 @@ URL: http://search.cpan.org/dist/Test-Pod-LinkCheck/ Source0: http://www.cpan.org/authors/id/A/AP/APOCAL/Test-Pod-LinkCheck-%{version}.tar.gz BuildArch: noarch BuildRequires: perl -BuildRequires: perl(Module::Build) +# ExtUtils::MakeMaker not used +BuildRequires: perl(Module::Build::Tiny) >= 0.039 BuildRequires: perl(strict) BuildRequires: perl(warnings) # Run-time: @@ -25,19 +26,17 @@ BuildRequires: perl(Pod::Find) BuildRequires: perl(Test::Builder) >= 0.94 BuildRequires: perl(Test::Pod) >= 1.44 # Tests: -BuildRequires: perl(File::Find) BuildRequires: perl(File::Temp) +BuildRequires: perl(IO::Handle) +BuildRequires: perl(IPC::Open3) BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::Tester) # Optional tests: %if %{undefined perl_bootstrap} # Break build-time cycle with perl-Test-Apocalypse BuildRequires: perl(Test::Apocalypse) >= 1.000 -BuildRequires: perl(Test::NoWarnings) -BuildRequires: perl(Test::Pod::Coverage) %endif -BuildRequires: perl(Test::Script) >= 1.05 -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(App::PodLinkCheck::ParseSections) Requires: perl(Capture::Tiny) Requires: perl(Config) @@ -55,23 +54,25 @@ example. Also, manual pages are resolved and checked. %setup -q -n Test-Pod-LinkCheck-%{version} %build -%{__perl} Build.PL installdirs=vendor +perl Build.PL --installdirs=vendor ./Build %install -./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 -find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; +./Build install "--destdir=$RPM_BUILD_ROOT" --create_packlist=0 %{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test %files -%doc Changes CommitLog examples LICENSE README +%doc AUTHOR_PLEDGE Changes CommitLog examples LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Tue Nov 04 2014 Petr Pisar <ppisar@xxxxxxxxxx> - 0.008-1 +- 0.008 bump + * Sun Sep 07 2014 Jitka Plesnikova <jplesnik@xxxxxxxxxx> - 0.007-11 - Perl 5.20 re-rebuild of bootstrapped packages diff --git a/sources b/sources index b903b57..4b3466c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -27944d9dbaa3ad3e8f62a6344ac03f44 Test-Pod-LinkCheck-0.007.tar.gz +38c01d0f7c7b88a452a3a98f4f72857f Test-Pod-LinkCheck-0.008.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