|
|
066c66 |
%global pypi_name Pallets-Sphinx-Themes
|
|
|
066c66 |
|
|
|
066c66 |
Name: python-%{pypi_name}
|
|
|
066c66 |
Version: 1.2.2
|
|
|
066c66 |
Release: 7%{?dist}
|
|
|
066c66 |
Summary: Sphinx themes for Pallets and related projects
|
|
|
066c66 |
|
|
|
066c66 |
License: BSD
|
|
|
066c66 |
URL: https://github.com/pallets/pallets-sphinx-themes/
|
|
|
066c66 |
Source0: https://files.pythonhosted.org/packages/source/P/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
|
|
|
066c66 |
Patch0: importlib_metadata_py38.patch
|
|
|
066c66 |
BuildArch: noarch
|
|
|
066c66 |
|
|
|
066c66 |
BuildRequires: python3-devel
|
|
|
066c66 |
BuildRequires: python3-setuptools
|
|
|
066c66 |
|
|
|
066c66 |
%description
|
|
|
066c66 |
Pallets Sphinx Themes Themes for the Pallets projects.
|
|
|
066c66 |
|
|
|
066c66 |
%package -n python3-%{pypi_name}
|
|
|
066c66 |
Summary: %{summary}
|
|
|
066c66 |
%{?python_provide:%python_provide python3-%{pypi_name}}
|
|
|
066c66 |
|
|
|
066c66 |
Requires: python3-sphinx
|
|
|
066c66 |
Requires: python3-setuptools
|
|
|
066c66 |
%description -n python3-%{pypi_name}
|
|
|
066c66 |
Pallets Sphinx Themes Themes for the Pallets projects.
|
|
|
066c66 |
|
|
|
066c66 |
|
|
|
066c66 |
%prep
|
|
|
066c66 |
%autosetup -n %{pypi_name}-%{version} -p1
|
|
|
066c66 |
# Remove bundled egg-info
|
|
|
066c66 |
rm -rf %{pypi_name}.egg-info
|
|
|
066c66 |
|
|
|
066c66 |
%build
|
|
|
066c66 |
%py3_build
|
|
|
066c66 |
|
|
|
066c66 |
%install
|
|
|
066c66 |
%py3_install
|
|
|
066c66 |
|
|
|
066c66 |
%files -n python3-%{pypi_name}
|
|
|
066c66 |
%license LICENSE.rst
|
|
|
066c66 |
%doc README.rst CHANGES.rst
|
|
|
066c66 |
%{python3_sitelib}/pallets_sphinx_themes
|
|
|
066c66 |
%{python3_sitelib}/Pallets_Sphinx_Themes-*.egg-info/
|
|
|
066c66 |
|
|
|
066c66 |
%changelog
|
|
|
066c66 |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-7
|
|
|
066c66 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
066c66 |
|
|
|
066c66 |
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-6
|
|
|
066c66 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
066c66 |
|
|
|
066c66 |
* Sat May 23 2020 Miro HronĨok <mhroncok@redhat.com> - 1.2.2-5
|
|
|
066c66 |
- Rebuilt for Python 3.9
|
|
|
066c66 |
|
|
|
066c66 |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-4
|
|
|
066c66 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
066c66 |
|
|
|
066c66 |
* Mon Nov 11 2019 Rick Elrod <relrod@redhat.com> - 1.2.2-3
|
|
|
066c66 |
- Fix dependency issue for python >=3.8
|
|
|
066c66 |
|
|
|
066c66 |
* Mon Nov 4 2019 Rick Elrod <relrod@redhat.com> - 1.2.2-2
|
|
|
066c66 |
- Fix files section for python >=3.10
|
|
|
066c66 |
|
|
|
066c66 |
* Mon Nov 4 2019 Rick Elrod <relrod@redhat.com> - 1.2.2-1
|
|
|
066c66 |
- Latest upstream
|
|
|
066c66 |
- Remove python 2 stuff, to follow Fedora packaging guidelines
|
|
|
066c66 |
|
|
|
066c66 |
* Sat Apr 28 2018 Rick Elrod <rick@elrod.me> - 1.0.0-1
|
|
|
066c66 |
- Initial package.
|