rebuilt with distdeps [release 1.2.4-2mamba;Sat Apr 17 2021]
This commit is contained in:
parent
2620f16b49
commit
c5db72ea18
@ -1,6 +1,6 @@
|
||||
Name: python-sphinxcontrib-websupport
|
||||
Version: 1.2.4
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Sphinx documentation generator
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -10,10 +10,9 @@ URL: https://www.sphinx-doc.org/en/master/
|
||||
Source: http://pypi.debian.net/sphinxcontrib-websupport/sphinxcontrib-websupport-%{version}.tar.gz
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3.7dist(sphinxcontrib-serializinghtml)
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: python >= %python_version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -37,13 +36,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
--install-lib=%{python_sitearch} \
|
||||
--record=%{name}.filelist
|
||||
|
||||
sed -i "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}/sphinxcontrib_websupport-%{version}-py*.egg-info
|
||||
%{python_sitearch}/sphinxcontrib_websupport-%{version}-py*.egg-info/*
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Sat Apr 17 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.4-2mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
* Mon Feb 22 2021 Automatic Build System <autodist@mambasoft.it> 1.2.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user