3.26 bump

This commit is contained in:
Petr Písař 2016-07-29 12:40:28 +02:00
parent 0f609373e1
commit dcea1fbf5d
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/Pod-Perldoc-3.23.tar.gz
/Pod-Perldoc-3.24.tar.gz
/Pod-Perldoc-3.25.tar.gz
/Pod-Perldoc-3.26.tar.gz

View File

@ -2,14 +2,16 @@
Name: perl-Pod-Perldoc
# let's overwrite the module from perl.srpm
Version: 3.25
Release: 349%{?dist}
Version: 3.26
Release: 1%{?dist}
Summary: Look up Perl documentation in Pod format
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Pod-Perldoc/
Source0: http://www.cpan.org/authors/id/M/MA/MALLEN/Pod-Perldoc-%{version}.tar.gz
BuildArch: noarch
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::MakeMaker)
@ -88,7 +90,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
@ -102,6 +104,9 @@ make test
%{_mandir}/man3/*
%changelog
* Fri Jul 29 2016 Petr Pisar <ppisar@redhat.com> - 3.26-1
- 3.26 bump
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.25-349
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
4991ce24fab9900312f11d9c8ab7576f Pod-Perldoc-3.25.tar.gz
d0d33a3502aaf7a8541e644e27d3dd8f Pod-Perldoc-3.26.tar.gz