5.021010 bump

This commit is contained in:
Petr Písař 2015-07-29 13:04:08 +02:00
parent fd48cb8905
commit de96a73283
3 changed files with 14 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/perlfaq-5.021009.tar.gz
/perlfaq-5.021010.tar.gz

View File

@ -1,20 +1,21 @@
Name: perl-perlfaq
Version: 5.021009
Release: 348%{?dist}
Version: 5.021010
Release: 1%{?dist}
Summary: Frequently asked questions about Perl
# Code examples are Public Domain
License: (GPL+ or Artistic) and Public Domain
Group: Development/Libraries
URL: http://search.cpan.org/dist/perlfaq/
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/perlfaq-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/L/LL/LLAP/perlfaq-%{version}.tar.gz
BuildArch: noarch
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: sed
# Tests:
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Handle)
@ -29,6 +30,10 @@ questions about Perl and Perl programming.
%prep
%setup -q -n perlfaq-%{version}
# Do not install README.pod,
# <https://github.com/perl-doc-cats/perlfaq/issues/61>
rm README.pod
sed -i -e '/^README\.pod/d' MANIFEST
%build
perl Makefile.PL INSTALLDIRS=vendor
@ -49,5 +54,8 @@ make test
%{_mandir}/man3/*
%changelog
* Wed Jul 29 2015 Petr Pisar <ppisar@redhat.com> - 5.021010-1
- 5.021010 bump
* Thu Jul 02 2015 Petr Pisar <ppisar@redhat.com> 5.021009-348
- Specfile autogenerated by cpanspec 1.78.

View File

@ -1 +1 @@
835d144e7c840b309f4e8c09e0a834b3 perlfaq-5.021009.tar.gz
856794cec57879b4ff84b8d3c40760a7 perlfaq-5.021010.tar.gz