rebuilt with multiple python versions [release 18.7.0-2mamba;Tue Oct 09 2018]
This commit is contained in:
parent
a6f8ff554d
commit
345dcdba58
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: python-twisted
|
Name: python-twisted
|
||||||
Version: 18.7.0
|
Version: 18.7.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
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
|
||||||
@ -26,6 +26,10 @@ Provides: python-Twisted = %{version}-%{release}
|
|||||||
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.
|
||||||
Twisted supports TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of protocols (including HTTP, NNTP, SSH, IRC, FTP, andothers), and much more.
|
Twisted supports TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of protocols (including HTTP, NNTP, SSH, IRC, FTP, andothers), and much more.
|
||||||
|
|
||||||
|
%if 0%{?with_pyver}
|
||||||
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%package docs
|
%package docs
|
||||||
Summary: Documentation for the Twisted networking framework
|
Summary: Documentation for the Twisted networking framework
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
@ -40,7 +44,7 @@ This package contains all the documentation for Twisted.
|
|||||||
%setup -q -n Twisted-%{version}
|
%setup -q -n Twisted-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" python setup.py build
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -62,6 +66,9 @@ sed -i "/iocpsupport.so/d" %{name}.filelist
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 09 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 18.7.0-2mamba
|
||||||
|
- rebuilt with multiple python versions
|
||||||
|
|
||||||
* Mon Aug 06 2018 Automatic Build System <autodist@mambasoft.it> 18.7.0-1mamba
|
* Mon Aug 06 2018 Automatic Build System <autodist@mambasoft.it> 18.7.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user