0.008 bump

This commit is contained in:
Petr Písař 2014-11-04 13:40:57 +01:00
parent 4cc46ee72b
commit 2d80556da6
3 changed files with 15 additions and 13 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/Test-Pod-LinkCheck-0.007.tar.gz
/Test-Pod-LinkCheck-0.008.tar.gz

View File

@ -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@redhat.com> - 0.008-1
- 0.008 bump
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.007-11
- Perl 5.20 re-rebuild of bootstrapped packages

View File

@ -1 +1 @@
27944d9dbaa3ad3e8f62a6344ac03f44 Test-Pod-LinkCheck-0.007.tar.gz
38c01d0f7c7b88a452a3a98f4f72857f Test-Pod-LinkCheck-0.008.tar.gz