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-Mar-2006 20:58:35
  Branch: HEAD                             Handle: 2006030919583500

  Modified files:
    openpkg-src/dhtml       dhtml.spec

  Log:
    add the cool cssQuery library

  Summary:
    Revision    Changes     Path
    1.26        +16 -4      openpkg-src/dhtml/dhtml.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/dhtml/dhtml.spec
  ============================================================================
  $ cvs diff -u -r1.25 -r1.26 dhtml.spec
  --- openpkg-src/dhtml/dhtml.spec      25 Feb 2006 08:38:36 -0000      1.25
  +++ openpkg-src/dhtml/dhtml.spec      9 Mar 2006 19:58:35 -0000       1.26
  @@ -55,6 +55,7 @@
   %define       V_jsan_display             0.06
   %define       V_jsolait                  2006-01-09
   %define       V_yui                      20060214
  +%define       V_cssquery                 2.0.2
   
   #   package information
   Name:         dhtml
  @@ -66,8 +67,8 @@
   Class:        EVAL
   Group:        Web
   License:      Open Source
  -Version:      20060225
  -Release:      20060225
  +Version:      20060309
  +Release:      20060309
   
   #   list of sources
   Source0:      http://prototype.conio.net/dist/prototype-%{V_prototype}.tar.gz
  @@ -102,7 +103,8 @@
   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
  -Source32:     dhtml.txt
  +Source32:     
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/dhtml/cssQuery-%{V_cssquery}.zip
  +Source33:     dhtml.txt
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -278,6 +280,11 @@
           url       = ftp://ftp.openpkg.org/sources/CPY/VERSIONED/dhtml/
           regex     = yui-(__VER__)\.zip
       }
  +    prog dhtml:cssquery = {
  +        version   = %{V_cssquery}
  +        url       = ftp://ftp.openpkg.org/sources/CPY/VERSIONED/dhtml/
  +        regex     = cssQuery-(__VER__)\.zip
  +    }
   
   %prep
       %setup -q -c
  @@ -310,6 +317,7 @@
       ( mkdir yui && cd yui
         %{l_prefix}/bin/unzip -q -x %{SOURCE31}
       ) || exit $?
  +    %{l_prefix}/bin/unzip -q -x %{SOURCE32}
   
   %build
   
  @@ -336,7 +344,8 @@
           $RPM_BUILD_ROOT%{l_prefix}/share/dhtml/jsan/Widget \
           $RPM_BUILD_ROOT%{l_prefix}/share/dhtml/jsan/CSS \
           $RPM_BUILD_ROOT%{l_prefix}/share/dhtml/jsolait \
  -        $RPM_BUILD_ROOT%{l_prefix}/share/dhtml/yui
  +        $RPM_BUILD_ROOT%{l_prefix}/share/dhtml/yui \
  +        $RPM_BUILD_ROOT%{l_prefix}/share/dhtml/cssquery
       %{l_shtool} install -c -m 644 \
           prototype-%{V_prototype}/dist/*.js \
           $RPM_BUILD_ROOT%{l_prefix}/share/dhtml/prototype/
  @@ -432,6 +441,9 @@
       %{l_shtool} install -c -m 644 \
           yui/*/build/*.js \
           $RPM_BUILD_ROOT%{l_prefix}/share/dhtml/yui/
  +    %{l_shtool} install -c -m 644 \
  +        cssQuery/cssQuery-p.js \
  +        $RPM_BUILD_ROOT%{l_prefix}/share/dhtml/cssquery/cssquery.js
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
   
   %files -f files
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to