ppisar pushed to perl-perlfaq (master). "5.021010 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Jul 29 11:24:38 UTC 2015


From de96a73283afc912cd83f261ea7e51c01e2ac107 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Wed, 29 Jul 2015 13:04:08 +0200
Subject: 5.021010 bump


diff --git a/.gitignore b/.gitignore
index 2e493fa..26bc1f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /perlfaq-5.021009.tar.gz
+/perlfaq-5.021010.tar.gz
diff --git a/perl-perlfaq.spec b/perl-perlfaq.spec
index b926337..8cfc498 100644
--- a/perl-perlfaq.spec
+++ b/perl-perlfaq.spec
@@ -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 at redhat.com> - 5.021010-1
+- 5.021010 bump
+
 * Thu Jul 02 2015 Petr Pisar <ppisar at redhat.com> 5.021009-348
 - Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index a80a3c1..84fac70 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-835d144e7c840b309f4e8c09e0a834b3  perlfaq-5.021009.tar.gz
+856794cec57879b4ff84b8d3c40760a7  perlfaq-5.021010.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-perlfaq.git/commit/?h=master&id=de96a73283afc912cd83f261ea7e51c01e2ac107


More information about the perl-devel mailing list