## 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-fastmcp Version: 2.13.2 Release: %autorelease # Fill in the actual package summary to submit package to Fedora Summary: The fast, Pythonic way to build MCP servers and clients. # Check if the automatically generated License and its spelling is correct for Fedora # https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/ License: Apache-2.0 URL: https://gofastmcp.com Source: %{pypi_source fastmcp} BuildSystem: pyproject # Replace ... with top-level Python module names as arguments, you can use globs BuildOption(install): -l fastmcp # Keep only those extras which you actually want to package or use during tests # If you don't want to package any of them, erase the whole line BuildOption(generate_buildrequires): -p BuildArch: noarch BuildRequires: python3-devel BuildRequires: tomcli # Fill in the actual package description to submit package to Fedora %global _description %{expand: The fast, Pythonic way to build MCP servers and clients.} %description %_description %package -n python3-fastmcp Summary: %{summary} %description -n python3-fastmcp %_description %prep -a tomcli set pyproject.toml arrays replace build-system.requires "uv-dynamic-versioning>=0.7.0" "hatch.vcs" tomcli set pyproject.toml str tool.hatch.version.source "vcs" %files -n python3-fastmcp -f %{pyproject_files} %changelog ## START: Generated by rpmautospec * Wed Dec 03 2025 John Doe - 2.13.2-1 - Uncommitted changes ## END: Generated by rpmautospec