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
epel9
Paul Howarth 11 years ago
parent f108e72b1b
commit e985093ffa

@ -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@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@city-fan.org> - 1.05-1
- Update to 1.05
- If a parameterizable role was reinitialized after any parameters or a role

Loading…
Cancel
Save