Blame SOURCES/macros.perl-srpm

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