blob: 839a48d5f1c910956342037f4a495a6c110eefd9 [file]
# -*- rpm-spec -*-
# This comprises the entirety of the preamble
%include %build_rpm_options
%description
%include %build_rpm_description
%install
%include %build_rpm_install
%files -f %build_rpm_files
${PRE_SCRIPTLET}
${POST_SCRIPTLET}
${PREUN_SCRIPTLET}
${POSTUN_SCRIPTLET}
${POSTTRANS_SCRIPTLET}
${SUBRPMS}
${CHANGELOG}