[CVS] OpenPKG: openpkg-src/ganttproject/ ganttproject.spec

2007-10-08 Thread Ralf S. Engelschall
  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:   08-Oct-2007 08:44:03
  Branch: HEAD Handle: 2007100807440300

  Modified files:
openpkg-src/ganttproject
ganttproject.spec

  Log:
use new logical group Calendar

  Summary:
RevisionChanges Path
1.19+2  -2  openpkg-src/ganttproject/ganttproject.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/ganttproject/ganttproject.spec
  
  $ cvs diff -u -r1.18 -r1.19 ganttproject.spec
  --- openpkg-src/ganttproject/ganttproject.spec5 Oct 2007 05:57:40 
-   1.18
  +++ openpkg-src/ganttproject/ganttproject.spec8 Oct 2007 06:44:03 
-   1.19
  @@ -30,10 +30,10 @@
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
   Class:EVAL
  -Group:Finance
  +Group:Calendar
   License:  GPL
   Version:  2.0.5
  -Release:  20071005
  +Release:  20071008
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/ganttproject/ganttproject-%{version}.zip
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/ganttproject/ ganttproject.spec

2007-10-04 Thread Ralf S. Engelschall
  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:   05-Oct-2007 07:52:06
  Branch: HEAD Handle: 2007100506520600

  Modified files:
openpkg-src/ganttproject
ganttproject.spec

  Log:
upgrading package: ganttproject 2.0.4 - 2.0.5

  Summary:
RevisionChanges Path
1.17+2  -2  openpkg-src/ganttproject/ganttproject.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/ganttproject/ganttproject.spec
  
  $ cvs diff -u -r1.16 -r1.17 ganttproject.spec
  --- openpkg-src/ganttproject/ganttproject.spec27 Aug 2007 09:07:36 
-  1.16
  +++ openpkg-src/ganttproject/ganttproject.spec5 Oct 2007 05:52:06 
-   1.17
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Finance
   License:  GPL
  -Version:  2.0.4
  -Release:  20070827
  +Version:  2.0.5
  +Release:  20071005
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/ganttproject/ganttproject-%{version}.zip
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/ganttproject/ ganttproject.spec

2007-10-04 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   05-Oct-2007 07:57:41
  Branch: HEAD Handle: 2007100506574000

  Modified files:
openpkg-src/ganttproject
ganttproject.spec

  Log:
modifying package: ganttproject-2.0.5 20071005 again

  Summary:
RevisionChanges Path
1.18+3  -1  openpkg-src/ganttproject/ganttproject.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/ganttproject/ganttproject.spec
  
  $ cvs diff -u -r1.17 -r1.18 ganttproject.spec
  --- openpkg-src/ganttproject/ganttproject.spec5 Oct 2007 05:52:06 
-   1.17
  +++ openpkg-src/ganttproject/ganttproject.spec5 Oct 2007 05:57:40 
-   1.18
  @@ -64,7 +64,7 @@
   
   %prep
   %setup -c -T
  -(cd ..  unzip -q %{SOURCE0}) || exit $?
  +( cd ..  unzip -q %{SOURCE0} ) || exit $?
   %patch -p0
   
   %build
  @@ -77,6 +77,8 @@
   $RPM_BUILD_ROOT%{l_prefix}/libexec/ganttproject
   cp -rp eclipsito.jar plugins \
   $RPM_BUILD_ROOT%{l_prefix}/libexec/ganttproject/
  +find $RPM_BUILD_ROOT%{l_prefix}/libexec/ganttproject/ -type d -print0 | 
xargs -0 chmod 755
  +find $RPM_BUILD_ROOT%{l_prefix}/libexec/ganttproject/ -type f -print0 | 
xargs -0 chmod 644
   touch 
$RPM_BUILD_ROOT%{l_prefix}/etc/ganttproject/ganttproject-eclipsito-config.xml
   %{l_shtool} install -c -m 755 %{l_value -s -a} \
   -e 's;/bin/bash;%{l_bash};' \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/ganttproject/ ganttproject.spec

2007-08-27 Thread Ralf S. Engelschall
  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:   27-Aug-2007 11:07:36
  Branch: HEAD Handle: 2007082710073600

  Modified files:
openpkg-src/ganttproject
ganttproject.spec

  Log:
switch to new Java toolkit world order

  Summary:
RevisionChanges Path
1.16+2  -2  openpkg-src/ganttproject/ganttproject.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/ganttproject/ganttproject.spec
  
  $ cvs diff -u -r1.15 -r1.16 ganttproject.spec
  --- openpkg-src/ganttproject/ganttproject.spec19 Feb 2007 07:24:54 
-  1.15
  +++ openpkg-src/ganttproject/ganttproject.spec27 Aug 2007 09:07:36 
-  1.16
  @@ -33,7 +33,7 @@
   Group:Finance
   License:  GPL
   Version:  2.0.4
  -Release:  20070219
  +Release:  20070827
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/ganttproject/ganttproject-%{version}.zip
  @@ -44,7 +44,7 @@
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg = 20040130, infozip
  -PreReq:   OpenPKG, openpkg = 20040130, JRE
  +PreReq:   OpenPKG, openpkg = 20040130, java
   AutoReq:  no
   AutoReqProv:  no
   
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/ganttproject/ ganttproject.spec

2007-02-18 Thread Ralf S. Engelschall
  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:   19-Feb-2007 08:24:54
  Branch: HEAD Handle: 2007021907245400

  Modified files:
openpkg-src/ganttproject
ganttproject.spec

  Log:
upgrading package: ganttproject 2.0.3 - 2.0.4

  Summary:
RevisionChanges Path
1.15+2  -2  openpkg-src/ganttproject/ganttproject.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/ganttproject/ganttproject.spec
  
  $ cvs diff -u -r1.14 -r1.15 ganttproject.spec
  --- openpkg-src/ganttproject/ganttproject.spec1 Jan 2007 17:37:58 
-   1.14
  +++ openpkg-src/ganttproject/ganttproject.spec19 Feb 2007 07:24:54 
-  1.15
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Finance
   License:  GPL
  -Version:  2.0.3
  -Release:  20061225
  +Version:  2.0.4
  +Release:  20070219
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/ganttproject/ganttproject-%{version}.zip
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/ganttproject/ ganttproject.spec

2006-12-25 Thread Ralf S. Engelschall
  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:   25-Dec-2006 19:41:35
  Branch: HEAD Handle: 2006122518413400

  Modified files:
openpkg-src/ganttproject
ganttproject.spec

  Log:
upgrading package: ganttproject 2.0.2 - 2.0.3

  Summary:
RevisionChanges Path
1.13+2  -2  openpkg-src/ganttproject/ganttproject.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/ganttproject/ganttproject.spec
  
  $ cvs diff -u -r1.12 -r1.13 ganttproject.spec
  --- openpkg-src/ganttproject/ganttproject.spec15 Oct 2006 11:11:10 
-  1.12
  +++ openpkg-src/ganttproject/ganttproject.spec25 Dec 2006 18:41:34 
-  1.13
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Finance
   License:  GPL
  -Version:  2.0.2
  -Release:  20061015
  +Version:  2.0.3
  +Release:  20061225
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/ganttproject/ganttproject-%{version}.zip
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/ganttproject/ ganttproject.spec

2006-09-23 Thread Ralf S. Engelschall
  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:   23-Sep-2006 13:28:44
  Branch: HEAD Handle: 2006092312284400

  Modified files:
openpkg-src/ganttproject
ganttproject.spec

  Log:
adjust Group header

  Summary:
RevisionChanges Path
1.10+2  -2  openpkg-src/ganttproject/ganttproject.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/ganttproject/ganttproject.spec
  
  $ cvs diff -u -r1.9 -r1.10 ganttproject.spec
  --- openpkg-src/ganttproject/ganttproject.spec24 May 2006 18:51:35 
-  1.9
  +++ openpkg-src/ganttproject/ganttproject.spec23 Sep 2006 11:28:44 
-  1.10
  @@ -30,10 +30,10 @@
   Packager: OpenPKG
   Distribution: OpenPKG
   Class:EVAL
  -Group:Development
  +Group:Finance
   License:  GPL
   Version:  2.0
  -Release:  20060524
  +Release:  20060923
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/ganttproject/ganttproject-%{version}.zip
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/ganttproject/ ganttproject.spec

2006-05-14 Thread Ralf S. Engelschall
  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:   14-May-2006 20:34:29
  Branch: HEAD Handle: 2006051419342800

  Modified files:
openpkg-src/ganttproject
ganttproject.spec

  Log:
track releases only

  Summary:
RevisionChanges Path
1.8 +2  -2  openpkg-src/ganttproject/ganttproject.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/ganttproject/ganttproject.spec
  
  $ cvs diff -u -r1.7 -r1.8 ganttproject.spec
  --- openpkg-src/ganttproject/ganttproject.spec10 Mar 2006 11:19:34 
-  1.7
  +++ openpkg-src/ganttproject/ganttproject.spec14 May 2006 18:34:28 
-  1.8
  @@ -33,7 +33,7 @@
   Group:Development
   License:  GPL
   Version:  2.0
  -Release:  20060310
  +Release:  20060514
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/ganttproject/ganttproject-%{version}.zip
  @@ -59,7 +59,7 @@
   prog ganttproject = {
   version   = %{version}
   url   = http://prdownloads.sourceforge.net/ganttproject/
  -regex = ganttproject-(__VER__)\.zip
  +regex = ganttproject-(\d+\.\d+(\.\d+)*)\.zip
   }
   
   %prep
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/ganttproject/ ganttproject.spec

2005-11-14 Thread Ralf S. Engelschall
  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:   14-Nov-2005 09:39:53
  Branch: HEAD Handle: 2005111408395300

  Modified files:
openpkg-src/ganttproject
ganttproject.spec

  Log:
1.11 is broken and 2.x still not released

  Summary:
RevisionChanges Path
1.5 +2  -3  openpkg-src/ganttproject/ganttproject.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/ganttproject/ganttproject.spec
  
  $ cvs diff -u -r1.4 -r1.5 ganttproject.spec
  --- openpkg-src/ganttproject/ganttproject.spec25 Jun 2005 10:02:10 
-  1.4
  +++ openpkg-src/ganttproject/ganttproject.spec14 Nov 2005 08:39:53 
-  1.5
  @@ -33,7 +33,7 @@
   Group:Development
   License:  GPL
   Version:  1.10.3
  -Release:  20050625
  +Release:  20051114
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/ganttproject/ganttproject-%{version}-src.zip
  @@ -57,10 +57,9 @@
   
   %track
   prog ganttproject = {
  -comment   = rse: 1.11.1: java.lang.Comparable cannot be inherited 
with different arguments...
   version   = %{version}
   url   = http://prdownloads.sourceforge.net/ganttproject/
  -regex = ganttproject-(__VER__)-src\.zip
  +regex = ganttproject-((?:1\.10\.\d+|2\.\d+(\.\d+)*))-src\.zip
   }
   
   %prep
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/ganttproject/ ganttproject.spec

2005-05-15 Thread Ralf S. Engelschall
  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:   15-May-2005 20:06:19
  Branch: HEAD Handle: 2005051519061900

  Modified files:
openpkg-src/ganttproject
ganttproject.spec

  Log:
fix tracking

  Summary:
RevisionChanges Path
1.3 +2  -2  openpkg-src/ganttproject/ganttproject.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/ganttproject/ganttproject.spec
  
  $ cvs diff -u -r1.2 -r1.3 ganttproject.spec
  --- openpkg-src/ganttproject/ganttproject.spec10 May 2005 18:14:49 
-  1.2
  +++ openpkg-src/ganttproject/ganttproject.spec15 May 2005 18:06:19 
-  1.3
  @@ -33,7 +33,7 @@
   Group:Development
   License:  GPL
   Version:  1.10.3
  -Release:  20050510
  +Release:  20050515
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/ganttproject/ganttproject-%{version}-src.zip
  @@ -59,7 +59,7 @@
   prog ganttproject = {
   version   = %{version}
   url   = http://prdownloads.sourceforge.net/ganttproject/
  -regex = ganttproject-(__VER__)\.tar\.gz
  +regex = ganttproject-(__VER__)-src\.zip
   }
   
   %prep
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org