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                      Date:   10-Dec-2004 09:02:51
  Branch: HEAD                             Handle: 2004121008025000

  Modified files:
    openpkg-src/acroread    acroread.spec

  Log:
    upgrading package: acroread 5.09 -> 5.10

  Summary:
    Revision    Changes     Path
    1.28        +15 -18     openpkg-src/acroread/acroread.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/acroread/acroread.spec
  ============================================================================
  $ cvs diff -u -r1.27 -r1.28 acroread.spec
  --- openpkg-src/acroread/acroread.spec        2 Jun 2004 08:52:48 -0000       
1.27
  +++ openpkg-src/acroread/acroread.spec        10 Dec 2004 08:02:50 -0000      
1.28
  @@ -24,9 +24,9 @@
   ##
   
   #   package version
  -%define       V_real     5.09
  -%define       V_comp_lnx 509
  -%define       V_comp_sol 508
  +%define       V_real     5.10
  +%define       V_comp_lnx 5010
  +%define       V_comp_sol 5010
   
   #   package information
   Name:         acroread
  @@ -39,11 +39,11 @@
   Group:        Graphics
   License:      Commercial
   Version:      %{V_real}
  -Release:      20040602
  +Release:      20041210
   
   #   list of sources
   Source0:      
ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/linux-%{V_comp_lnx}.tar.gz
  -Source1:      
ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/sol-%{V_comp_sol}.tar.gz
  +Source1:      
ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/solaris-%{V_comp_sol}.tar.gz
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -66,7 +66,7 @@
       prog acroread:solaris = {
           version   = %{V_comp_sol}
           url       = ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/
  -        regex     = sol-(__VER__)\.tar\.gz
  +        regex     = solaris-(__VER__)\.tar\.gz
       }
   
   %prep
  @@ -99,7 +99,7 @@
               shell="/bin/sh"
               ;;
           sun4*-sunos5* )
  -            tarball="%{SOURCE sol-%{V_comp_sol}.tar.gz}"
  +            tarball="%{SOURCE solaris-%{V_comp_sol}.tar.gz}"
               shell="/bin/sh"
               ;;
           * ) echo "Platform %{l_platform -t} not supported" | %{l_rpmtool} 
msg -b
  @@ -109,12 +109,14 @@
       %{l_gzip} -c -d $tarball | %{l_tar} xf -
   
       #   perform the standard installation procedure
  -    %{l_shtool} subst -e 's;Linux);Linux|FreeBSD);' INSTALL
  -    PAGER="cat"
  -    export PAGER
  -    ( echo "ACCEPT"
  -      echo "$RPM_BUILD_ROOT%{l_prefix}/libexec/acroread"
  -    ) | $shell INSTALL
  +    ( cd installers
  +      %{l_shtool} subst -e 's;Linux);Linux|FreeBSD);' INSTALL
  +      PAGER="cat"
  +      export PAGER
  +      ( echo "ACCEPT"
  +        echo "$RPM_BUILD_ROOT%{l_prefix}/libexec/acroread"
  +      ) | $shell INSTALL
  +    ) || exit $?
   
       #   post-adjust installation tree
       mv $RPM_BUILD_ROOT%{l_prefix}/libexec/acroread/bin/acroread \
  @@ -132,11 +134,6 @@
               ;;
       esac
   
  -    #   FIXME mlelstv
  -    #   -- this DLL contains a buffer overflow in acroread-5.07
  -    #   http://www.securityfocus.org/archive/1/328649/2003-07-08/2003-07-14/0
  -    rm -f 
%RPM_BUILD_ROOT%{l_prefix}/libexec/acroread/Reader/intellinux/plug_ins/wwwlink.api
  -
       #   determine installation files
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
   
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to