Own ExtUtils/MM directory by perl-ExtUtils-MM-Utils only
This commit is contained in:
parent
4f122176b6
commit
d0b70f1a7a
@ -3,7 +3,7 @@
|
||||
|
||||
Name: perl-%{cpan_name}
|
||||
Version: %(echo '%{cpan_version}' | tr _ .)
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Create a module Makefile
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -180,6 +180,7 @@ make test
|
||||
%{_bindir}/*
|
||||
%{perl_vendorlib}/*
|
||||
%exclude %{perl_vendorlib}/ExtUtils/Command.pm
|
||||
%exclude %dir %{perl_vendorlib}/ExtUtils/MM
|
||||
%exclude %{perl_vendorlib}/ExtUtils/MM/Utils.pm
|
||||
%{_mandir}/man1/*
|
||||
%{_mandir}/man3/*
|
||||
@ -198,6 +199,9 @@ make test
|
||||
%{_mandir}/man3/ExtUtils::MM::Utils.*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 19 2016 Petr Pisar <ppisar@redhat.com> - 7.10-5
|
||||
- Own ExtUtils/MM directory by perl-ExtUtils-MM-Utils only
|
||||
|
||||
* Mon Apr 18 2016 Petr Pisar <ppisar@redhat.com> - 7.10-4
|
||||
- Provide maybe_command independently (bug #1129443)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user