## START: Set by rpmautospec ## (rpmautospec version 0.8.3) ## 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: python-chevron Version: 0.14.0 Release: %autorelease Summary: Mustache templating language renderer License: MIT URL: https://github.com/noahmorrison/chevron Source: %{pypi_source chevron} Source1: LICENSE BuildSystem: pyproject BuildOption(install): -L chevron BuildArch: noarch BuildRequires: python3-devel # Fill in the actual package description to submit package to Fedora %global _description %{expand: A python implementation of the mustache templating language.} %description %_description %package -n python3-chevron Summary: %{summary} %description -n python3-chevron %_description %prep -a cp %{SOURCE1} . %install -a sed -i '1s|#!/usr/bin/python|#!/usr/bin/python3|' %{buildroot}%{python3_sitelib}/chevron/main.py chmod a+x %{buildroot}%{python3_sitelib}/chevron/main.py %check %pyproject_check_import %files -n python3-chevron -f %{pyproject_files} %license LICENSE %{_bindir}/chevron %changelog ## START: Generated by rpmautospec * Fri Feb 06 2026 Miroslav Suchý - 0.14.0-1 - initial packaging ## END: Generated by rpmautospec