rebuilt to update automatic python provides [release 12.8.1-2mamba;Sat Mar 13 2021]
This commit is contained in:
parent
54842352a7
commit
61fe2fbf5f
@ -1,6 +1,6 @@
|
|||||||
Name: PyQt5-sip
|
Name: PyQt5-sip
|
||||||
Version: 12.8.1
|
Version: 12.8.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: The sip extension module provides support for the PyQt5 package
|
Summary: The sip extension module provides support for the PyQt5 package
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,11 +10,11 @@ URL: https://pypi.org/project/PyQt5-sip/
|
|||||||
Source: https://pypi.debian.net/PyQt5-sip/PyQt5_sip-%{version}.tar.gz
|
Source: https://pypi.debian.net/PyQt5-sip/PyQt5_sip-%{version}.tar.gz
|
||||||
License: SIP
|
License: SIP
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## note: run 'autospec -u -a6 PyQt5-sip' to get the list of build requirements.
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython-devel
|
#BuildRequires: libpython-devel
|
||||||
Requires: python >= %python_version
|
#Requires: python >= %python_version
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -38,18 +38,17 @@ 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)
|
||||||
## note: this list is just an example; modify as required
|
%dir %{python_sitearch}/*.egg-info
|
||||||
# %{python_sitearch}/%{name}.py*
|
%{python_sitearch}/*.egg-info/*
|
||||||
# %{python_sitearch}/%{name}.so
|
|
||||||
|
|
||||||
## note: add extra documentation (if any)
|
|
||||||
# %doc README
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 13 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 12.8.1-2mamba
|
||||||
|
- rebuilt to update automatic python provides
|
||||||
|
|
||||||
* Fri Oct 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 12.8.1-1mamba
|
* Fri Oct 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 12.8.1-1mamba
|
||||||
- update to 12.8.1
|
- update to 12.8.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user