Subpackage python2-sphinx-theme-alabaster has been removed
This commit is contained in:
parent
47a283438a
commit
a03813f742
@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.7.12
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Configurable sidebar-enabled Sphinx theme
|
||||
|
||||
License: BSD
|
||||
@ -11,8 +11,6 @@ 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: python2-devel
|
||||
BuildRequires: python2-setuptools
|
||||
|
||||
%description
|
||||
This theme is a modified "Kr" Sphinx theme from @kennethreitz (especially as
|
||||
@ -20,16 +18,6 @@ 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.
|
||||
|
||||
|
||||
%package -n python%{python3_pkgversion}-%{srcname}
|
||||
Summary: Configurable sidebar-enabled Sphinx theme
|
||||
BuildArch: noarch
|
||||
@ -51,21 +39,13 @@ 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}/
|
||||
|
||||
%files -n python%{python3_pkgversion}-%{srcname}
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
@ -74,6 +54,10 @@ rm -rf %{pypi_name}.egg-info
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 06 2019 Miro Hrončok <mhroncok@redhat.com> - 0.7.12-4
|
||||
- Subpackage python2-sphinx-theme-alabaster has been removed
|
||||
See https://fedoraproject.org/wiki/Changes/Sphinx2
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.12-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user