rebuilt with distdeps [release 1.0.3-3mamba;Sat Apr 17 2021]
This commit is contained in:
parent
fe2f08567f
commit
de669a1cf4
@ -1,19 +1,17 @@
|
|||||||
Name: python-sphinxcontrib-qthelp
|
Name: python-sphinxcontrib-qthelp
|
||||||
Version: 1.0.3
|
Version: 1.0.3
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: A sphinx extension which outputs QtHelp document
|
Summary: A sphinx extension which outputs QtHelp document
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://sphinx.pocoo.org/
|
URL: https://sphinx.pocoo.org/
|
||||||
Source: https://pypi.debian.net/sphinxcontrib-qthelp/sphinxcontrib-qthelp-%{version}.tar.gz
|
Source: https://pypi.debian.net/sphinxcontrib-qthelp/sphinxcontrib-qthelp-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython3-devel
|
||||||
Requires: python3 >= %python_version
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -37,13 +35,19 @@ CFLAGS="%{optflags}" %{__python3} 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_qthelp-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/sphinxcontrib_qthelp-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 17 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.3-3mamba
|
||||||
|
- rebuilt with distdeps
|
||||||
|
|
||||||
* Sat Nov 28 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.3-2mamba
|
* Sat Nov 28 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.3-2mamba
|
||||||
- fix multiple python versions build
|
- fix multiple python versions build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user