rebuilt with distdeps [release 0.7.12-3mamba;Sat Apr 17 2021]
This commit is contained in:
parent
8abeb8565a
commit
5a68adb597
@ -1,6 +1,6 @@
|
||||
Name: python-alabaster
|
||||
Version: 0.7.12
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: A configurable sidebar-enabled Sphinx theme
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -10,10 +10,8 @@ URL: https://pypi.python.org/pypi/alabaster
|
||||
Source: https://pypi.debian.net/alabaster/alabaster-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libpython3-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: python >= %python_version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -37,13 +35,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
--install-lib=%{python_sitearch} \
|
||||
--record=%{name}.filelist
|
||||
|
||||
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitearch}/alabaster-%{version}-py*.egg-info
|
||||
%{python_sitearch}/alabaster-%{version}-py*.egg-info/*
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Sat Apr 17 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.12-3mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
* Tue Apr 28 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.12-2mamba
|
||||
- rebuilt with py3 package
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user