Remove bundled perl-ExtUtils-Manifest
This commit is contained in:
parent
0013ef3f52
commit
1ccd3cda2b
12
perl.spec
12
perl.spec
@ -29,7 +29,7 @@
|
|||||||
Name: perl
|
Name: perl
|
||||||
Version: %{perl_version}
|
Version: %{perl_version}
|
||||||
# release number must be even higher, because dual-lived modules will be broken otherwise
|
# release number must be even higher, because dual-lived modules will be broken otherwise
|
||||||
Release: 235%{?dist}
|
Release: 236%{?dist}
|
||||||
Epoch: %{perl_epoch}
|
Epoch: %{perl_epoch}
|
||||||
Summary: Practical Extraction and Report Language
|
Summary: Practical Extraction and Report Language
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -571,6 +571,7 @@ BuildArch: noarch
|
|||||||
Create a module Makefile.
|
Create a module Makefile.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%package ExtUtils-Manifest
|
%package ExtUtils-Manifest
|
||||||
Summary: Utilities to write and check a MANIFEST file
|
Summary: Utilities to write and check a MANIFEST file
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -579,10 +580,12 @@ Epoch: 0
|
|||||||
Version: 1.61
|
Version: 1.61
|
||||||
Requires: perl-devel
|
Requires: perl-devel
|
||||||
Requires: %perl_compat
|
Requires: %perl_compat
|
||||||
|
Requires: perl(File::Path)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description ExtUtils-Manifest
|
%description ExtUtils-Manifest
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
%endif
|
||||||
|
|
||||||
%package ExtUtils-ParseXS
|
%package ExtUtils-ParseXS
|
||||||
Summary: Module and a script for converting Perl XS code into C code
|
Summary: Module and a script for converting Perl XS code into C code
|
||||||
@ -2299,10 +2302,12 @@ sed \
|
|||||||
%{_mandir}/man3/ExtUtils::Installed.3*
|
%{_mandir}/man3/ExtUtils::Installed.3*
|
||||||
%{_mandir}/man3/ExtUtils::Packlist.3*
|
%{_mandir}/man3/ExtUtils::Packlist.3*
|
||||||
|
|
||||||
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%files ExtUtils-Manifest
|
%files ExtUtils-Manifest
|
||||||
%{privlib}/ExtUtils/Manifest.pm
|
%{privlib}/ExtUtils/Manifest.pm
|
||||||
%{privlib}/ExtUtils/MANIFEST.SKIP
|
%{privlib}/ExtUtils/MANIFEST.SKIP
|
||||||
%{_mandir}/man3/ExtUtils::Manifest.3*
|
%{_mandir}/man3/ExtUtils::Manifest.3*
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %{dual_life} || %{rebuild_from_scratch}
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%files ExtUtils-MakeMaker
|
%files ExtUtils-MakeMaker
|
||||||
@ -2704,7 +2709,10 @@ sed \
|
|||||||
|
|
||||||
# Old changelog entries are preserved in CVS.
|
# Old changelog entries are preserved in CVS.
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Sep 14 2012 Petr Pisar <ppisar@redhat.com> - 4:5.16.1-231
|
* Tue Sep 18 2012 Petr Pisar <ppisar@redhat.com> - 4:5.16.1-236
|
||||||
|
- Remove bundled perl-ExtUtils-Manifest
|
||||||
|
|
||||||
|
* Fri Sep 14 2012 Petr Pisar <ppisar@redhat.com> - 4:5.16.1-235
|
||||||
- Override the Pod::Simple::parse_file to set output to STDOUT by default
|
- Override the Pod::Simple::parse_file to set output to STDOUT by default
|
||||||
(bug #826872)
|
(bug #826872)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user