[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/apg/ apg.spec

2005-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-2005 09:41:43
  Branch: HEAD Handle: 2005100808414200

  Modified files:
openpkg-src/apg apg.spec

  Log:
bless for BASE class

  Summary:
RevisionChanges Path
1.45+8  -8  openpkg-src/apg/apg.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/apg/apg.spec
  
  $ cvs diff -u -r1.44 -r1.45 apg.spec
  --- openpkg-src/apg/apg.spec  26 Jul 2005 06:33:40 -  1.44
  +++ openpkg-src/apg/apg.spec  8 Oct 2005 07:41:42 -   1.45
  @@ -29,11 +29,11 @@
   Vendor:   Adel I. Mirzazhanov
   Packager: OpenPKG
   Distribution: OpenPKG
  -Class:PLUS
  +Class:BASE
   Group:System
   License:  GPL
   Version:  2.2.3
  -Release:  20050726
  +Release:  20051008
   
   #   list of sources
   Source0:  http://www.adel.nursat.kz/apg/download/apg-%{version}.tar.gz
  @@ -48,12 +48,12 @@
   AutoReqProv:  no
   
   %description
  -Automated Password Generator is a set of tools for random
  -password generation including a standalone password generator,
  -an RFC972 password generation server, and a client for the password
  -generation server. These feature a built-in X9.17 random
  -number generator, and 35 modes of password generation, including
  -pronounceable password generation.
  +Automated Password Generator is a set of tools for random password
  +generation including a standalone password generator, an RFC972
  +password generation server, and a client for the password generation
  +server. These feature a built-in X9.17 random number generator, and
  +35 modes of password generation, including pronounceable password
  +generation.
   
   %track
   prog apg = {
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-07-26 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:   26-Jul-2005 08:33:41
  Branch: HEAD Handle: 2005072607334000

  Modified files:
openpkg-src/apg apg.spec

  Log:
strip binaries

  Summary:
RevisionChanges Path
1.44+3  -1  openpkg-src/apg/apg.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/apg/apg.spec
  
  $ cvs diff -u -r1.43 -r1.44 apg.spec
  --- openpkg-src/apg/apg.spec  24 Mar 2005 11:18:25 -  1.43
  +++ openpkg-src/apg/apg.spec  26 Jul 2005 06:33:40 -  1.44
  @@ -33,7 +33,7 @@
   Group:System
   License:  GPL
   Version:  2.2.3
  -Release:  20040701
  +Release:  20050726
   
   #   list of sources
   Source0:  http://www.adel.nursat.kz/apg/download/apg-%{version}.tar.gz
  @@ -91,6 +91,8 @@
   CHOWNPROG=true \
   CHGRPPROG=true \
   %{l_make} ${l_mflags} install INSTALL_PREFIX=$RPM_BUILD_ROOT%{l_prefix}
  +strip $RPM_BUILD_ROOT%{l_prefix}/bin/*  /dev/null 21 || true
  +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
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org