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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   09-Aug-2009 09:53:26
  Branch: HEAD                             Handle: 2009080908532500

  Modified files:
    openpkg-src/equinox     equinox.spec

  Log:
    upgrading package: equinox 3.4 -> 3.5

  Summary:
    Revision    Changes     Path
    1.4         +12 -9      openpkg-src/equinox/equinox.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/equinox/equinox.spec
  ============================================================================
  $ cvs diff -u -r1.3 -r1.4 equinox.spec
  --- openpkg-src/equinox/equinox.spec  18 Apr 2009 13:10:10 -0000      1.3
  +++ openpkg-src/equinox/equinox.spec  9 Aug 2009 07:53:25 -0000       1.4
  @@ -22,8 +22,8 @@
   ##
   
   #   package version
  -%define       V_opkg 3.4
  -%define       V_dist R-3.4-200806172000
  +%define       V_opkg 3.5
  +%define       V_dist R-3.5-200906111540
   
   #   package information
   Name:         equinox
  @@ -36,10 +36,10 @@
   Group:        Libraries
   License:      EPL
   Version:      %{V_opkg}
  -Release:      20080625
  +Release:      20090809
   
   #   list of sources
  -Source0:      
http://download.eclipse.org/eclipse/equinox/drops/%{V_dist}/eclipse-equinox-%{V_opkg}.zip
  +Source0:      
http://download.eclipse.org/equinox/drops/%{V_dist}/equinox-SDK-%{V_opkg}.zip
   Source1:      equinox.sh
   
   #   build information
  @@ -58,8 +58,8 @@
   %track
       prog equinox = {
           version   = %{V_opkg}
  -        url       = http://download.eclipse.org/eclipse/equinox/
  -        regex     = eclipse-equinox-(__VER__)\.zip
  +        url       = http://download.eclipse.org/equinox/
  +        regex     = equinox-SDK-(__VER__)\.zip
       }
   
   %prep
  @@ -72,11 +72,14 @@
       rm -rf $RPM_BUILD_ROOT
       %{l_shtool} mkdir -f -p -m 755 \
           $RPM_BUILD_ROOT%{l_prefix}/bin \
  -        $RPM_BUILD_ROOT%{l_prefix}/libexec/equinox
  +        $RPM_BUILD_ROOT%{l_prefix}/libexec/equinox/plugins \
  +        $RPM_BUILD_ROOT%{l_prefix}/libexec/equinox/features
       %{l_shtool} install -c -m 755 %{l_value -s -a} \
           %{SOURCE equinox.sh} $RPM_BUILD_ROOT%{l_prefix}/bin/equinox
  -    cp -r eclipse/plugins eclipse/features \
  -        $RPM_BUILD_ROOT%{l_prefix}/libexec/equinox/
  +    %{l_shtool} install -c -m 644 \
  +        plugins/*.jar $RPM_BUILD_ROOT%{l_prefix}/libexec/equinox/plugins/
  +    %{l_shtool} install -c -m 644 \
  +        features/*.jar $RPM_BUILD_ROOT%{l_prefix}/libexec/equinox/features/
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
   
   %files -f files
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to