ppisar pushed to perl-Pod-Readme (master). "Do not install Pod::README (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Sep 10 06:26:03 UTC 2015


From b60e33210d36d8ab8303fea557519934320a3959 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Thu, 10 Sep 2015 08:17:33 +0200
Subject: Do not install Pod::README

This broke again with EU::MM 7.08. Moreover the file would conflict
with any other package delivering Pod::<SECOND_LEVEL> main module.

diff --git a/perl-Pod-Readme.spec b/perl-Pod-Readme.spec
index 05bdc9c..53e4547 100644
--- a/perl-Pod-Readme.spec
+++ b/perl-Pod-Readme.spec
@@ -1,6 +1,6 @@
 Name:           perl-Pod-Readme
 Version:        1.1.2
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Intelligently generate a README file from POD
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Pod-Readme/
@@ -84,6 +84,10 @@ make %{?_smp_mflags}
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 %{_fixperms} %{buildroot}
+# Remove spurious Pod::README files. They are the same as Pod::Readme.
+# Different EU::MM versions mishandle them in different way.
+rm %{buildroot}%{_mandir}/man3/Pod::README.3*
+rm %{buildroot}%{perl_vendorlib}/Pod/README.pod
 
 %check
 make test
@@ -102,6 +106,9 @@ make test
 %{_mandir}/man3/Pod::Readme::Types.3*
 
 %changelog
+* Thu Sep 10 2015 Petr Pisar <ppisar at redhat.com> - 1.1.2-5
+- Do not install Pod::README (bug #1259389)
+
 * Wed Sep 02 2015 Petr Ĺ abata <contyk at redhat.com> - 1.1.2-4
 - The latest EU::MM no longer manifies README.pod
 - Added some more build deps, mostly the required Module::Install modules
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Pod-Readme.git/commit/?h=master&id=b60e33210d36d8ab8303fea557519934320a3959


More information about the perl-devel mailing list