From f18ecfd7ec3914cc0c8c5831cfead4c6b56ac7c6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <[email protected]>
Date: Mon, 7 Mar 2016 10:06:08 +0100
Subject: 5.021011 bump
---
.gitignore | 1 +
perl-perlfaq.spec | 14 ++++++--------
sources | 2 +-
3 files changed, 8 insertions(+), 9 deletions(-)
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,
-# <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 <[email protected]> - 5.021011-1
+- 5.021011 bump
+
* Thu Feb 04 2016 Fedora Release Engineering <[email protected]> -
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
--
cgit v0.12
http://pkgs.fedoraproject.org/cgit/perl-perlfaq.git/commit/?h=master&id=f18ecfd7ec3914cc0c8c5831cfead4c6b56ac7c6
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
http://lists.fedoraproject.org/admin/lists/[email protected]