Remove bundled perl-Config-Perl-V

This commit is contained in:
Petr Písař 2015-07-15 12:28:29 +02:00
parent 1b598383b1
commit 69de8f640d
1 changed files with 5 additions and 0 deletions

View File

@ -429,6 +429,7 @@ This module provides a Perl interface to the zlib compression library.
It is used by IO::Compress::Zlib. It is used by IO::Compress::Zlib.
%endif %endif
%if %{dual_life} || %{rebuild_from_scratch}
%package Config-Perl-V %package Config-Perl-V
Summary: Structured data retrieval of perl -V output Summary: Structured data retrieval of perl -V output
Group: Development/Libraries Group: Development/Libraries
@ -444,6 +445,7 @@ The command "perl -V" will return you an excerpt from the %%Config::Config
hash combined with the output of "perl -V" that is not stored inside the hash, hash combined with the output of "perl -V" that is not stored inside the hash,
but only available to the perl binary itself. This package provides Perl but only available to the perl binary itself. This package provides Perl
module that will return you the output of "perl -V" in a structure. module that will return you the output of "perl -V" in a structure.
%endif
%if %{dual_life} || %{rebuild_from_scratch} %if %{dual_life} || %{rebuild_from_scratch}
%package constant %package constant
@ -3257,10 +3259,12 @@ popd
%{_mandir}/man3/Compress::Raw::Zlib* %{_mandir}/man3/Compress::Raw::Zlib*
%endif %endif
%if %{dual_life} || %{rebuild_from_scratch}
%files Config-Perl-V %files Config-Perl-V
%dir %{privlib}/Config %dir %{privlib}/Config
%{privlib}/Config/Perl %{privlib}/Config/Perl
%{_mandir}/man3/Config::Perl::V.* %{_mandir}/man3/Config::Perl::V.*
%endif
%if %{dual_life} || %{rebuild_from_scratch} %if %{dual_life} || %{rebuild_from_scratch}
%files constant %files constant
@ -4120,6 +4124,7 @@ popd
- Sub-package Math-BigRat - Sub-package Math-BigRat
- Sub-package Math-BigInt-FastCalc - Sub-package Math-BigInt-FastCalc
- Sub-package Math-Complex - Sub-package Math-Complex
- Remove bundled perl-Config-Perl-V (bug #1238203)
* Wed Jul 08 2015 Petr Pisar <ppisar@redhat.com> - 4:5.22.0-347 * Wed Jul 08 2015 Petr Pisar <ppisar@redhat.com> - 4:5.22.0-347
- Store distribution's linker and compiler flags to more Config's options - Store distribution's linker and compiler flags to more Config's options