automatic version update by autodist [release 6.0.2-1mamba;Thu Feb 25 2021]
This commit is contained in:
parent
54060c8651
commit
f9e7162b29
@ -1,12 +1,12 @@
|
||||
Name: python-sip
|
||||
Version: 5.4.0
|
||||
Release: 3mamba
|
||||
Version: 6.0.2
|
||||
Release: 1mamba
|
||||
Summary: Python extension module generator for C and C++ libraries
|
||||
Group: System/Libraries/Python
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.riverbankcomputing.com/software/sip
|
||||
URL: https://www.riverbankcomputing.com/software/sip
|
||||
Source: https://pypi.debian.net/sip/sip-%{version}.tar.gz
|
||||
#Source: https://www.riverbankcomputing.com/static/Downloads/sip/%{version}/sip-%{version}.tar.gz
|
||||
#Source: http://sourceforge.net/projects/pyqt/files/sip/sip-%{version}/sip-%{version}.tar.gz
|
||||
@ -18,7 +18,6 @@ BuildRequires: libpython-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython3-devel >= 3.7.4
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
SIP is an extension module generator similar to SWIG but is specifically designed for creating Python modules.
|
||||
@ -39,6 +38,7 @@ Group: System/Libraries/Python
|
||||
Summary: Python %{pyver} extension module generator for C and C++ libraries
|
||||
Provides: python-sip-%{?with_pyver:py%{with_pyver}-}devel
|
||||
Obsoletes: python-sip-%{?with_pyver:py%{with_pyver}-}devel
|
||||
Obsoletes: python-sip-py36 < 5.5.0
|
||||
Requires: sip = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%py_requires
|
||||
|
||||
@ -87,12 +87,21 @@ find %{python_sitearch}/*.egg-info -type d -empty -delete > /dev/null || true
|
||||
|
||||
%files -n sip
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/sip5
|
||||
#%{_bindir}/sip5
|
||||
%{_bindir}/sip-*
|
||||
#%doc NEWS README
|
||||
#%doc doc/*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 25 2021 Automatic Build System <autodist@mambasoft.it> 6.0.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 6.0.1-1mamba
|
||||
- update to 6.0.1
|
||||
|
||||
* Wed Feb 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.5.0-1mamba
|
||||
- update to 5.5.0
|
||||
|
||||
* Sun Oct 25 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.4.0-3mamba
|
||||
- fix posttrans package in previous release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user