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