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
|
Name: python-sphinxcontrib-websupport
|
||||||
Version: 1.2.4
|
Version: 1.2.4
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Sphinx documentation generator
|
Summary: Sphinx documentation generator
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
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
|
Source: http://pypi.debian.net/sphinxcontrib-websupport/sphinxcontrib-websupport-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: python3.7dist(sphinxcontrib-serializinghtml)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: python >= %python_version
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -37,13 +36,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--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
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python_sitearch}/sphinxcontrib_websupport-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/sphinxcontrib_websupport-%{version}-py*.egg-info/*
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Feb 22 2021 Automatic Build System <autodist@mambasoft.it> 1.2.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user