## START: Set by rpmautospec ## (rpmautospec version 0.8.4) ## 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-librt Version: 0.8.1 Release: %autorelease Summary: Mypyc runtime library License: MIT URL: https://github.com/mypyc/librt Source: %{pypi_source librt} BuildRequires: python3-devel BuildRequires: gcc # Fill in the actual package description to submit package to Fedora %global _description %{expand: This library contains efficient C implementations of various Python standard library classes and functions. Mypyc can use these fast implementations when compiling Python code to native extension modules..} %description %_description %package -n python3-librt Summary: %{summary} %description -n python3-librt %_description %prep %autosetup -p1 -n librt-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l librt %check %pyproject_check_import %files -n python3-librt -f %{pyproject_files} %doc README.md %changelog ## START: Generated by rpmautospec * Wed Apr 01 2026 John Doe - 0.8.1-1 - Uncommitted changes ## END: Generated by rpmautospec