add %%perl_bootstrap 1 and example for readability
This commit is contained in:
parent
a1e495d86d
commit
8e2793a0e5
@ -53,10 +53,9 @@ export PERL_MM_USE_DEFAULT=1
|
|||||||
# For rebuild of Perl and all related packages is needed switch, which enable
|
# For rebuild of Perl and all related packages is needed switch, which enable
|
||||||
# only vital build requires. This could help cyclic dependencies, for example:
|
# only vital build requires. This could help cyclic dependencies, for example:
|
||||||
# perl-Test-Minimum-Version <-> perl-Perl-Minimum-Version
|
# perl-Test-Minimum-Version <-> perl-Perl-Minimum-Version
|
||||||
# 0 - for bootstrap
|
# Defined for bootstraping, undefined otherwise. Usage:
|
||||||
# 1 - without bootstrap
|
# %%if !%%{defined perl_bootstrap} ... %%endif
|
||||||
|
%perl_bootstrap 1
|
||||||
%perl_bootstrap 0
|
|
||||||
|
|
||||||
#############################################################################
|
#############################################################################
|
||||||
# Macros to assist with generating a "-tests" subpackage in a semi-automatic
|
# Macros to assist with generating a "-tests" subpackage in a semi-automatic
|
||||||
|
@ -17,7 +17,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: 176%{?dist}
|
Release: 177%{?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
|
||||||
@ -2054,8 +2054,8 @@ sed \
|
|||||||
|
|
||||||
# Old changelog entries are preserved in CVS.
|
# Old changelog entries are preserved in CVS.
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jun 27 2011 arcela Mašláňová <mmaslano@redhat.com> - 4:5.14.1-176
|
* Mon Jun 27 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.14.1-177
|
||||||
- update macros -> add %%perl_bootstrap 0
|
- update macros -> add %%perl_bootstrap 1 and example for readability
|
||||||
- add into Module::Build dependency on perl-devel (contains macros.perl)
|
- add into Module::Build dependency on perl-devel (contains macros.perl)
|
||||||
|
|
||||||
* Thu Jun 23 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.14.1-175
|
* Thu Jun 23 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.14.1-175
|
||||||
|
Loading…
Reference in New Issue
Block a user