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

Paul Howarth pghmcfc at fedoraproject.org
Tue Aug 5 10:17:21 UTC 2014


commit d4956cf7e719ea375022bc02eef993b251fc9d85
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Aug 5 11:16:10 2014 +0100

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

 perl-MooseX-Role-WithOverloading.spec |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/perl-MooseX-Role-WithOverloading.spec b/perl-MooseX-Role-WithOverloading.spec
index f1e2a91..f2fa142 100644
--- a/perl-MooseX-Role-WithOverloading.spec
+++ b/perl-MooseX-Role-WithOverloading.spec
@@ -1,6 +1,6 @@
 Name:       perl-MooseX-Role-WithOverloading 
 Version:    0.14
-Release:    1%{?dist}
+Release:    2%{?dist}
 License:    GPL+ or Artistic 
 Group:      Development/Libraries
 Summary:    Roles which support overloading 
@@ -49,6 +49,12 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -type f -name '*.bs' -a -size 0 -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_vendorarch}/MooseX/Role/README.pod
+
 %check
 make test
 
@@ -57,7 +63,6 @@ make test
 %doc Changes CONTRIBUTING README
 %{perl_vendorarch}/auto/MooseX/
 %{perl_vendorarch}/MooseX/
-%{_mandir}/man3/MooseX::Role::README.3*
 %{_mandir}/man3/MooseX::Role::WithOverloading.3*
 %{_mandir}/man3/MooseX::Role::WithOverloading::Meta::Role.3*
 %{_mandir}/man3/MooseX::Role::WithOverloading::Meta::Role::Application.3*
@@ -72,6 +77,11 @@ make test
 %{_mandir}/man3/MooseX::Role::WithOverloading::Meta::Role::Composite.3*
 
 %changelog
+* Tue Aug  5 2014 Paul Howarth <paul at city-fan.org> - 0.14-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> - 0.14-1
 - Update to 0.14
   - Fixed a bug with Perl 5.18+ that caused this module to simply blow up with



More information about the perl-devel mailing list