|
|
|
|
@ -25,7 +25,7 @@
|
|
|
|
|
# package versions |
|
|
|
|
%define V_python 2.5 |
|
|
|
|
%define V_pydns 2.3.0 |
|
|
|
|
%define V_dnspython 1.5.0 |
|
|
|
|
%define V_dnspython 1.6.0 |
|
|
|
|
%define V_twisted_major 2.5 |
|
|
|
|
%define V_twisted_minor 0 |
|
|
|
|
|
|
|
|
|
@ -40,11 +40,11 @@ Class: BASE
|
|
|
|
|
Group: Language |
|
|
|
|
License: GPL |
|
|
|
|
Version: %{V_python} |
|
|
|
|
Release: 20070304 |
|
|
|
|
Release: 20071211 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://switch.dl.sourceforge.net/pydns/pydns-%{V_pydns}.tgz |
|
|
|
|
Source1: http://www.dnspython.org/kits/stable/dnspython-%{V_dnspython}.tar.gz |
|
|
|
|
Source1: http://www.dnspython.org/kits/%{V_dnspython}/dnspython-%{V_dnspython}.tar.gz |
|
|
|
|
Source2: http://tmrc.mit.edu/mirror/twisted/Twisted/%{V_twisted_major}/Twisted-%{V_twisted_major}.%{V_twisted_minor}.tar.bz2 |
|
|
|
|
Patch0: python-net.patch |
|
|
|
|
|
|
|
|
|
@ -67,8 +67,8 @@ AutoReqProv: no
|
|
|
|
|
} |
|
|
|
|
prog python-net:dnspython = { |
|
|
|
|
version = %{V_dnspython} |
|
|
|
|
url = http://www.dnspython.org/kits/stable/ |
|
|
|
|
regex = dnspython-(__VER__)\.tar\.gz |
|
|
|
|
url = http://www.dnspython.org/kits/ |
|
|
|
|
regex = (__VER__)/ |
|
|
|
|
} |
|
|
|
|
prog python-net:twisted = { |
|
|
|
|
version = %{V_twisted_major}.%{V_twisted_minor} |
|
|
|
|
|