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