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:   28-Jul-2005 12:31:48
  Branch: HEAD                             Handle: 2005072811314800

  Modified files:
    openpkg-src/opera       opera.spec

  Log:
    split versions (Opera provides different sub-versions for different
    platforms) and upgrade to latest versions available for each platform

  Summary:
    Revision    Changes     Path
    1.21        +17 -13     openpkg-src/opera/opera.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/opera/opera.spec
  ============================================================================
  $ cvs diff -u -r1.20 -r1.21 opera.spec
  --- openpkg-src/opera/opera.spec      4 Jun 2005 06:49:55 -0000       1.20
  +++ openpkg-src/opera/opera.spec      28 Jul 2005 10:31:48 -0000      1.21
  @@ -23,9 +23,13 @@
   ##
   
   #   package version
  -%define       V_real  8.01
  -%define       V_comp  801
  -%define       V_date  20050602.1
  +%define       V_openpkg   8.0
  +%define       V_bsd_comp  802
  +%define       V_bsd_real  8.02-20050727.1
  +%define       V_lnx_comp  802
  +%define       V_lnx_real  8.02-20050727.1
  +%define       V_sol_comp  801
  +%define       V_sol_real  8.01-20050615.1
   
   #   package information
   Name:         opera
  @@ -37,13 +41,13 @@
   Class:        EVAL
   Group:        Web
   License:      Commercial
  -Version:      %{V_real}
  -Release:      20050604
  +Version:      %{V_openpkg}
  +Release:      20050728
   
   #   list of sources
  -Source0:      
ftp://ftp.opera.com/pub/opera/unix/freebsd/%{V_comp}/opera-%{V_real}-%{V_date}-static-qt.i386.freebsd-en.tar.bz2
  -Source1:      
ftp://ftp.opera.com/pub/opera/unix/solaris/%{V_comp}/opera-%{V_real}-%{V_date}-static-qt-sol8-sparc-local-en.tar.bz2
  -Source2:      
ftp://ftp.opera.com/pub/opera/linux/%{V_comp}/final/en/i386/opera-%{V_real}-%{V_date}-static-qt.i386-en.tar.bz2
  +Source0:      
ftp://ftp.opera.com/pub/opera/unix/freebsd/%{V_bsd_comp}/final/en/shared/gcc-2.95/opera-%{V_bsd_real}-static-qt.i386.freebsd-en.tar.bz2
  +Source1:      
ftp://ftp.opera.com/pub/opera/linux/%{V_lnx_comp}/final/en/i386/static/opera-%{V_lnx_real}-static-qt.i386-en.tar.bz2
  +Source2:      
ftp://ftp.opera.com/pub/opera/unix/solaris/%{V_sol_comp}/final/en/static/opera-%{V_sol_real}-static-qt-sol8-sparc-local-en.tar.bz2
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -63,17 +67,17 @@
   
   %track
       prog opera:freebsd = {
  -        version   = %{V_comp}
  +        version   = %{V_bsd_comp}
           url       = ftp://ftp.opera.com/pub/opera/unix/freebsd/
           regex     = (\d\d\d(u\d+)?)[^b]
       }
       prog opera:linux = {
  -        version   = %{V_comp}
  +        version   = %{V_lnx_comp}
           url       = ftp://ftp.opera.com/pub/opera/linux/
           regex     = (\d\d\d(u\d+)?)[^b]
       }
       prog opera:solaris = {
  -        version   = %{V_comp}
  +        version   = %{V_sol_comp}
           url       = ftp://ftp.opera.com/pub/opera/unix/solaris/
           regex     = (\d\d\d(u\d+)?)[^b]
       }
  @@ -82,8 +86,8 @@
       %setup -q -c -T
       case "%{l_platform -t}" in
           i?86-freebsd[45]* ) src="%{SOURCE0}" ;;
  -        sun4?-sunos5*     ) src="%{SOURCE1}" ;;
  -        i?86-linux2*      ) src="%{SOURCE2}" ;;
  +        i?86-linux2*      ) src="%{SOURCE1}" ;;
  +        sun4?-sunos5*     ) src="%{SOURCE2}" ;;
           * ) echo "Platform \"%{l_platform -t}\" not supported" 1>&2; exit 1 
;;
       esac
       %{l_bzip2} -d -c $src | %{l_tar} xf -
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to