diff --git a/python-sphinx-theme-alabaster.spec b/python-sphinx-theme-alabaster.spec index eaabdae..70f73da 100644 --- a/python-sphinx-theme-alabaster.spec +++ b/python-sphinx-theme-alabaster.spec @@ -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 - 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 - 0.7.12-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild