rebuilt with python 3.10 [release 1.12.2-2mamba;Thu Apr 07 2022]
This commit is contained in:
parent
75239a8a35
commit
9f364303fd
@ -1,6 +1,6 @@
|
|||||||
Name: PyQt-builder
|
Name: PyQt-builder
|
||||||
Version: 1.12.2
|
Version: 1.12.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: PEP 517 Compliant PyQt Build System
|
Summary: PEP 517 Compliant PyQt Build System
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,9 +10,11 @@ URL: https://www.riverbankcomputing.com/software/pyqt/
|
|||||||
Source: https://pypi.debian.net/PyQt-builder/PyQt-builder-%{version}.tar.gz
|
Source: https://pypi.debian.net/PyQt-builder/PyQt-builder-%{version}.tar.gz
|
||||||
License: SIP
|
License: SIP
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: python3.7dist(packaging)
|
||||||
|
BuildRequires: python3.7dist(setuptools)
|
||||||
|
BuildRequires: python3.7dist(sip)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython-devel
|
|
||||||
Requires: python >= %python_version
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -36,18 +38,29 @@ 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
|
||||||
|
|
||||||
|
sed -i "/^\/usr\/bin/d" %{name}.filelist
|
||||||
|
|
||||||
|
for f in bundle qt-wheel; do
|
||||||
|
mv %{buildroot}%{_bindir}/pyqt-${f} %{buildroot}%{_bindir}/pyqt-${f}-py%{with_pyver}
|
||||||
|
%if "0%{?with_pyver}" == "03"
|
||||||
|
ln -s pyqt-${f}-py%{with_pyver} %{buildroot}%{_bindir}/pyqt-${f}
|
||||||
|
%endif
|
||||||
|
done
|
||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
## note: this list is just an example; modify as required
|
%{_bindir}/pyqt-bundle*
|
||||||
# %{python_sitearch}/%{name}.py*
|
%{_bindir}/pyqt-qt-wheel*
|
||||||
# %{python_sitearch}/%{name}.so
|
%dir %{python_sitearch}/PyQt_builder-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/PyQt_builder-%{version}-py*.egg-info/*
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
## note: add extra documentation (if any)
|
|
||||||
# %doc ChangeLog NEWS README
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12.2-2mamba
|
||||||
|
- rebuilt with python 3.10
|
||||||
|
|
||||||
* Thu Oct 28 2021 Automatic Build System <autodist@mambasoft.it> 1.12.2-1mamba
|
* Thu Oct 28 2021 Automatic Build System <autodist@mambasoft.it> 1.12.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user