[perl-MooseX-Role-Parameterized] Resolve conflict with perl-MooseX-Role-WithOverloading (#1126416)

Paul Howarth pghmcfc at fedoraproject.org
Tue Aug 5 10:39:41 UTC 2014


commit e985093ffa31043c9632bc09985b165d16f38fbf
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Aug 5 11:38:49 2014 +0100

    Resolve conflict with perl-MooseX-Role-WithOverloading (#1126416)
    
    Remove installed README.pod and corresponding manpage, potentially
    conflicting (#1126416)
    
    https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/119

 perl-MooseX-Role-Parameterized.spec |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/perl-MooseX-Role-Parameterized.spec b/perl-MooseX-Role-Parameterized.spec
index bca14a4..0d26b6a 100644
--- a/perl-MooseX-Role-Parameterized.spec
+++ b/perl-MooseX-Role-Parameterized.spec
@@ -1,7 +1,7 @@
 Name:           perl-MooseX-Role-Parameterized
 Summary:        Make your roles flexible through parameterization
 Version:        1.05
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/MooseX-Role-Parameterized
@@ -77,6 +77,12 @@ make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 %{_fixperms} %{buildroot}
 
+# Remove installed README.pod and corresponding manpage, potentially
+# conflicting (#1126416)
+# https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/119
+rm -f %{buildroot}%{_mandir}/man3/MooseX::Role::README.3*
+rm -f %{buildroot}%{perl_vendorlib}/MooseX/Role/README.pod
+
 %check
 make test
 
@@ -91,9 +97,13 @@ make test
 %{_mandir}/man3/MooseX::Role::Parameterized::Meta::Trait::Parameterized.3pm*
 %{_mandir}/man3/MooseX::Role::Parameterized::Parameters.3pm*
 %{_mandir}/man3/MooseX::Role::Parameterized::Tutorial.3pm*
-%{_mandir}/man3/MooseX::Role::README.3pm*
 
 %changelog
+* Tue Aug  5 2014 Paul Howarth <paul at city-fan.org> - 1.05-2
+- Remove installed README.pod and corresponding manpage, potentially
+  conflicting (#1126416)
+  https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/119
+
 * Fri Aug  1 2014 Paul Howarth <paul at city-fan.org> - 1.05-1
 - Update to 1.05
   - If a parameterizable role was reinitialized after any parameters or a role



More information about the perl-devel mailing list