Name: perl5.42-bootstrap-macros Version: 1.0 Release: 1%{?dist} Summary: RPM macros to enable Perl 5.42 bootstrap mode License: MIT Source0: macros.perl-bootstrap BuildArch: noarch # This package doesn't need to require perl, it just configures the environment Requires: rpm %description This package installs an RPM macro file that defines %%perl_bootstrap to 1. Install this into your buildroot to force Perl module builds into bootstrap mode (disabling tests, circular dependencies, etc). %prep # Nothing to setup %build # Nothing to build %install # Create the standard macros directory mkdir -p %{buildroot}%{_rpmmacrodir} # Install the macro file # naming convention: macros.package-name install -p -m 644 %{SOURCE0} %{buildroot}%{_rpmmacrodir}/macros.perl-bootstrap %files %{_rpmmacrodir}/macros.perl-bootstrap %changelog * Wed Nov 19 2025 Your Name - 1.0-1 - Initial bootstrap macros for Perl 5.42