## START: Set by rpmautospec ## (rpmautospec version 0.2.5) %define autorelease(e:s:pb:) %{?-p:0.}%{lua: release_number = 2; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{?dist} ## END: Set by rpmautospec Name: dummy-onboarding-contributors-pr Version: 1 Release: %autorelease Summary: Onboarding package - CONTRIBUTORS pull request License: MIT Source0: CONTRIBUTORS BuildArch: noarch %description This is Onboarding package. The intent is just to help onboard new Fedora maintainers. This package should not be installed (but when installed it should not cause any harm). %prep %setup -T -c %{name}-%{release} cp %{SOURCE0} . %build %install %check %files %doc CONTRIBUTORS %changelog * St říj 06 2021 Vít Ondruch 1-2 - First contributor. * St říj 06 2021 Vít Ondruch 1-1 - Initial version.