c262e0
# Copyright (c) 2012  Petr Pisar <ppisar@redhat.com>.
c262e0
# This file is distributed under the terms of GNU GPL license version 3, or
c262e0
# any later version.
c262e0
c262e0
# This file contains macros that can be used for building source RPM package
c262e0
# from git source repository. This file must present in minimal build root to
c262e0
# take effect.
c262e0
# This file must not use Perl or any non-minimal-build-root package. The
c262e0
# purpose is to enable bootstrapping perl.
c262e0
 
c262e0
# Perl bootstrap For rebuild of Perl and all related packages is needed
c262e0
# switch, which enable only vital build requires. This could help cyclic
c262e0
# dependencies, for example: perl-Test-Minimum-Version <->
c262e0
# perl-Perl-Minimum-Version Defined for bootstraping, undefined otherwise.
c262e0
# Usage: %%if !%%{defined perl_bootstrap} ... %%endif
c262e0
#%%perl_bootstrap 1
c262e0