perl_bootstrap macro is distributed in perl-srpm-macros now

This commit is contained in:
Petr Písař 2012-06-06 16:35:04 +02:00
parent 05a53dbaaa
commit 746bac5a49
2 changed files with 4 additions and 10 deletions

View File

@ -48,15 +48,6 @@ export PERL_MM_USE_DEFAULT=1
%global __requires_exclude perl\\\\(VMS|perl\\\\(Win32 %global __requires_exclude perl\\\\(VMS|perl\\\\(Win32
} }
#############################################################################
# Perl bootstrap
# For rebuild of Perl and all related packages is needed switch, which enable
# only vital build requires. This could help cyclic dependencies, for example:
# perl-Test-Minimum-Version <-> perl-Perl-Minimum-Version
# Defined for bootstraping, undefined otherwise. Usage:
# %%if !%%{defined perl_bootstrap} ... %%endif
#perl_bootstrap 1
############################################################################# #############################################################################
# Macros to assist with generating a "-tests" subpackage in a semi-automatic # Macros to assist with generating a "-tests" subpackage in a semi-automatic
# manner. # manner.

View File

@ -26,7 +26,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: 219%{?dist} Release: 220%{?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
@ -2459,6 +2459,9 @@ sed \
# Old changelog entries are preserved in CVS. # Old changelog entries are preserved in CVS.
%changelog %changelog
* Wed Jun 06 2012 Petr Pisar <ppisar@redhat.com> - 4:5.16.0-220
- perl_bootstrap macro is distributed in perl-srpm-macros now
* Fri Jun 01 2012 Petr Pisar <ppisar@redhat.com> - 4:5.16.0-219 * Fri Jun 01 2012 Petr Pisar <ppisar@redhat.com> - 4:5.16.0-219
- Own zipdetails and IO::Compress::FAQ by perl-IO-Compress - Own zipdetails and IO::Compress::FAQ by perl-IO-Compress