## START: Set by rpmautospec ## (rpmautospec version 0.3.5) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: blogc Version: 0.20.1 Release: %autorelease Summary: A blog compiler. License: BSD-3-Clause URL: https://blogc.rgm.io/ Source: https://github.com/blogc/blogc/releases/download/v%{version}/blogc-%{version}.tar.gz BuildRequires: gcc BuildRequires: make %description Blogc is a static site generator written mostly in C using makefiles to build the website. %prep %autosetup %build %configure %make_build %install %make_install %files %license LICENSE %{_bindir}/blogc %{_mandir}/man1/blogc.1.* %{_mandir}/man7/blogc-* %changelog * Sat Jun 10 2023 John Doe - 0.20.1-1 - Uncommitted changes