update to 14.0.0 [release 14.0.0-1mamba;Sun Jun 15 2014]

This commit is contained in:
Silvan Calarco 2024-01-05 16:48:04 +01:00
parent 8d636cc623
commit 0af07bd751

View File

@ -1,23 +1,24 @@
%define pkgmajver %(echo %{version} | cut -d. -f 1-2)
Name: python-twisted
Version: 10.2.0
Release: 2mamba
Version: 14.0.0
Release: 1mamba
Summary: Event-driven networking framework written in Python
Group: System/Libraries/Python
Vendor: openmamba
Distribution: openmamba
Packager: Tiziana Ferro <tiziana.ferro@email.it>
URL: http://www.twistedmatrix.com/
Source: http://tmrc.mit.edu/mirror/twisted/Twisted/%{pkgmajver}/Twisted-%{version}.tar.bz2
Source: https://pypi.python.org/packages/source/T/Twisted/Twisted-%{version}.tar.bz2
License: LGPL
Requires: python >= %python_version
BuildRequires: python
BuildRequires: python-zopeinterface
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libpython-devel >= %python_version
## AUTOBUILDREQ-END
BuildRequires: python
BuildRequires: python-zopeinterface
Requires: python >= %python_version
Requires: python-zopeinterface
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Provides: python-Twisted = %{version}-%{release}
@ -69,11 +70,11 @@ cp -a doc/*/man/*.1 %{buildroot}%{_mandir}/man1/
%{_mandir}/man1/cftp.*
%{_mandir}/man1/ckeygen.*
%{_mandir}/man1/conch.*
%{_mandir}/man1/im.*
#%{_mandir}/man1/im.*
%{_mandir}/man1/lore.*
%{_mandir}/man1/mailmail.*
%{_mandir}/man1/manhole.*
%{_mandir}/man1/mktap.*
#%{_mandir}/man1/mktap.*
%{_mandir}/man1/pyhtmlizer.*
%{_mandir}/man1/tap2deb.*
%{_mandir}/man1/tap2rpm.*
@ -84,6 +85,9 @@ cp -a doc/*/man/*.1 %{buildroot}%{_mandir}/man1/
%doc README
%changelog
* Sun Jun 15 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 14.0.0-1mamba
- update to 14.0.0
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 10.2.0-2mamba
- python 2.7 mass rebuild