Blame SOURCES/macro-build

377fe6
# Perl bootstrap for rebuild of Perl and all related packages
377fe6
#%%perl_bootstrap 0
377fe6
377fe6
# Enable SCL restrictions
377fe6
%perl_small 1
377fe6
377fe6
# scl_macro_prefix - use for updating macro name, %%scl contains dash which is
377fe6
# not allowed in macro name
377fe6
%scl_package_override() %{expand: \
377fe6
%global perl_small 1 \
377fe6
%global __perl LD_LIBRARY_PATH="@LIBDIR@${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}" %_scl_root/usr/bin/perl \
377fe6
%global __perl_requires /usr/lib/rpm/perl.req.@SCL@ \
377fe6
%global __perl_provides /usr/lib/rpm/perl.prov.@SCL@ \
377fe6
%global __perllib_requires /usr/lib/rpm/perl.req.@SCL@ \
377fe6
%global __perllib_provides /usr/lib/rpm/perl.prov.@SCL@ \
377fe6
%global perl_default_filter %{?@MACRO@perl_default_filter} \
377fe6
%global scl_macro_prefix @MACRO@ \
377fe6
}