1.70 bump
This commit is contained in:
parent
d82b608946
commit
2674087bfd
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/Pod-Usage-1.67.tar.gz
|
||||
/Pod-Usage-1.68.tar.gz
|
||||
/Pod-Usage-1.69.tar.gz
|
||||
/Pod-Usage-1.70.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
Name: perl-Pod-Usage
|
||||
# Compete with perl.spec's epoch
|
||||
Epoch: 4
|
||||
Version: 1.69
|
||||
Release: 440%{?dist}
|
||||
Version: 1.70
|
||||
Release: 1%{?dist}
|
||||
Summary: Print a usage message from embedded POD documentation
|
||||
# License clarification CPAN RT#102529
|
||||
License: GPL+ or Artistic
|
||||
@ -10,15 +10,14 @@ URL: https://metacpan.org/release/Pod-Usage
|
||||
Source0: https://cpan.metacpan.org/authors/id/M/MA/MAREKR/Pod-Usage-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
# scripts/pod2usage.PL uses Config
|
||||
BuildRequires: perl(Config)
|
||||
# scripts/pod2usage.PL uses Cwd
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
# scripts/pod2usage.PL uses File::Basename
|
||||
BuildRequires: perl(File::Basename)
|
||||
BuildRequires: perl(File::Spec) >= 0.82
|
||||
@ -47,7 +46,7 @@ Requires: perl-Pod-Perldoc
|
||||
Requires: perl(Pod::Text) >= 4
|
||||
|
||||
# Remove under-specified dependencies
|
||||
%global __requires_exclude %{?__requires_exclude|%__requires_exclude|}^perl\\(File::Spec\\)$
|
||||
%global __requires_exclude %{?__requires_exclude|%{__requires_exclude}|}^perl\\(File::Spec\\)$
|
||||
|
||||
%description
|
||||
pod2usage will print a usage message for the invoking script (using its
|
||||
@ -62,15 +61,14 @@ verbose level is 2, then the entire manual page is printed.
|
||||
%setup -q -n Pod-Usage-%{version}
|
||||
# Remove bundled modules
|
||||
rm -rf t/inc
|
||||
sed -i -e '/^t\/inc\//d' MANIFEST
|
||||
perl -i -ne 'print $_ unless m{^t/inc/}' MANIFEST
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
||||
%{make_install}
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
@ -84,6 +82,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 16 2020 Petr Pisar <ppisar@redhat.com> - 4:1.70-1
|
||||
- 1.70 bump
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4:1.69-440
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Pod-Usage-1.69.tar.gz) = 56e2f6492c03892c95c74de2841a52b02be372842eaff32f84fdf8901fb73ebed6465a0215ccb8c9f2eaf23c7cafb5d044c77b69805cb364bcf71c4f24835025
|
||||
SHA512 (Pod-Usage-1.70.tar.gz) = 1c8a14cd360ff3c3f6e7e127f02fada77b349e03fa71a6441707d05af60b801876b020a90e953ba73496a1e715cf34dddfcba66e5a97478db0a44e961ee589a1
|
||||
|
Loading…
Reference in New Issue
Block a user