From 3af31d89a2859364f40c744aeb98f14f16c7afb8 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:44:00 +0100 Subject: [PATCH] update to 0.7.12 [release 0.7.12-1mamba;Thu May 16 2019] --- python-alabaster.spec | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/python-alabaster.spec b/python-alabaster.spec index cad0453..69b5a79 100644 --- a/python-alabaster.spec +++ b/python-alabaster.spec @@ -1,5 +1,5 @@ Name: python-alabaster -Version: 0.7.9 +Version: 0.7.12 Release: 1mamba Summary: A configurable sidebar-enabled Sphinx theme Group: System/Libraries @@ -18,6 +18,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. +%if 0%{?with_pyver} +%pyver_package +%endif + %prep %setup -q -n alabaster-%{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 +* Thu May 16 2019 Silvan Calarco 0.7.12-1mamba +- update to 0.7.12 + * Sat Sep 17 2016 Automatic Build System 0.7.9-1mamba - automatic update by autodist