|
|
@@ -25,12 +25,12 @@
|
|
|
# package version
|
|
|
%define V_major 8
|
|
|
%define V_minor 4
|
|
|
-%define V_level 10
|
|
|
+%define V_level 11
|
|
|
|
|
|
# package information
|
|
|
Name: tcl
|
|
|
Summary: Tool Command Language (TCL)
|
|
|
-URL: http://tcl.activestate.com/
|
|
|
+URL: http://www.tcl.tk/
|
|
|
Vendor: John Ousterhout
|
|
|
Packager: OpenPKG
|
|
|
Distribution: OpenPKG
|
|
|
@@ -38,14 +38,14 @@ Class: BASE
|
|
|
Group: Language
|
|
|
License: GPL
|
|
|
Version: %{V_major}.%{V_minor}.%{V_level}
|
|
|
-Release: 20050605
|
|
|
+Release: 20050906
|
|
|
|
|
|
# package options
|
|
|
%option with_x11 no
|
|
|
|
|
|
# list of sources
|
|
|
-Source0: ftp://ftp.scriptics.com/pub/tcl/tcl%{V_major}_%{V_minor}/tcl%{V_major}.%{V_minor}.%{V_level}-src.tar.gz
|
|
|
-Source1: ftp://ftp.scriptics.com/pub/tcl/tcl%{V_major}_%{V_minor}/tk%{V_major}.%{V_minor}.%{V_level}-src.tar.gz
|
|
|
+Source0: http://osdn.dl.sourceforge.net/tcl/tcl%{V_major}.%{V_minor}.%{V_level}-src.tar.gz
|
|
|
+Source1: http://osdn.dl.sourceforge.net/tcl/tk%{V_major}.%{V_minor}.%{V_level}-src.tar.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -66,13 +66,13 @@ AutoReqProv: no
|
|
|
%track
|
|
|
prog tcl:tcl = {
|
|
|
version = %{version}
|
|
|
- url = ftp://ftp.scriptics.com/pub/tcl/tcl8_4/
|
|
|
- regex = tcl(__VER__)-src\.tar.gz
|
|
|
+ url = http://prdownloads.sourceforge.net/tcl/
|
|
|
+ regex = tcl(\d+\.\d+(\.\d+)?)-src\.tar.gz
|
|
|
}
|
|
|
prog tcl:tk = {
|
|
|
version = %{version}
|
|
|
- url = ftp://ftp.scriptics.com/pub/tcl/tcl8_4/
|
|
|
- regex = tk(__VER__)-src\.tar.gz
|
|
|
+ url = http://prdownloads.sourceforge.net/tcl/
|
|
|
+ regex = tk(\d+\.\d+(\.\d+)?)-src\.tar.gz
|
|
|
}
|
|
|
|
|
|
%prep
|