2015-08-04 18:52:38 +00:00
|
|
|
%global pypi_name alabaster
|
|
|
|
%global srcname sphinx-theme-%{pypi_name}
|
|
|
|
|
|
|
|
Name: python-%{srcname}
|
2018-06-30 17:10:55 +00:00
|
|
|
Version: 0.7.11
|
2018-07-02 16:23:54 +00:00
|
|
|
Release: 3%{?dist}
|
2015-08-04 18:52:38 +00:00
|
|
|
Summary: Configurable sidebar-enabled Sphinx theme
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
URL: https://pypi.python.org/pypi/%{pypi_name}
|
2018-06-30 17:26:08 +00:00
|
|
|
Source0: https://files.pythonhosted.org/packages/3f/46/9346ea429931d80244ab7f11c4fce83671df0b7ae5a60247a2b588592c46/alabaster-0.7.11.tar.gz
|
2015-08-04 18:52:38 +00:00
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: python2-devel
|
2018-01-30 01:48:59 +00:00
|
|
|
BuildRequires: python2-setuptools
|
2015-08-04 18:52:38 +00:00
|
|
|
|
|
|
|
%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 python2-%{srcname}
|
|
|
|
Summary: Configurable sidebar-enabled Sphinx theme
|
|
|
|
%{?python_provide:%python_provide python2-%{srcname}}
|
|
|
|
|
|
|
|
%description -n python2-%{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.
|
|
|
|
|
|
|
|
|
2016-05-13 15:12:32 +00:00
|
|
|
%package -n python%{python3_pkgversion}-%{srcname}
|
2015-08-04 18:52:38 +00:00
|
|
|
Summary: Configurable sidebar-enabled Sphinx theme
|
|
|
|
BuildArch: noarch
|
2016-05-13 15:12:32 +00:00
|
|
|
BuildRequires: python%{python3_pkgversion}-devel
|
|
|
|
BuildRequires: python%{python3_pkgversion}-setuptools
|
|
|
|
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
|
2015-08-04 18:52:38 +00:00
|
|
|
|
2016-05-13 15:12:32 +00:00
|
|
|
%description -n python%{python3_pkgversion}-%{srcname}
|
2015-08-04 18:52:38 +00:00
|
|
|
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
|
|
|
|
%setup -qn %{pypi_name}-%{version}
|
|
|
|
|
|
|
|
# Remove bundled eggs
|
|
|
|
rm -rf %{pypi_name}.egg-info
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%py2_build
|
|
|
|
%py3_build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%py2_install
|
|
|
|
%py3_install
|
|
|
|
|
|
|
|
|
|
|
|
%files -n python2-%{srcname}
|
|
|
|
%license LICENSE
|
|
|
|
%doc README.rst
|
|
|
|
%{python2_sitelib}/%{pypi_name}-%{version}-py%{python2_version}.egg-info/
|
|
|
|
%{python2_sitelib}/%{pypi_name}/
|
|
|
|
|
2016-05-13 15:12:32 +00:00
|
|
|
%files -n python%{python3_pkgversion}-%{srcname}
|
2015-08-04 18:52:38 +00:00
|
|
|
%license LICENSE
|
|
|
|
%doc README.rst
|
|
|
|
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/
|
|
|
|
%{python3_sitelib}/%{pypi_name}/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2018-07-02 16:23:54 +00:00
|
|
|
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 0.7.11-3
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
2018-06-30 17:26:08 +00:00
|
|
|
* Sat Jun 30 2018 Julien Enselme <jujens@jujens.eu> - 0.7.11-2
|
|
|
|
- Correct source URL
|
|
|
|
|
2018-06-30 17:10:55 +00:00
|
|
|
* Sat Jun 30 2018 Julien Enselme <jujens@jujens.eu> - 0.7.11-1
|
|
|
|
- Update to 0.7.11
|
|
|
|
|
2018-06-14 12:33:58 +00:00
|
|
|
* Thu Jun 14 2018 Miro Hrončok <mhroncok@redhat.com> - 0.7.9-7
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
2018-02-09 10:58:27 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.9-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-30 01:48:59 +00:00
|
|
|
* Tue Jan 30 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.7.9-5
|
|
|
|
- Update Python 2 dependency declarations to new packaging standards
|
|
|
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
|
|
2017-07-27 11:53:51 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.9-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-11 10:32:58 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.9-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-12-11 15:13:28 +00:00
|
|
|
* Fri Dec 09 2016 Charalampos Stratakis <cstratak@redhat.com> - 0.7.9-2
|
|
|
|
- Rebuild for Python 3.6
|
|
|
|
|
2016-09-18 10:05:39 +00:00
|
|
|
* Sun Sep 18 2016 Julien Enselme <jujens@jujens.eu> - 0.7.9-1
|
|
|
|
- Update to 0.7.9
|
|
|
|
|
2016-05-13 15:12:32 +00:00
|
|
|
* Fri May 13 2016 Julien Enselme <jujens@jujens.eu> - 0.7.8-1
|
|
|
|
- Use %%python3_pkgversion macro for EPEL7 release
|
|
|
|
|
2016-05-13 09:32:42 +00:00
|
|
|
* Fri May 13 2016 Julien Enselme <jujens@jujens.eu> - 0.7.8-1
|
|
|
|
- Update to 0.7.8 (#1334952)
|
|
|
|
|
2016-02-04 21:00:03 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.6-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-11-05 11:51:44 +00:00
|
|
|
* Thu Nov 5 2015 Julien Enselme <jujens@jujens.eu> - 0.7.6-5
|
|
|
|
- Rebuilt for python 3.5
|
|
|
|
|
2015-08-04 18:52:38 +00:00
|
|
|
* Fri Jul 31 2015 Julien Enseme <jujens@jujens.eu> - 0.7.6-4
|
|
|
|
- Use %%py2_build, %%py3build, %%py2_install and %%py2_install
|
|
|
|
- Make a python2 subpackage
|
|
|
|
|
|
|
|
* Thu Jul 30 2015 Julien Enselme <jujens@jujens.eu> - 0.7.6-3
|
|
|
|
- Add provides for python2-sphinx-theme-alabaster
|
|
|
|
- Remove usage of python2 and python3 dirs
|
|
|
|
|
|
|
|
* Fri Jul 24 2015 Julien Enselme <jujens@jujens.eu> - 0.7.6-2
|
|
|
|
- Remove %%py3dir macro
|
|
|
|
- Add CFLAGS in %%build
|
|
|
|
|
|
|
|
* Sat Jul 18 2015 Julien Enselme <jujens@jujens.eu> - 0.7.6-1
|
|
|
|
- Initial packaging
|