[CVS] OpenPKG: openpkg-src/whoson/ rc.whoson whoson.spec

2009-02-10 Thread Ralf S. Engelschall
  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:   10-Feb-2009 09:43:39
  Branch: HEAD Handle: 2009021008433900

  Modified files:
openpkg-src/whoson  rc.whoson whoson.spec

  Log:
improve run-command script (submitted by Bill Campell)

  Summary:
RevisionChanges Path
1.15+18 -7  openpkg-src/whoson/rc.whoson
1.40+1  -1  openpkg-src/whoson/whoson.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/whoson/rc.whoson
  
  $ cvs diff -u -r1.14 -r1.15 rc.whoson
  --- openpkg-src/whoson/rc.whoson  25 Aug 2006 19:20:18 -  1.14
  +++ openpkg-src/whoson/rc.whoson  10 Feb 2009 08:43:39 -  1.15
  @@ -13,25 +13,36 @@
   
   %common
   whoson_pidfile="@l_prefix@/var/whoson/whoson.pid"
  +whoson_signal () {
  +[ -f $whoson_pidfile ] && kill -$1 `cat $whoson_pidfile`
  +}
   
  -%start -u @l_susr@
  +%status -u @l_susr@ -o
  +whoson_usable="unknown"
  +whoson_active="no"
  +rcService whoson enable yes && \
  +whoson_signal 0 && whoson_active="yes"
  +echo "whoson_enable=\"$whoson_enable\""
  +echo "whoson_usable=\"$whoson_usable\""
  +echo "whoson_active=\"$whoson_active\""
  +
  +%start -p 200 -u @l_susr@
   rcService whoson enable yes || exit 0
  +rcService whoson active yes && exit 0
   @l_prefix@/sbin/whosond >$whoson_pidfile
   exit 0
   
  -%stop -u @l_susr@
  +%stop -p 910 -u @l_susr@
   rcService whoson enable yes || exit 0
  +rcService whoson active no  && exit 0
   kill -TERM `cat $whoson_pidfile`
   rm -f $whoson_pidfile 2>/dev/null || true
   exit 0
   
   %restart -u @l_susr@
   rcService whoson enable yes || exit 0
  -kill -TERM `cat $whoson_pidfile`
  -sleep 2
  -rm -f $whoson_pidfile 2>/dev/null || true
  -@l_prefix@/sbin/whosond >$whoson_pidfile
  -exit 0
  +rcService whoson active no  && exit 0
  +rc whoson stop start
   
   %daily -u @l_susr@
   rcService whoson enable yes || exit 0
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/whoson/whoson.spec
  
  $ cvs diff -u -r1.39 -r1.40 whoson.spec
  --- openpkg-src/whoson/whoson.spec17 Jan 2008 18:46:56 -  1.39
  +++ openpkg-src/whoson/whoson.spec10 Feb 2009 08:43:39 -  1.40
  @@ -32,7 +32,7 @@
   Group:Mail
   License:  GPL
   Version:  2.04
  -Release:  20080117
  +Release:  20090210
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-02-10 Thread Ralf S. Engelschall
  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:   10-Feb-2009 09:36:06
  Branch: HEAD Handle: 2009021008360600

  Modified files:
openpkg-src/asymptote   asymptote.spec

  Log:
upgrading package: asymptote 1.61 -> 1.62

  Summary:
RevisionChanges Path
1.51+2  -2  openpkg-src/asymptote/asymptote.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/asymptote/asymptote.spec
  
  $ cvs diff -u -r1.50 -r1.51 asymptote.spec
  --- openpkg-src/asymptote/asymptote.spec  6 Feb 2009 22:00:20 -   
1.50
  +++ openpkg-src/asymptote/asymptote.spec  10 Feb 2009 08:36:06 -  
1.51
  @@ -31,8 +31,8 @@
   Class:EVAL
   Group:Diagram
   License:  GPL
  -Version:  1.61
  -Release:  20090206
  +Version:  1.62
  +Release:  20090210
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/asymptote/asymptote-%{version}.src.tgz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-02-10 Thread Ralf S. Engelschall
  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:   10-Feb-2009 09:23:16
  Branch: HEAD Handle: 2009021008231600

  Modified files:
openpkg-src/libraw  libraw.spec

  Log:
upgrading package: libraw 0.6.8 -> 0.6.12

  Summary:
RevisionChanges Path
1.9 +2  -2  openpkg-src/libraw/libraw.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/libraw/libraw.spec
  
  $ cvs diff -u -r1.8 -r1.9 libraw.spec
  --- openpkg-src/libraw/libraw.spec17 Jan 2009 09:44:30 -  1.8
  +++ openpkg-src/libraw/libraw.spec10 Feb 2009 08:23:16 -  1.9
  @@ -31,8 +31,8 @@
   Class:EVAL
   Group:Graphics
   License:  GPL
  -Version:  0.6.8
  -Release:  20090117
  +Version:  0.6.12
  +Release:  20090210
   
   #   list of sources
   Source0:  http://www.libraw.org/data/LibRaw-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-02-10 Thread Ralf S. Engelschall
  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:   10-Feb-2009 09:20:56
  Branch: HEAD Handle: 2009021008205500

  Modified files:
openpkg-src/bitflu  bitflu.spec

  Log:
upgrading package: bitflu 0.70 -> 0.80

  Summary:
RevisionChanges Path
1.18+2  -2  openpkg-src/bitflu/bitflu.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/bitflu/bitflu.spec
  
  $ cvs diff -u -r1.17 -r1.18 bitflu.spec
  --- openpkg-src/bitflu/bitflu.spec2 Jan 2009 12:29:44 -   1.17
  +++ openpkg-src/bitflu/bitflu.spec10 Feb 2009 08:20:55 -  1.18
  @@ -31,8 +31,8 @@
   Class:EVAL
   Group:P2P
   License:  Artistic
  -Version:  0.70
  -Release:  20090102
  +Version:  0.80
  +Release:  20090210
   
   #   list of sources
   Source0:  http://bitflu.workaround.ch/bitflu/bitflu-%{version}.tgz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-02-10 Thread Ralf S. Engelschall
  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:   10-Feb-2009 09:02:24
  Branch: HEAD Handle: 2009021008022400

  Modified files:
openpkg-src/clexclex.spec

  Log:
upgrading package: clex 3.18 -> 4.1

  Summary:
RevisionChanges Path
1.5 +10 -5  openpkg-src/clex/clex.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/clex/clex.spec
  
  $ cvs diff -u -r1.4 -r1.5 clex.spec
  --- openpkg-src/clex/clex.spec2 Apr 2008 18:48:11 -   1.4
  +++ openpkg-src/clex/clex.spec10 Feb 2009 08:02:24 -  1.5
  @@ -21,6 +21,11 @@
   ##  SUCH DAMAGE.
   ##
   
  +#   package version
  +%define   V_opkg   4.1
  +%define   V_dist   4.1
  +%define   V_subdir 4.1
  +
   #   package information
   Name: clex
   Summary:  Full-Screen File Manager
  @@ -31,11 +36,11 @@
   Class:EVAL
   Group:Terminal
   License:  GPL
  -Version:  3.18
  -Release:  20080402
  +Version:  %{V_opkg}
  +Release:  20090210
   
   #   list of sources
  -Source0:  http://www.clex.sk/download/clex-%{version}.tar.gz
  +Source0:  http://www.clex.sk/download/clex-%{V_dist}.tar.gz
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -52,13 +57,13 @@
   
   %track
   prog clex = {
  -version   = %{version}
  +version   = %{V_dist}
   url   = http://www.clex.sk/download/
   regex = clex-(\d+\.\d+)\.tar\.gz
   }
   
   %prep
  -%setup -q
  +%setup -q -n clex-%{V_subdir}
   
   %build
   CC="%{l_cc}" \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org