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

2006-04-29 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:   29-Apr-2006 23:15:59
  Branch: HEAD Handle: 2006042922155800

  Modified files:
openpkg-src/interceptty interceptty.spec

  Log:
format summary in all caps to align with our usual style; format the
%description with par(1) and remove C++ stuff as the package doesn't
use C++ at all

  Summary:
RevisionChanges Path
1.2 +5  -7  openpkg-src/interceptty/interceptty.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/interceptty/interceptty.spec
  
  $ cvs diff -u -r1.1 -r1.2 interceptty.spec
  --- openpkg-src/interceptty/interceptty.spec  29 Apr 2006 15:01:45 -  
1.1
  +++ openpkg-src/interceptty/interceptty.spec  29 Apr 2006 21:15:58 -  
1.2
  @@ -24,7 +24,7 @@
   
   #   package information
   Name: interceptty
  -Summary:  Tty interceptor and network serial port client/server daemon
  +Summary:  TTY Interceptor and Network Serial Port Client/Server Daemon
   URL:  http://www.suspectclass.com/interceptty/
   Vendor:   Scott Gifford
   Packager: OpenPKG
  @@ -48,11 +48,11 @@
   AutoReqProv:  no
   
   %description
  -interceptty is a program that can sit between a real (or fake!)
  +IntercepTTY is a program that can sit between a real (or fake)
   serial port and an application, recording any communications
  -between the application and the device. It can also be used as
  -a network serial server or client, to provide an emulated serial
  -port connected to a program, and for various other tasks.
  +between the application and the device. It can also be used as a
  +network serial server or client, to provide an emulated serial port
  +connected to a program, and for various other tasks.
   
   %track
   prog interceptty = {
  @@ -67,9 +67,7 @@
   
   %build
   CC="%{l_cc}" \
  -CXX="%{l_cxx}" \
   CFLAGS="%{l_cflags -O}" \
  -CXXFLAGS="%{l_cxxflags -O}" \
   CPPFLAGS="%{l_cppflags}" \
   LDFLAGS="%{l_ldflags}" \
   ./configure \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/interceptty/ interceptty.patch

2006-04-29 Thread Steffen Weinreich
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Steffen Weinreich
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   29-Apr-2006 19:21:54
  Branch: HEAD Handle: 2006042918215400

  Added files:
openpkg-src/interceptty interceptty.patch

  Log:
modifying package: interceptty-0.6 20060429 again

  Summary:
RevisionChanges Path
1.1 +12 -0  openpkg-src/interceptty/interceptty.patch
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/interceptty/interceptty.patch
  
  $ cvs diff -u -r0 -r1.1 interceptty.patch
  --- /dev/null 2006-04-29 19:21:44 +0200
  +++ interceptty.patch 2006-04-29 19:21:54 +0200
  @@ -0,0 +1,12 @@
  +Index: interceptty-0.6/configure
  +--- configure.orig   2004-09-06 00:47:33.0 +0200
   configure2006-04-29 16:48:44.547712000 +0200
  +@@ -4424,7 +4424,7 @@
  +   echo $ECHO_N "(cached) $ECHO_C" >&6
  + else
  +   ac_check_lib_save_LIBS=$LIBS
  +-LIBS="-lsocket setsockopt $LIBS"
  ++LIBS="-lsocket $LIBS"
  + cat >conftest.$ac_ext <<_ACEOF
  + /* confdefs.h.  */
  + _ACEOF
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-04-29 Thread Steffen Weinreich
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Steffen Weinreich
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   29-Apr-2006 17:01:46
  Branch: HEAD Handle: 2006042916014500

  Added files:
openpkg-src/interceptty interceptty.spec

  Log:
new package: interceptty 0.6 (Tty interceptor and network serial port
client/server daemon)

  Summary:
RevisionChanges Path
1.1 +89 -0  openpkg-src/interceptty/interceptty.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/interceptty/interceptty.spec
  
  $ cvs diff -u -r0 -r1.1 interceptty.spec
  --- /dev/null 2006-04-29 17:01:34 +0200
  +++ interceptty.spec  2006-04-29 17:01:45 +0200
  @@ -0,0 +1,89 @@
  +##
  +##  interceptty.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: interceptty
  +Summary:  Tty interceptor and network serial port client/server daemon
  +URL:  http://www.suspectclass.com/interceptty/
  +Vendor:   Scott Gifford
  +Packager: OpenPKG
  +Distribution: OpenPKG
  +Class:EVAL
  +Group:Network
  +License:  GPL
  +Version:  0.6
  +Release:  20060429
  +
  +#   list of sources
  +Source0:  
http://www.suspectclass.com/interceptty/files/interceptty-%{version}.tar.gz
  +Patch0:   interceptty.patch
  +
  +#   build information
  +Prefix:   %{l_prefix}
  +BuildRoot:%{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg >= 20040130
  +PreReq:   OpenPKG, openpkg >= 20040130
  +AutoReq:  no
  +AutoReqProv:  no
  +
  +%description
  +interceptty is a program that can sit between a real (or fake!)
  +serial port and an application, recording any communications
  +between the application and the device. It can also be used as
  +a network serial server or client, to provide an emulated serial
  +port connected to a program, and for various other tasks.
  +
  +%track
  +prog interceptty = {
  +version   = %{version}
  +url   = http://www.suspectclass.com/interceptty/files/
  +regex = interceptty-(__VER__)\.tar\.gz
  +}
  +
  +%prep
  +%setup -q
  +%patch -p0
  +
  +%build
  +CC="%{l_cc}" \
  +CXX="%{l_cxx}" \
  +CFLAGS="%{l_cflags -O}" \
  +CXXFLAGS="%{l_cxxflags -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}/bin/* >/dev/null 2>&1 || 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/sudo/ sudo.spec

2006-04-29 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:   29-Apr-2006 09:24:39
  Branch: HEAD Handle: 2006042908243900

  Modified files:
openpkg-src/sudosudo.spec

  Log:
minimum LDAP support

  Summary:
RevisionChanges Path
1.88+10 -1  openpkg-src/sudo/sudo.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/sudo/sudo.spec
  
  $ cvs diff -u -r1.87 -r1.88 sudo.spec
  --- openpkg-src/sudo/sudo.spec1 Jan 2006 13:22:51 -   1.87
  +++ openpkg-src/sudo/sudo.spec29 Apr 2006 07:24:39 -  1.88
  @@ -33,13 +33,14 @@
   Group:System
   License:  BSD
   Version:  1.6.8p12
  -Release:  20051109
  +Release:  20060429
   
   #   package options
   %option   with_fslyes
   %option   with_pamno
   %option   with_skey   no
   %option   with_opie   no
  +%option   with_ldap   no
   
   #   list of sources
   Source0:  ftp://ftp.courtesan.com/pub/sudo/sudo-%{version}.tar.gz
  @@ -67,6 +68,10 @@
   BuildPreReq:  opie
   PreReq:   opie
   %endif
  +%if "%{with_ldap}" == "yes"
  +BuildPreReq:  openldap
  +PreReq:   openldap
  +%endif
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -138,6 +143,10 @@
   %if "%{with_opie}" == "yes"
   --with-opie=%{l_prefix} \
   %endif
  +%if "%{with_ldap}" == "yes"
  +--with-ldap=%{l_prefix} \
  +--with-ldap-conf-file=%{l_prefix}/etc/sudo/ldap.conf \
  +%endif
   --enable-shell-sets-home \
   --disable-root-sudo \
   --with-env-editor \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org