|
|
|
@ -1,118 +1,65 @@
|
|
|
|
|
Name: python-sphinx-theme-alabaster
|
|
|
|
|
Version: 0.7.16
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
%global pypi_name alabaster
|
|
|
|
|
%global srcname sphinx-theme-%{pypi_name}
|
|
|
|
|
|
|
|
|
|
Name: python-%{srcname}
|
|
|
|
|
Version: 0.7.12
|
|
|
|
|
Release: 13%{?dist}
|
|
|
|
|
Summary: Configurable sidebar-enabled Sphinx theme
|
|
|
|
|
|
|
|
|
|
License: BSD-3-Clause
|
|
|
|
|
URL: https://pypi.python.org/pypi/alabaster
|
|
|
|
|
Source: %{pypi_source alabaster}
|
|
|
|
|
License: BSD
|
|
|
|
|
URL: https://pypi.python.org/pypi/%{pypi_name}
|
|
|
|
|
Source0: https://files.pythonhosted.org/packages/cc/b4/ed8dcb0d67d5cfb7f83c4d5463a7614cb1d078ad7ae890c9143edebbf072/alabaster-0.7.12.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-devel
|
|
|
|
|
|
|
|
|
|
# Upstream lists no runtime dependencies,
|
|
|
|
|
# but alabaster/support.py imports from pygments.
|
|
|
|
|
# This is fine, as the module is only used for pygments.
|
|
|
|
|
# This BuildRequires is necessary for a successful import check.
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-pygments
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx
|
|
|
|
|
documentation system.
|
|
|
|
|
|
|
|
|
|
It began as a third-party theme, and is still maintained separately,
|
|
|
|
|
but as of Sphinx 1.3, Alabaster is an install-time dependency of Sphinx and is
|
|
|
|
|
selected as the default theme.}
|
|
|
|
|
%description
|
|
|
|
|
This theme is a modified "Kr" Sphinx theme from @kennethreitz (especially as
|
|
|
|
|
used in his Requests project), which was itself originally based on @mitsuhiko's
|
|
|
|
|
theme used for Flask & related projects.
|
|
|
|
|
|
|
|
|
|
%description %_description
|
|
|
|
|
|
|
|
|
|
%package -n python%{python3_pkgversion}-%{srcname}
|
|
|
|
|
Summary: Configurable sidebar-enabled Sphinx theme
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-devel
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-setuptools
|
|
|
|
|
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
|
|
|
|
|
|
|
|
|
|
%package -n python%{python3_pkgversion}-sphinx-theme-alabaster
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
%py_provides python%{python3_pkgversion}-alabaster
|
|
|
|
|
|
|
|
|
|
%description -n python%{python3_pkgversion}-sphinx-theme-alabaster %_description
|
|
|
|
|
%description -n python%{python3_pkgversion}-%{srcname}
|
|
|
|
|
This theme is a modified "Kr" Sphinx theme from @kennethreitz (especially as
|
|
|
|
|
used in his Requests project), which was itself originally based on @mitsuhiko's
|
|
|
|
|
theme used for Flask & related projects.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -p1 -n alabaster-%{version}
|
|
|
|
|
|
|
|
|
|
%setup -qn %{pypi_name}-%{version}
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
|
%pyproject_buildrequires
|
|
|
|
|
# Remove bundled eggs
|
|
|
|
|
rm -rf %{pypi_name}.egg-info
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%pyproject_wheel
|
|
|
|
|
%py3_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%pyproject_install
|
|
|
|
|
%pyproject_save_files alabaster
|
|
|
|
|
|
|
|
|
|
%py3_install
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
# upstream has no tests
|
|
|
|
|
%pyproject_check_import
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n python%{python3_pkgversion}-sphinx-theme-alabaster -f %{pyproject_files}
|
|
|
|
|
%files -n python%{python3_pkgversion}-%{srcname}
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc README.rst
|
|
|
|
|
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/
|
|
|
|
|
%{python3_sitelib}/%{pypi_name}/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.7.16-5
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.7.16-4
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.7.16-4
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.16-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.16-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Julien Enselme <jujens@jujens.eu> - 0.7.16-1
|
|
|
|
|
- Update to 0.7.16
|
|
|
|
|
|
|
|
|
|
* Mon Nov 20 2023 Miro Hrončok <mhroncok@redhat.com> - 0.7.13-2
|
|
|
|
|
- Provide python3-alabaster
|
|
|
|
|
- Run a basic import check when this package is built
|
|
|
|
|
|
|
|
|
|
* Sat Oct 21 2023 Julien Enselme <jujens@jujens.eu> - 0.7.13-1
|
|
|
|
|
- Update to 0.7.13
|
|
|
|
|
|
|
|
|
|
* Mon Sep 11 2023 Karolina Surma <ksurma@redhat.com> - 0.7.12-20
|
|
|
|
|
- Declare the license as an SPDX expression
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.12-19
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.7.12-18
|
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.12-17
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.12-16
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.7.12-15
|
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.12-14
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.12-13
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.7.12-13
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 0.7.12-12
|
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.7.12-12
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.12-11
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|