1.72 bump

This commit is contained in:
Petr Písař 2016-05-24 10:43:46 +02:00
parent 5753e49eed
commit b646ee6ff9
3 changed files with 14 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/Pod-Checker-1.60.tar.gz
/Pod-Checker-1.70.tar.gz
/Pod-Checker-1.71.tar.gz
/Pod-Checker-1.72.tar.gz

View File

@ -1,18 +1,21 @@
Name: perl-Pod-Checker
# Compete with perl.spec
Epoch: 4
Version: 1.71
Release: 7%{?dist}
Version: 1.72
Release: 1%{?dist}
Summary: Check POD documents for syntax errors
# Upstream provably does not want only Artistic, see CPAN RT#102526
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Pod-Checker/
Source0: http://www.cpan.org/authors/id/M/MA/MAREKR/Pod-Checker-%{version}.tar.gz
BuildArch: noarch
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: sed
# Run-time:
BuildRequires: perl(base)
BuildRequires: perl(Carp)
@ -24,7 +27,9 @@ BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Tests:
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec)
BuildRequires: perl(FileHandle)
BuildRequires: perl(Test::More)
BuildRequires: perl(vars)
# VMS::Filespec not used
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@ -37,7 +42,6 @@ Plain Old Documentation format specifications.
%prep
%setup -q -n Pod-Checker-%{version}
find -type f -exec chmod a-x {} +
for F in CHANGES README; do
sed -i -e 's/\r//' "$F"
done
@ -48,7 +52,7 @@ make %{?_smp_mflags}
%install
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 .packlist -delete
%{_fixperms} $RPM_BUILD_ROOT/*
%check
@ -62,6 +66,9 @@ make test
%{_mandir}/man3/*
%changelog
* Tue May 24 2016 Petr Pisar <ppisar@redhat.com> - 4:1.72-1
- 1.72 bump
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 4:1.71-7
- Perl 5.24 rebuild

View File

@ -1 +1 @@
3be2b020b565e5079428e53600485fa8 Pod-Checker-1.71.tar.gz
4cabb442ee7a8a0dc4fe061710071227 Pod-Checker-1.72.tar.gz