Blame SOURCES/macros.perl-srpm

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