5.021011 bump

This commit is contained in:
Petr Písař 2016-03-07 10:06:08 +01:00
parent 78684f776f
commit f18ecfd7ec
3 changed files with 8 additions and 9 deletions

1
.gitignore vendored
View File

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

View File

@ -1,6 +1,6 @@
Name: perl-perlfaq
Version: 5.021010
Release: 2%{?dist}
Version: 5.021011
Release: 1%{?dist}
Summary: Frequently asked questions about Perl
# Code examples are Public Domain
License: (GPL+ or Artistic) and Public Domain
@ -8,7 +8,6 @@ Group: Development/Libraries
URL: http://search.cpan.org/dist/perlfaq/
Source0: http://www.cpan.org/authors/id/L/LL/LLAP/perlfaq-%{version}.tar.gz
BuildArch: noarch
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
@ -30,10 +29,6 @@ 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
@ -41,7 +36,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
@ -54,6 +49,9 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Mar 07 2016 Petr Pisar <ppisar@redhat.com> - 5.021011-1
- 5.021011 bump
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.021010-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
856794cec57879b4ff84b8d3c40760a7 perlfaq-5.021010.tar.gz
f460bcb77349d746dc703c5f9144d8a2 perlfaq-5.021011.tar.gz