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