1.72 bump
This commit is contained in:
parent
5753e49eed
commit
b646ee6ff9
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user