diff --git a/.gitignore b/.gitignore index 26bc1f1..f1da293 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /perlfaq-5.021009.tar.gz /perlfaq-5.021010.tar.gz +/perlfaq-5.021011.tar.gz diff --git a/perl-perlfaq.spec b/perl-perlfaq.spec index b209d60..b65e302 100644 --- a/perl-perlfaq.spec +++ b/perl-perlfaq.spec @@ -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, -# -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 - 5.021011-1 +- 5.021011 bump + * Thu Feb 04 2016 Fedora Release Engineering - 5.021010-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 84fac70..849e60e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -856794cec57879b4ff84b8d3c40760a7 perlfaq-5.021010.tar.gz +f460bcb77349d746dc703c5f9144d8a2 perlfaq-5.021011.tar.gz