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