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