blob: 36bd5dc48f6a44bfe6cfe3370608f391c70ad2b8 [file] [log] [blame]
# -*- 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}
${CHANGELOG}