%global pypi_name dj-search-url %global pkg_name django-search-url Name: python-%{pkg_name} Version: 0.1 Release: 11%{?dist} Summary: Use Search URLs in your Django Application License: BSD URL: https://github.com/dstufft/dj-search-url Source0: %{pypi_source} BuildArch: noarch %description This simple Django utility allows you to utilize the 12factor inspired SEARCH_URL environment variable to configure your application. %package -n python3-%{pkg_name} Summary: %{summary} BuildRequires: python3-devel BuildRequires: python3-setuptools %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pkg_name} This simple Django utility allows you to utilize the 12factor inspired SEARCH_URL environment variable to configure your application. %prep %autosetup -n %{pypi_name}-%{version} rm -rf %{pypi_name}.egg-info %build %py3_build %install %py3_install %files -n python3-%{pkg_name} %license LICENSE %doc README.rst %{python3_sitelib}/__pycache__/* %{python3_sitelib}/dj_search_url.py %{python3_sitelib}/dj_search_url-%{version}-py*.egg-info %changelog * Fri Jul 22 2022 Fedora Release Engineering - 0.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 0.1-10 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 0.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 0.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 0.1-7 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 0.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro HronĨok - 0.1-4 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Tue Jan 07 2020 Fabian Affolter - 0.1-2 - Use var for source URL - Better use of wildcards (rhbz#1786869) * Sat Dec 28 2019 Fabian Affolter - 0.1-1 - Initial package for Fedora