## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 3; 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 %global pypi_name pyunormalize %global git_commit 4b45c576567fb0293acb93a308c97cbaba3caa5f Name: python-%{pypi_name} Version: 16.0.0 Release: %autorelease BuildArch: noarch Summary: Unicode normalization forms (NFC, NFKC, NFD, NFKD) # ./pyunormalize/_unicode.py is autogenerated from Unicode data and inherited # its license (Unicode-3.0). The rest is licensed under MIT. License: MIT AND Unicode-3.0 URL: https://github.com/mlodewijck/pyunormalize VCS: git:%{url}.git Source0: %{url}/archive/%{git_commit}/%{pypi_name}-%{git_commit}.tar.gz BuildRequires: tox BuildSystem: pyproject BuildOption(prep): -n %{name}-%{version} BuildOption(generate_buildrequires): -t BuildOption(install): -l %{pypi_name} %description %{summary}. %package -n python3-%{pypi_name} Summary: %{summary} %description -n python3-%{pypi_name} %{summary}. %check -a %tox %files -n python3-%{pypi_name} -f %{pyproject_files} %doc README.md %changelog ## START: Generated by rpmautospec * Sun Mar 16 2025 Peter Lemenkov - 16.0.0-3 - F41+: Use the provisional declarative buildsystem * Sat Jan 18 2025 Fedora Release Engineering - 16.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Thu Jan 09 2025 Peter Lemenkov - 16.0.0-1 - Initial commit ## END: Generated by rpmautospec