update to 21.2.0 [release 21.2.0-1mamba;Fri Apr 09 2021]
This commit is contained in:
parent
fe3c207fbd
commit
1fc4d628f3
@ -1,26 +1,26 @@
|
|||||||
%define pkgmajver %(echo %{version} | cut -d. -f 1-2)
|
%define pkgmajver %(echo %{version} | cut -d. -f 1-2)
|
||||||
|
|
||||||
Name: python-twisted
|
Name: python-twisted
|
||||||
Version: 20.3.0
|
Version: 21.2.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Event-driven networking framework written in Python
|
Summary: Event-driven networking framework written in Python
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
||||||
URL: http://www.twistedmatrix.com/
|
URL: https://www.twistedmatrix.com/
|
||||||
Source: https://pypi.debian.net/Twisted/Twisted-%{version}.tar.bz2
|
Source: https://pypi.debian.net/Twisted/Twisted-%{version}.tar.gz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: libpython3-devel
|
||||||
BuildRequires: libpython-devel >= %python_version
|
BuildRequires: python3.7dist(attrs)
|
||||||
|
BuildRequires: python3.7dist(automat)
|
||||||
|
BuildRequires: python3.7dist(constantly)
|
||||||
|
BuildRequires: python3.7dist(hyperlink)
|
||||||
|
BuildRequires: python3.7dist(incremental)
|
||||||
|
BuildRequires: python3.7dist(setuptools)
|
||||||
|
BuildRequires: python3.7dist(zope.interface)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: python
|
|
||||||
BuildRequires: python-zopeinterface
|
|
||||||
Requires: python >= %python_version
|
|
||||||
Requires: python-zopeinterface
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
Provides: python-Twisted = %{version}-%{release}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
An event-driven networking framework written in Python and licensed under the LGPL.
|
An event-driven networking framework written in Python and licensed under the LGPL.
|
||||||
@ -55,6 +55,8 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
sed -i "/iocpsupport.*\.so$/d" %{name}.filelist
|
sed -i "/iocpsupport.*\.so$/d" %{name}.filelist
|
||||||
|
|
||||||
%if 0%{?with_pyver}
|
%if 0%{?with_pyver}
|
||||||
@ -66,7 +68,6 @@ for f in %{buildroot}%{_bindir}/*; do
|
|||||||
done
|
done
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
#install -d %{buildroot}%{_mandir}/man1/
|
#install -d %{buildroot}%{_mandir}/man1/
|
||||||
#cp -a doc/*/man/*.1 %{buildroot}%{_mandir}/man1/
|
#cp -a doc/*/man/*.1 %{buildroot}%{_mandir}/man1/
|
||||||
|
|
||||||
@ -75,8 +76,13 @@ done
|
|||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
%dir %{python_sitearch}/Twisted-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/Twisted-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 21.2.0-1mamba
|
||||||
|
- update to 21.2.0
|
||||||
|
|
||||||
* Thu Apr 23 2020 Automatic Build System <autodist@mambasoft.it> 20.3.0-1mamba
|
* Thu Apr 23 2020 Automatic Build System <autodist@mambasoft.it> 20.3.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user