Blame SPECS/python-sphinx-theme-py3doc-enhanced.spec

f09d93
%global pypi_name sphinx_py3doc_enhanced_theme
f09d93
%global srcname sphinx-py3doc-enhanced-theme
f09d93
%global pkgname sphinx-theme-py3doc-enhanced
f09d93
%global desc Theme based on the theme of https://docs.python.org/3/ with some responsive\
f09d93
enhancements.
f09d93
f09d93
Name:           python-%{pkgname}
f09d93
Version:        2.3.2
f09d93
Release:        19%{?dist}
f09d93
Summary:        Theme based on the theme of https://docs.python.org/3/
f09d93
f09d93
License:        BSD
f09d93
URL:            https://pypi.python.org/pypi/%{pypi_name}
f09d93
Source0:        https://pypi.python.org/packages/4a/f5/da1cbd49b4ad223be6070076bdc04454cb108407e5289b5d704326b540d3/%{srcname}-%{version}.tar.gz
f09d93
f09d93
BuildArch:      noarch
f09d93
f09d93
%description
f09d93
%desc
f09d93
f09d93
f09d93
%package -n     python%{python3_pkgversion}-%{pkgname}
f09d93
Summary:        %{summary}
f09d93
BuildArch:      noarch
f09d93
BuildRequires:  python%{python3_pkgversion}-devel
f09d93
BuildRequires:  python%{python3_pkgversion}-setuptools
f09d93
%{?python_provide:%python_provide python%{python3_pkgversion}-%{pkgname}}
f09d93
Provides:       python%{python3_pkgversion}-%{pypi_name} = %{version}-%{release}
f09d93
f09d93
%description -n python%{python3_pkgversion}-%{pkgname}
f09d93
%desc
f09d93
f09d93
f09d93
%prep
f09d93
%setup -qn %{srcname}-%{version}
f09d93
f09d93
f09d93
%build
f09d93
%py3_build
f09d93
f09d93
f09d93
%install
f09d93
%py3_install
f09d93
f09d93
f09d93
%files -n python%{python3_pkgversion}-%{pkgname}
f09d93
%license LICENSE
f09d93
%doc README.rst
f09d93
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/
f09d93
%{python3_sitelib}/%{pypi_name}/
f09d93
f09d93
f09d93
%changelog
f09d93
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-19
f09d93
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
f09d93
f09d93
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-18
f09d93
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
f09d93
f09d93
* Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 2.3.2-17
f09d93
- Rebuilt for Python 3.9
f09d93
f09d93
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-16
f09d93
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
f09d93
f09d93
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2.3.2-15
f09d93
- Rebuilt for Python 3.8.0rc1 (#1748018)
f09d93
f09d93
* Sat Aug 17 2019 Miro Hrončok <mhroncok@redhat.com> - 2.3.2-14
f09d93
- Rebuilt for Python 3.8
f09d93
f09d93
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-13
f09d93
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
f09d93
f09d93
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-12
f09d93
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
f09d93
f09d93
* Fri Oct 12 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.3.2-11
f09d93
- Python2 binary package has been removed
f09d93
  See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
f09d93
f09d93
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-10
f09d93
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
f09d93
f09d93
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.3.2-9
f09d93
- Rebuilt for Python 3.7
f09d93
f09d93
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-8
f09d93
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
f09d93
f09d93
* Tue Jan 30 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.3.2-7
f09d93
- Update Python 2 dependency declarations to new packaging standards
f09d93
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
f09d93
f09d93
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-6
f09d93
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
f09d93
f09d93
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-5
f09d93
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f09d93
f09d93
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2.3.2-4
f09d93
- Rebuild for Python 3.6
f09d93
f09d93
* Sat Sep 03 2016 Julien Enselme <jujens@jujens.eu> - 2.3.2-3
f09d93
- Change package name to python-sphinx-theme-py3doc-enhanced
f09d93
- Add provides for python-sphinx_py3doc_enhanced_theme
f09d93
f09d93
* Mon Aug 22 2016 Julien Enselme <jujens@jujens.eu> - 2.3.2-2
f09d93
- Use %%desc macro for description
f09d93
f09d93
* Wed Aug 17 2016 Julien Enselme <jujens@jujens.eu> - 2.3.2-1
f09d93
- Initial packaging