Compare commits

..

No commits in common. "49ffac0999d93a951073e6e0efed8df9b475400e" and "2f0e352c48b403247ebd285f296a97c3e0adfe0f" have entirely different histories.

4 changed files with 22 additions and 43 deletions

BIN
alabaster-0.7.11.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,12 +1,14 @@
name: python-sphinx-theme-alabaster
Version: 0.7.13
Release: 1
Version: 0.7.11
Release: 6
Summary: Configurable sidebar-enabled Sphinx theme
License: BSD
URL: https://pypi.python.org/pypi/alabaster
Source0: %{pypi_source alabaster}
Source0: https://files.pythonhosted.org/packages/3f/46/9346ea429931d80244ab7f11c4fce83671df0b7ae5a60247a2b588592c46/alabaster-0.7.11.tar.gz
BuildArch: noarch
BuildRequires: python2-devel python2-setuptools
%description
This theme is a modified "Kr" Sphinx theme from @kennethreitz (especially as
@ -14,6 +16,15 @@ used in his Requests project), which was itself originally based on @mitsuhiko's
theme used for Flask & related projects.
%package -n python2-sphinx-theme-alabaster
Summary: Configurable sidebar-enabled Sphinx theme
%{?python_provide:%python_provide python2-sphinx-theme-alabaster}
%description -n python2-sphinx-theme-alabaster
Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx documentation system.
It is Python 2+3 compatible.
%package -n python%{python3_pkgversion}-sphinx-theme-alabaster
Summary: Configurable sidebar-enabled Sphinx theme
BuildArch: noarch
@ -33,11 +44,19 @@ rm -rf alabaster.egg-info
%build
%py2_build
%py3_build
%install
%py2_install
%py3_install
%files -n python2-sphinx-theme-alabaster
%doc LICENSE README.rst
%{python2_sitelib}/alabaster-%{version}-py%{python2_version}.egg-info/
%{python2_sitelib}/alabaster/
%files -n python%{python3_pkgversion}-sphinx-theme-alabaster
%doc LICENSE README.rst
%{python3_sitelib}/alabaster-%{version}-py%{python3_version}.egg-info/
@ -45,23 +64,5 @@ rm -rf alabaster.egg-info
%changelog
* 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
* Fri Jul 24 2020 xinghe <xinghe1@huawei.com> - 0.7.12-1
- update version to 0.7.12
* Thu Nov 21 2019 Wanjiankang <wanjiankang@huawei.com> - 0.7.11-6
- Initial packaging

View File

@ -1,22 +0,0 @@
From ef26b96905992c66b448fc26f76248833d2a2131 Mon Sep 17 00:00:00 2001
From: Jeff Forcier <jeff@bitprophet.org>
Date: Thu, 3 Jan 2019 13:12:45 -0800
Subject: [PATCH] Happy New Year
---
LICENSE | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/LICENSE b/LICENSE
index b5abb04..90409d5 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2018 Jeff Forcier.
+Copyright (c) 2020 Jeff Forcier.
Based on original work copyright (c) 2011 Kenneth Reitz and copyright (c) 2010
Armin Ronacher.
--
2.39.0.windows.2