update to 0.7.12 [release 0.7.12-1mamba;Thu May 16 2019]

This commit is contained in:
Silvan Calarco 2024-01-06 10:44:00 +01:00
parent 9fed454183
commit 3af31d89a2

View File

@ -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 <silvan.calarco@mambasoft.it> 0.7.12-1mamba
- update to 0.7.12
* Sat Sep 17 2016 Automatic Build System <autodist@mambasoft.it> 0.7.9-1mamba
- automatic update by autodist