diff --git a/python-twisted.spec b/python-twisted.spec index 068452d..3bb2d01 100644 --- a/python-twisted.spec +++ b/python-twisted.spec @@ -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 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 14.0.0-1mamba +- update to 14.0.0 + * Fri May 17 2013 Silvan Calarco 10.2.0-2mamba - python 2.7 mass rebuild