## START: Set by rpmautospec ## (rpmautospec version 0.3.0) %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 5; 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 srcname robot-detection Name: python-%{srcname} Version: 0.4 %global gh_ver %{version}.0 Release: %autorelease Summary: Library for detecting bot HTTP UA headers License: GPLv3+ URL: https://github.com/rory/robot-detection # PyPI source does not have tests and license text # Source0: %%{pypi_source %%{srcname}} Source0: %{url}/archive/v%{gh_ver}/%{srcname}-%{version}.tar.gz BuildArch: noarch BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools %global _description %{expand: robot_detection is a python module to detect if a given HTTP User Agent is a web crawler. It uses the list of registered robots from http://www.robotstxt.org: [Robots Database](http://www.robotstxt.org/db.html).} %description %{_description} %package -n python%{python3_pkgversion}-%{srcname} Summary: %{summary} %description -n python%{python3_pkgversion}-%{srcname} %{_description} %prep %autosetup -p1 -n %{srcname}-%{gh_ver} %generate_buildrequires %pyproject_buildrequires -t %build %pyproject_wheel %install %pyproject_install %pyproject_save_files robot_detection %check %tox %files -n python%{python3_pkgversion}-%{srcname} -f %{pyproject_files} %license LICENCE %doc README.md %changelog * Fri Jan 20 2023 Fedora Release Engineering 0.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering 0.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint 0.4-3 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering 0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Mon Dec 13 2021 Michel Alexandre Salim 0.4-1 - Initial Fedora package