Name: python-joserfc Version: 1.0.1 Release: 1%{?dist} Summary: The ultimate Python library for JOSE RFCs License: BSD-3-Clause URL: https://github.com/authlib/joserfc Source0: https://files.pythonhosted.org/packages/source/j/joserfc/joserfc-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-pip BuildRequires: python3-setuptools BuildRequires: python3-wheel %global _description %{expand: The ultimate Python library for JOSE RFCs, including JWS, JWE, JWK, JWA, JWT.} %description %_description %package -n python3-joserfc Summary: %{summary} %description -n python3-joserfc %_description %prep %autosetup -p1 -n joserfc-%{version} %build %pyproject_wheel %install %pyproject_install %pyproject_save_files joserfc %files -n python3-joserfc -f %{pyproject_files} %license LICENSE %doc README.rst %changelog