1.69 bump

This commit is contained in:
Petr Písař 2016-05-24 11:51:31 +02:00
parent a8caad7151
commit f543b6e630
3 changed files with 13 additions and 4 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/Pod-Usage-1.66.tar.gz
/Pod-Usage-1.67.tar.gz
/Pod-Usage-1.68.tar.gz
/Pod-Usage-1.69.tar.gz

View File

@ -1,8 +1,8 @@
Name: perl-Pod-Usage
# Compete with perl.spec's epoch
Epoch: 4
Version: 1.68
Release: 365%{?dist}
Version: 1.69
Release: 1%{?dist}
Summary: Print a usage message from embedded POD documentation
# License clarification CPAN RT#102529
License: GPL+ or Artistic
@ -14,6 +14,7 @@ BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-generators
# scripts/pod2usage.PL uses Config
BuildRequires: perl(Config)
# scripts/pod2usage.PL uses Cwd
@ -23,6 +24,7 @@ BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec) >= 0.82
BuildRequires: perl(strict)
BuildRequires: sed
# Run-time:
BuildRequires: perl(Carp)
BuildRequires: perl(Config)
@ -59,6 +61,9 @@ verbose level is 2, then the entire manual page is printed.
%prep
%setup -q -n Pod-Usage-%{version}
# Remove bundled modules
rm -rf t/inc
sed -i -e '/^t\/inc\//d' MANIFEST
%build
perl Makefile.PL INSTALLDIRS=vendor
@ -66,7 +71,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
@ -80,6 +85,9 @@ make test
%{_mandir}/man3/*
%changelog
* Tue May 24 2016 Petr Pisar <ppisar@redhat.com> - 4:1.69-1
- 1.69 bump
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 4:1.68-365
- Increase release to favour standalone package

View File

@ -1 +1 @@
5eee1f6d7c20715f77e887d78cf77432 Pod-Usage-1.68.tar.gz
d945e3635daf88df3ac6d0c85c97d55d Pod-Usage-1.69.tar.gz