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

2006-04-13 Thread Bill Campbell
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Bill Campbell
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   13-Apr-2006 19:33:56
  Branch: HEAD Handle: 2006041318335600

  Added files:
openpkg-src/iftop   iftop.spec

  Log:
new package: iftop 0.17 (Display Network Interface Activity)

  Summary:
RevisionChanges Path
1.1 +85 -0  openpkg-src/iftop/iftop.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/iftop/iftop.spec
  
  $ cvs diff -u -r0 -r1.1 iftop.spec
  --- /dev/null 2006-04-13 19:33:38 +0200
  +++ iftop.spec2006-04-13 19:33:56 +0200
  @@ -0,0 +1,85 @@
  +##
  +##  iftop.spec -- OpenPKG RPM Package Specification
  +##  Copyright (c) 2000-2006 OpenPKG Foundation e.V. http://openpkg.net/
  +##  Copyright (c) 2000-2006 Ralf S. Engelschall http://engelschall.com/
  +##
  +##  Permission to use, copy, modify, and distribute this software for
  +##  any purpose with or without fee is hereby granted, provided that
  +##  the above copyright notice and this permission notice appear in all
  +##  copies.
  +##
  +##  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  +##  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  +##  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  +##  IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
  +##  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  +##  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  +##  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  +##  USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  +##  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  +##  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  +##  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  +##  SUCH DAMAGE.
  +##
  +
  +#   package information
  +Name: iftop
  +Summary:  Display Network Interface Activity
  +URL:  http://www.ex-parrot.com/~pdw/iftop
  +Vendor:   Paul Warren  Chris Lightfoot
  +Packager: OpenPKG
  +Distribution: OpenPKG
  +Class:EVAL
  +Group:Network
  +License:  GPL
  +Version:  0.17
  +Release:  20060413
  +
  +#   list of sources
  +Source0:  
http://www.ex-parrot.com/~pdw/iftop/download/iftop-%{version}.tar.gz
  +
  +#   build information
  +Prefix:   %{l_prefix}
  +BuildRoot:%{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg = 20040130
  +PreReq:   OpenPKG, openpkg = 20040130
  +BuildPreReq:  libpcap, ncurses
  +PreReq:   libpcap, ncurses
  +AutoReq:  no
  +AutoReqProv:  no
  +
  +%description
  +iftop does for network usage what top(1) does for CPU usage. It
  +listens to network traffic on a named interface and displays a table
  +of current bandwidth usage by pairs of hosts.
  +
  +%track
  +prog iftop = {
  +version   = %{version}
  +url   = http://www.ex-parrot.com/~pdw/iftop/download/
  +regex = iftop-(__VER__)\.tar\.gz
  +}
  +
  +%prep
  +%setup -q
  +
  +%build
  +CC=%{l_cc} \
  +CFLAGS=%{l_cflags -O} \
  +CPPFLAGS=%{l_cppflags} \
  +LDFLAGS=%{l_ldflags} \
  +./configure \
  +--prefix=%{l_prefix}
  +%{l_make} %{l_mflags -O}
  +
  +%install
  +rm -rf $RPM_BUILD_ROOT
  +%{l_make} %{l_mflags} install AM_MAKEFLAGS=DESTDIR=$RPM_BUILD_ROOT
  +strip $RPM_BUILD_ROOT%{l_prefix}/sbin/* /dev/null 21 || true
  +%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
  +
  +%files -f files
  +
  +%clean
  +rm -rf $RPM_BUILD_ROOT
  +
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/spamassassin/ rc.spamassassin spamassassin....

2006-03-15 Thread Bill Campbell
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Bill Campbell
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   16-Mar-2006 00:07:42
  Branch: HEAD Handle: 2006031523073901

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

  Log:
Restart after daily log processing

  Summary:
RevisionChanges Path
1.18+1  -1  openpkg-src/spamassassin/rc.spamassassin
1.70+1  -1  openpkg-src/spamassassin/spamassassin.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/spamassassin/rc.spamassassin
  
  $ cvs diff -u -r1.17 -r1.18 rc.spamassassin
  --- openpkg-src/spamassassin/rc.spamassassin  13 Mar 2006 19:51:40 -  
1.17
  +++ openpkg-src/spamassassin/rc.spamassassin  15 Mar 2006 23:07:39 -  
1.18
  @@ -61,6 +61,6 @@
   -n ${spamassassin_log_numfiles} -s ${spamassassin_log_minsize} -d \
   -z ${spamassassin_log_complevel} -o @l_rusr@ -g @l_rgrp@ -m 644 \
   -P ${spamassassin_log_prolog} \
  --E ${spamassassin_log_epilog} \
  +-E ${spamassassin_log_epilog}; rc spamassassin restart \
   $spamassassin_logfile
   
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/spamassassin/spamassassin.spec
  
  $ cvs diff -u -r1.69 -r1.70 spamassassin.spec
  --- openpkg-src/spamassassin/spamassassin.spec13 Mar 2006 19:51:40 
-  1.69
  +++ openpkg-src/spamassassin/spamassassin.spec15 Mar 2006 23:07:40 
-  1.70
  @@ -38,7 +38,7 @@
   Group:Mail
   License:  ASF
   Version:  %{V_here}
  -Release:  20060313
  +Release:  20060316
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-02-12 Thread Bill Campbell
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Bill Campbell
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   13-Feb-2006 03:20:00
  Branch: HEAD Handle: 2006021302195900

  Modified files:
openpkg-src/apg apg.spec

  Log:
Remove -lcrypt for OS X darwin

  Summary:
RevisionChanges Path
1.47+7  -1  openpkg-src/apg/apg.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/apg/apg.spec
  
  $ cvs diff -u -r1.46 -r1.47 apg.spec
  --- openpkg-src/apg/apg.spec  1 Jan 2006 13:11:58 -   1.46
  +++ openpkg-src/apg/apg.spec  13 Feb 2006 02:19:59 -  1.47
  @@ -33,7 +33,7 @@
   Group:System
   License:  GPL
   Version:  2.2.3
  -Release:  20051008
  +Release:  20060213
   
   #   list of sources
   Source0:  http://www.adel.nursat.kz/apg/download/apg-%{version}.tar.gz
  @@ -80,6 +80,12 @@
   *-sunos5.6* ) libs=-lnsl -lsocket; defs=-DNEED_SOCKLEN_T ;;
   *-sunos5*   ) libs=-lnsl -lsocket ;;
   *-irix* ) libs=-lnsl -lsocket; defs=-DNEED_SOCKLEN_T ;;
  +*-darwin*   )
  +libs=
  +%{l_shtool} subst \
  +-e '/^LIBS =/s/-lcrypt//' \
  +Makefile
  +;;
   esac
   %{l_make} %{l_mflags -O} all \
   CC=%{l_cc} \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-02-07 Thread Bill Campbell
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Bill Campbell
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   08-Feb-2006 00:43:49
  Branch: HEAD Handle: 2006020723434800

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

  Log:
Add logging and loglevel to config

  Summary:
RevisionChanges Path
1.43+1  -1  openpkg-src/dcron/dcron.spec
1.13+16 -1  openpkg-src/dcron/rc.dcron
  

  patch -p0 '@@ .'
  Index: openpkg-src/dcron/dcron.spec
  
  $ cvs diff -u -r1.42 -r1.43 dcron.spec
  --- openpkg-src/dcron/dcron.spec  1 Jan 2006 13:13:00 -   1.42
  +++ openpkg-src/dcron/dcron.spec  7 Feb 2006 23:43:48 -   1.43
  @@ -37,7 +37,7 @@
   Group:System
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20041011
  +Release:  20060208
   
   #   list of sources
   Source0:  
http://apollo.backplane.com/FreeSrc/dcron%{V_major}%{V_minor}.tgz
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/dcron/rc.dcron
  
  $ cvs diff -u -r1.12 -r1.13 rc.dcron
  --- openpkg-src/dcron/rc.dcron20 Oct 2003 13:48:29 -  1.12
  +++ openpkg-src/dcron/rc.dcron7 Feb 2006 23:43:48 -   1.13
  @@ -5,6 +5,12 @@
   
   %config
   dcron_enable=$openpkg_rc_def
  +dcron_loglevel=8
  +dcron_log_prolog=true
  +dcron_log_epilog=true
  +dcron_log_numfiles=10
  +dcron_log_minsize=1M
  +dcron_log_complevel=9
   
   %common
   dcron_pidfile=@l_prefix@/var/dcron/dcron.pid
  @@ -24,7 +30,7 @@
   %start -u @l_susr@
   rcService dcron enable yes || exit 0
   rcService dcron active yes  exit 0
  -@l_prefix@/sbin/crond
  +@l_prefix@/sbin/crond -l${dcron_loglevel}  
@l_prefix@/var/dcron/dcron.log 21
   
   %stop -u @l_susr@
   rcService dcron enable yes || exit 0
  @@ -39,3 +45,12 @@
   sleep 2
   rc dcron start
   
  +%daily -u @l_susr@
  +rcService dcron enable yes || exit 0
  +shtool rotate -f \
  +-n ${dcron_log_numfiles} -s ${dcron_log_minsize} -d \
  +-z ${dcron_log_complevel} -o @l_musr@ -g @l_mgrp@ -m 644 \
  +-P $dcron_log_prolog \
  +-E $dcron_log_epilog  rc dcron restart \
  +@l_prefix@/var/dcron/dcron.log
  +
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-02-05 Thread Bill Campbell
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Bill Campbell
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   05-Feb-2006 22:16:35
  Branch: HEAD Handle: 2006020521163500

  Modified files:
openpkg-src/coreutils   coreutils.spec

  Log:
Remove uname and hostname when with_legacy=yes

  Summary:
RevisionChanges Path
1.48+7  -1  openpkg-src/coreutils/coreutils.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/coreutils/coreutils.spec
  
  $ cvs diff -u -r1.47 -r1.48 coreutils.spec
  --- openpkg-src/coreutils/coreutils.spec  1 Jan 2006 13:12:42 -   
1.47
  +++ openpkg-src/coreutils/coreutils.spec  5 Feb 2006 21:16:35 -   
1.48
  @@ -33,7 +33,7 @@
   Group:Utility
   License:  GPL
   Version:  5.93
  -Release:  20051121
  +Release:  20060205
   
   #   package options
   %option   with_legacy  no
  @@ -114,6 +114,12 @@
 for i in g*; do
 ln -s $i `echo $i | sed -e 's;^g;;'`
 done
  +#   These cause problems on SuSE 8.x and Darwin.
  +#   configure determines system type using these.
  +  for p in hostname uname ; do
  +rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/$p
  +rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/${p}*
  +  done
 cd $RPM_BUILD_ROOT%{l_prefix}/man/man1
 for i in g*; do
 ln -s $i `echo $i | sed -e 's;^g;;'`
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-01-04 Thread Bill Campbell
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Bill Campbell
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   04-Jan-2006 19:36:46
  Branch: HEAD Handle: 2006010418364500

  Modified files:
openpkg-src/amavisd amavisd.spec

  Log:
Fix fix to divide by zero in amavislogsumm

  Summary:
RevisionChanges Path
1.61+5  -1  openpkg-src/amavisd/amavisd.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/amavisd/amavisd.spec
  
  $ cvs diff -u -r1.60 -r1.61 amavisd.spec
  --- openpkg-src/amavisd/amavisd.spec  3 Jan 2006 21:18:29 -   1.60
  +++ openpkg-src/amavisd/amavisd.spec  4 Jan 2006 18:36:45 -   1.61
  @@ -36,7 +36,7 @@
   Group:Mail
   License:  GPL
   Version:  %{V_amavis}
  -Release:  20060103
  +Release:  20060104
   
   #   package options
   %option   with_milter no
  @@ -45,6 +45,7 @@
   Source0:  
http://www.ijs.si/software/amavisd/amavisd-new-%{version}.tar.gz
   Source1:  
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/amavisd/amavislogsumm-%{V_logsumm}
   Source2:  rc.amavisd
  +Source3:  amavislogsumm-%{V_logsumm}.patch
   Patch0:   amavisd.patch
   
   #   build information
  @@ -168,6 +169,9 @@
   %{SOURCE amavislogsumm-%{V_logsumm}} \
   $RPM_BUILD_ROOT%{l_prefix}/sbin/amavislogsumm
   
  +%{l_patch} $RPM_BUILD_ROOT%{l_prefix}/sbin/amavislogsumm \
  +%{SOURCE amavislogsumm-%{V_logsumm}.patch}
  +
   %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} \
   '%config %{l_prefix}/etc/amavisd/amavisd.conf' \
   '%attr(0750,%{l_rusr},%{l_rgrp}) %{l_prefix}/var/amavisd' \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-01-03 Thread Bill Campbell
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Bill Campbell
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   03-Jan-2006 22:18:29
  Branch: HEAD Handle: 2006010321182900

  Modified files:
openpkg-src/amavisd amavisd.spec

  Log:
modifying package: amavisd-2.3.3 20051116 - 20060103

  Summary:
RevisionChanges Path
1.60+1  -1  openpkg-src/amavisd/amavisd.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/amavisd/amavisd.spec
  
  $ cvs diff -u -r1.59 -r1.60 amavisd.spec
  --- openpkg-src/amavisd/amavisd.spec  1 Jan 2006 13:11:54 -   1.59
  +++ openpkg-src/amavisd/amavisd.spec  3 Jan 2006 21:18:29 -   1.60
  @@ -36,7 +36,7 @@
   Group:Mail
   License:  GPL
   Version:  %{V_amavis}
  -Release:  20051116
  +Release:  20060103
   
   #   package options
   %option   with_milter no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-06-17 Thread Bill Campbell
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Bill Campbell
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   17-Jun-2005 19:59:00
  Branch: HEAD Handle: 200506171859

  Modified files:
openpkg-src/mysql   mysql.spec

  Log:
The etc/mysql/pw.cnf file must be readable by the restricted user
for the run control status, start, and stop to work.

  Summary:
RevisionChanges Path
1.124   +1  -1  openpkg-src/mysql/mysql.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mysql/mysql.spec
  
  $ cvs diff -u -r1.123 -r1.124 mysql.spec
  --- openpkg-src/mysql/mysql.spec  17 May 2005 07:11:52 -  1.123
  +++ openpkg-src/mysql/mysql.spec  17 Jun 2005 17:59:00 -  1.124
  @@ -243,7 +243,7 @@
   %if %{with_server} == yes
   %{l_files_std} \
   '%config %attr(644,%{l_musr},%{l_mgrp}) 
%{l_prefix}/etc/mysql/my.cnf' \
  -'%config %attr(600,%{l_susr},%{l_mgrp}) 
%{l_prefix}/etc/mysql/my.pwd' \
  +'%config %attr(600,%{l_rusr},%{l_mgrp}) 
%{l_prefix}/etc/mysql/my.pwd' \
   '%attr(-,%{l_rusr},%{l_rgrp}) %{l_prefix}/var/mysql' \
   '%attr(-,%{l_rusr},%{l_rgrp}) %{l_prefix}/var/mysql/tmp'
   %else
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org