OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web          Date:   01-Jan-2003 11:55:19
  Branch: HEAD                             Handle: 2003010110551801

  Modified files:
    openpkg-src/mozilla     mozilla.sh mozilla.spec
    openpkg-web             news.txt

  Log:
    switch to %option(s); remove trailing whitespaces; add jargon query
    support

  Summary:
    Revision    Changes     Path
    1.8         +5  -0      openpkg-src/mozilla/mozilla.sh
    1.52        +6  -10     openpkg-src/mozilla/mozilla.spec
    1.2487      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mozilla/mozilla.sh
  ============================================================================
  $ cvs diff -u -r1.7 -r1.8 mozilla.sh
  --- openpkg-src/mozilla/mozilla.sh    30 Dec 2002 22:05:16 -0000      1.7
  +++ openpkg-src/mozilla/mozilla.sh    1 Jan 2003 10:55:19 -0000       1.8
  @@ -133,6 +133,11 @@
                   url=`echo "$url" | sed -e 's;^whois:;;'`
                   url="http://www.geektools.com/cgi-bin/proxy.cgi?query=$url";
                   ;;
  +            jargon:* )
  +                #   expand UMEC Jargon File query
  +                url=`echo "$url" | sed -e 's;^jargon:;;' | tr ' ' '+'`
  +                url="http://www.tf.hut.fi/cgi-bin/jargon?search=$url";
  +                ;;
               /* ) 
                   #   expand absolute filename into file URL
                   url="file://$url"
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/mozilla/mozilla.spec
  ============================================================================
  $ cvs diff -u -r1.51 -r1.52 mozilla.spec
  --- openpkg-src/mozilla/mozilla.spec  30 Dec 2002 22:05:16 -0000      1.51
  +++ openpkg-src/mozilla/mozilla.spec  1 Jan 2003 10:55:19 -0000       1.52
  @@ -24,12 +24,8 @@
   ##
   
   #   package options
  -%ifndef       with_mailnews
  -%define       with_mailnews   no
  -%endif
  -%ifndef       with_composer
  -%define       with_composer   no
  -%endif
  +%option       with_mailnews   no
  +%option       with_composer   no
   
   #   package information
   Name:         mozilla
  @@ -41,7 +37,7 @@
   Group:        Web
   License:      MPL
   Version:      1.2.1
  -Release:      20021226
  +Release:      20030101
   
   #   list of sources
   Source0:      
ftp://ftp.mozilla.org/pub/mozilla/releases/mozilla%{version}/src/mozilla-source-%{version}.tar.bz2
  @@ -53,8 +49,8 @@
   #   build information
   Prefix:       %{l_prefix}
   BuildRoot:    %{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20021204, X11, glib, gtk, orbit, libiconv, 
infozip, openssl, freetype, make, gcc, perl
  -PreReq:       OpenPKG, openpkg >= 20021204, X11, glib, gtk, orbit, libiconv, 
infozip, openssl, freetype, xsel
  +BuildPreReq:  OpenPKG, openpkg >= 20021230, X11, glib, gtk, orbit, libiconv, 
infozip, openssl, freetype, make, gcc, perl
  +PreReq:       OpenPKG, openpkg >= 20021230, X11, glib, gtk, orbit, libiconv, 
infozip, openssl, freetype, xsel
   AutoReq:      no
   AutoReqProv:  no
   
  @@ -169,7 +165,7 @@
         %{l_shtool} subst \
             -e "s;`pwd`;%{l_prefix}/lib/mozilla;" \
             components/xpti.dat components/compreg.dat
  -      
  +
         #    strip down installation tree
         find . -type d -depth -print | xargs rmdir >/dev/null 2>&1 || true
         rm -f mozilla-config mkdepend nsinstall bloaturls.txt TestGtk* LICENSE README
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.2486 -r1.2487 news.txt
  --- openpkg-web/news.txt      1 Jan 2003 10:45:15 -0000       1.2486
  +++ openpkg-web/news.txt      1 Jan 2003 10:55:18 -0000       1.2487
  @@ -1,3 +1,4 @@
  +01-Jan-2003: Upgraded package: P<mozilla-1.2.1-20030101>
   01-Jan-2003: Upgraded package: P<dsh-0.23.5-20030101>
   01-Jan-2003: Upgraded package: P<inn-2.3.4-20030101>
   01-Jan-2003: Upgraded package: P<tidy-20021231-20030101>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to