OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 09-Jan-2007 08:17:07
Branch: HEAD Handle: 2007010907170700
Modified files:
openpkg-src/dhtml dhtml.spec
Log:
upgrading package: dhtml 20060816 -> 20070109
Summary:
Revision Changes Path
1.72 +7 -4 openpkg-src/dhtml/dhtml.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/dhtml/dhtml.spec
============================================================================
$ cvs diff -u -r1.71 -r1.72 dhtml.spec
--- openpkg-src/dhtml/dhtml.spec 1 Jan 2007 17:37:26 -0000 1.71
+++ openpkg-src/dhtml/dhtml.spec 9 Jan 2007 07:17:07 -0000 1.72
@@ -23,7 +23,7 @@
##
# package version
-%define V_dhtml 20060816
+%define V_dhtml 20070109
%define V_prototype 1.4.0
%define V_prototype_snap 1.4.20051216
%define V_scriptaculous 1.6.5
@@ -55,7 +55,7 @@
%define V_jsan_csschange 0.02
%define V_jsan_display 0.06
%define V_jsolait 2006-07-12
-%define V_yui 0.12.1
+%define V_yui 0.12.2
%define V_cssquery 2.0.2
%define V_ajaxslt 0.4
%define V_spry P1_2_07-13
@@ -75,7 +75,7 @@
Group: HTML
License: Open Source
Version: %{V_dhtml}
-Release: 20061219
+Release: 20070109
# list of sources
Source0: http://prototype.conio.net/dist/prototype-%{V_prototype}.tar.gz
@@ -357,7 +357,10 @@
%{l_prefix}/bin/unzip -q -x %{SOURCE6}
%{l_prefix}/bin/unzip -q -x %{SOURCE9}
%{l_prefix}/bin/unzip -q -x %{SOURCE30}
- %{l_prefix}/bin/unzip -q -x %{SOURCE31}
+ ( mkdir yui
+ cd yui
+ %{l_prefix}/bin/unzip -q -x %{SOURCE31}
+ ) || exit $?
%{l_prefix}/bin/unzip -q -x %{SOURCE32}
%setup -q -T -D -a 33
%{l_prefix}/bin/unzip -q -x %{SOURCE34}
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]