From 0b7e53dcb751b5ffbf04c0cc6daea5ab8783ec75 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 | 12 +++++-------
sources | 2 +-
3 files changed, 7 insertions(+), 8 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 8cfc498..da4c522 100644
--- a/perl-perlfaq.spec
+++ b/perl-perlfaq.spec
@@ -1,5 +1,5 @@
Name: perl-perlfaq
-Version: 5.021010
+Version: 5.021011
Release: 1%{?dist}
Summary: Frequently asked questions about Perl
# Code examples are 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
+
* Wed Jul 29 2015 Petr Pisar <[email protected]> - 5.021010-1
- 5.021010 bump
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=f23&id=0b7e53dcb751b5ffbf04c0cc6daea5ab8783ec75
--
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]