Remove bundled Module-Pluggable
This commit is contained in:
parent
907fd9bb7d
commit
a0837e7399
@ -921,6 +921,7 @@ Requires: %perl_compat
|
|||||||
Gather package and POD information from perl module files
|
Gather package and POD information from perl module files
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%package Module-Pluggable
|
%package Module-Pluggable
|
||||||
Summary: Automatically give your module the ability to have plugins
|
Summary: Automatically give your module the ability to have plugins
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -935,6 +936,7 @@ BuildArch: noarch
|
|||||||
%description Module-Pluggable
|
%description Module-Pluggable
|
||||||
Provides a simple but, hopefully, extensible way of having 'plugins' for your
|
Provides a simple but, hopefully, extensible way of having 'plugins' for your
|
||||||
module.
|
module.
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%package Object-Accessor
|
%package Object-Accessor
|
||||||
@ -2600,12 +2602,14 @@ sed \
|
|||||||
%{_mandir}/man3/Module::Metadata.3pm*
|
%{_mandir}/man3/Module::Metadata.3pm*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%files Module-Pluggable
|
%files Module-Pluggable
|
||||||
%{privlib}/Devel/InnerPackage.pm
|
%{privlib}/Devel/InnerPackage.pm
|
||||||
%{privlib}/Module/Pluggable/
|
%{privlib}/Module/Pluggable/
|
||||||
%{privlib}/Module/Pluggable.pm
|
%{privlib}/Module/Pluggable.pm
|
||||||
%{_mandir}/man3/Devel::InnerPackage*
|
%{_mandir}/man3/Devel::InnerPackage*
|
||||||
%{_mandir}/man3/Module::Pluggable*
|
%{_mandir}/man3/Module::Pluggable*
|
||||||
|
%endif
|
||||||
|
|
||||||
%files Object-Accessor
|
%files Object-Accessor
|
||||||
%{privlib}/Object/
|
%{privlib}/Object/
|
||||||
@ -2816,6 +2820,7 @@ sed \
|
|||||||
* Wed Jan 30 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-250
|
* Wed Jan 30 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-250
|
||||||
- Sub-package Text-Soundex (bug #905889)
|
- Sub-package Text-Soundex (bug #905889)
|
||||||
- Fix conflict declaration at perl-Pod-LaTeX (bug #904085)
|
- Fix conflict declaration at perl-Pod-LaTeX (bug #904085)
|
||||||
|
- Remove bundled Module-Pluggable (bug #903624)
|
||||||
|
|
||||||
* Tue Jan 29 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-249
|
* Tue Jan 29 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-249
|
||||||
- Run-require POD convertors by Module-Build and ExtUtils-MakeMaker to
|
- Run-require POD convertors by Module-Build and ExtUtils-MakeMaker to
|
||||||
|
Loading…
Reference in New Issue
Block a user