From 8b6f16f44b5beb133ca5026d892d082c814373ba Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:42:18 +0100 Subject: [PATCH] rebuilt with py3* packages [release 0.4.3-2mamba;Tue Apr 28 2020] --- python-sphinx_rtd_theme.spec | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/python-sphinx_rtd_theme.spec b/python-sphinx_rtd_theme.spec index 3b23bac..1833e01 100644 --- a/python-sphinx_rtd_theme.spec +++ b/python-sphinx_rtd_theme.spec @@ -1,13 +1,13 @@ Name: python-sphinx_rtd_theme Version: 0.4.3 -Release: 1mamba +Release: 2mamba Summary: Read the Docs Sphinx Theme Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://pypi.python.org/pypi/sphinx_rtd_theme -Source: https://pypi.python.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-%{version}.tar.gz +Source: https://pypi.debian.net/sphinx-rtd-theme/sphinx_rtd_theme-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: libpython-devel @@ -18,6 +18,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. +%if 0%{?with_pyver} +%pyver_package +%endif + %prep %setup -q -n sphinx_rtd_theme-%{version} @@ -35,16 +39,14 @@ CFLAGS="%{optflags}" %{__python} setup.py build #sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist -%files -f %{name}.filelist +%files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) -## note: this list is just an example; modify as required -# %{python_sitearch}/%{name}.py* -# %{python_sitearch}/%{name}.so %doc LICENSE -## note: eventually add the remaining documents (if any) -# %doc README.rst %changelog +* Tue Apr 28 2020 Silvan Calarco 0.4.3-2mamba +- rebuilt with py3* packages + * Sun Feb 17 2019 Automatic Build System 0.4.3-1mamba - automatic version update by autodist