|
|
@@ -54,7 +54,7 @@
|
|
|
%define V_jsan_csschange 0.02
|
|
|
%define V_jsan_display 0.06
|
|
|
%define V_jsolait 2006-03-16
|
|
|
-%define V_yui 20060214
|
|
|
+%define V_yui 0.10.0
|
|
|
%define V_cssquery 2.0.2
|
|
|
%define V_ajaxslt 0.4
|
|
|
%define V_spry P1_05-11
|
|
|
@@ -69,8 +69,8 @@ Distribution: OpenPKG
|
|
|
Class: EVAL
|
|
|
Group: Web
|
|
|
License: Open Source
|
|
|
-Version: 20060601
|
|
|
-Release: 20060601
|
|
|
+Version: 20060603
|
|
|
+Release: 20060603
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://prototype.conio.net/dist/prototype-%{V_prototype}.tar.gz
|
|
|
@@ -104,7 +104,7 @@ Source27: http://openjsan.org/dist/t/th/theory/HTTP.Query-%{V_jsan_httpquery
|
|
|
Source28: http://openjsan.org/dist/t/ty/typester/CSS.Change-%{V_jsan_csschange}.tar.gz
|
|
|
Source29: http://openjsan.org/dist/a/ad/adamk/Display-%{V_jsan_display}.tar.gz
|
|
|
Source30: http://jsolait.net/download/jsolait.%{V_jsolait}.small.zip
|
|
|
-Source31: ftp://ftp.openpkg.org/sources/CPY/VERSIONED/dhtml/yui-%{V_yui}.zip
|
|
|
+Source31: http://switch.dl.sourceforge.net/sourceforge/yui/yui_%{V_yui}.zip
|
|
|
Source32: ftp://ftp.openpkg.org/sources/CPY/VERSIONED/dhtml/cssQuery-%{V_cssquery}.zip
|
|
|
Source33: http://switch.dl.sourceforge.net/goog-ajaxslt/ajaxslt-%{V_ajaxslt}.tar.gz
|
|
|
Source34: ftp://ftp.openpkg.org/sources/CPY/VERSIONED/dhtml/Spry_%{V_spry}.zip
|
|
|
@@ -281,7 +281,7 @@ AutoReqProv: no
|
|
|
}
|
|
|
prog dhtml:yui = {
|
|
|
version = %{V_yui}
|
|
|
- url = ftp://ftp.openpkg.org/sources/CPY/VERSIONED/dhtml/
|
|
|
+ url = http://prdownloads.sourceforge.net/yui/
|
|
|
regex = yui-(__VER__)\.zip
|
|
|
}
|
|
|
prog dhtml:cssquery = {
|
|
|
@@ -328,9 +328,7 @@ AutoReqProv: no
|
|
|
%{l_prefix}/bin/unzip -q -x %{SOURCE6}
|
|
|
%{l_prefix}/bin/unzip -q -x %{SOURCE9}
|
|
|
%{l_prefix}/bin/unzip -q -x %{SOURCE30}
|
|
|
- ( mkdir yui && cd yui
|
|
|
- %{l_prefix}/bin/unzip -q -x %{SOURCE31}
|
|
|
- ) || exit $?
|
|
|
+ %{l_prefix}/bin/unzip -q -x %{SOURCE31}
|
|
|
%{l_prefix}/bin/unzip -q -x %{SOURCE32}
|
|
|
%setup -q -T -D -a 33
|
|
|
%{l_prefix}/bin/unzip -q -x %{SOURCE34}
|
|
|
@@ -456,8 +454,7 @@ AutoReqProv: no
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/share/dhtml/jsan/
|
|
|
cp -rp jsolait/* \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/share/dhtml/jsolait/
|
|
|
- %{l_shtool} install -c -m 644 \
|
|
|
- yui/*/build/*.js \
|
|
|
+ cp -rp yui/build/* \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/share/dhtml/yui/
|
|
|
%{l_shtool} install -c -m 644 \
|
|
|
cssQuery/cssQuery-p.js \
|