python-sphinx-theme-alabaster/python-sphinx-theme-alabaster.spec

68 lines
1.9 KiB
RPMSpec
Raw Permalink Normal View History

2019-12-15 02:11:51 +08:00
name: python-sphinx-theme-alabaster
2023-05-16 15:20:28 +08:00
Version: 0.7.13
Release: 1
2019-12-04 18:01:31 +08:00
Summary: Configurable sidebar-enabled Sphinx theme
License: BSD
URL: https://pypi.python.org/pypi/alabaster
2023-05-16 15:20:28 +08:00
Source0: %{pypi_source alabaster}
2019-12-04 18:01:31 +08:00
BuildArch: noarch
%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.
%package -n python%{python3_pkgversion}-sphinx-theme-alabaster
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}-sphinx-theme-alabaster}
%description -n python%{python3_pkgversion}-sphinx-theme-alabaster
Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx documentation system.
It is Python 2+3 compatible.
%prep
%autosetup -n alabaster-%{version} -p1
rm -rf alabaster.egg-info
%build
%py3_build
%install
%py3_install
%files -n python%{python3_pkgversion}-sphinx-theme-alabaster
%doc LICENSE README.rst
%{python3_sitelib}/alabaster-%{version}-py%{python3_version}.egg-info/
%{python3_sitelib}/alabaster/
%changelog
2023-05-16 15:20:28 +08:00
* Tue May 16 2023 Ge Wang <wang__ge@126.com> - 0.7.13-1
- Update to version 0.7.13
* Sat Jan 7 2023 zhangliangpengkun<zhangliangpengkun@xfusion.com> - 0.7.12-4
- update-LICENSE-newyear
* Tue Aug 02 2022 wangkai <wangkai385@h-partners.com> - 0.7.12-3
- Update release version for 22.09
* Mon Nov 02 2020 wangjie <wangjie294@huawei.com> - 0.7.12-2
- Type:NA
- ID:NA
- SUG:NA
- DESC:remove python2
2020-07-24 09:45:53 +08:00
* Fri Jul 24 2020 xinghe <xinghe1@huawei.com> - 0.7.12-1
- update version to 0.7.12
2019-12-04 18:01:31 +08:00
* Thu Nov 21 2019 Wanjiankang <wanjiankang@huawei.com> - 0.7.11-6
- Initial packaging