[CVS] OpenPKG: openpkg-src/cvs/ cvs.spec openpkg-web/ news.txt

2003-01-22 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web  Date:   22-Jan-2003 17:15:26
  Branch: HEAD Handle: 2003012216152401

  Modified files:
openpkg-src/cvs cvs.spec
openpkg-web news.txt

  Log:
try to fix temp dir issues I see on en4 for OpenSSL and OpenPKG

  Summary:
RevisionChanges Path
1.50+8  -4  openpkg-src/cvs/cvs.spec
1.2973  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/cvs/cvs.spec
  
  $ cvs diff -u -r1.49 -r1.50 cvs.spec
  --- openpkg-src/cvs/cvs.spec  21 Jan 2003 08:38:24 -  1.49
  +++ openpkg-src/cvs/cvs.spec  22 Jan 2003 16:15:25 -  1.50
  @@ -37,7 +37,7 @@
   Group:SCM
   License:  GPL
   Version:  %{V_cvs}
  -Release:  20030121
  +Release:  20030122
   
   #   optional support for applying the RSE patches
   %option   with_rse_patches  no
  @@ -110,6 +110,7 @@
 ./configure \
 --prefix=%{l_prefix} \
 --with-patch=%{l_prefix}/bin/patch \
  +  --with-tmpdir=%{l_prefix}/var/cvs/tmp \
 --without-krb4 \
 --without-gssapi \
 --enable-encryption \
  @@ -138,17 +139,20 @@
 %{l_make} %{l_mflags} install AM_MAKEFLAGS=DESTDIR=$RPM_BUILD_ROOT
   )
   strip $RPM_BUILD_ROOT%{l_prefix}/bin/* /dev/null 21 || true
  +%{l_shtool} mkdir -f -p -m 755 \
  +$RPM_BUILD_ROOT%{l_prefix}/var/cvs/tmp
   %if %{with_rse_patches} == yes
   %{l_shtool} mkdir -f -p -m 755 \
  -$RPM_BUILD_ROOT%{l_prefix}/etc/rc.d \
  -$RPM_BUILD_ROOT%{l_prefix}/var/cvs
  +$RPM_BUILD_ROOT%{l_prefix}/etc/rc.d
   %{l_shtool} install -c -m 755 \
   -e 's;@l_prefix@;%{l_prefix};g' \
   -e 's;@l_musr@;%{l_musr};g' \
   -e 's;@l_mgrp@;%{l_mgrp};g' \
   %{SOURCE rc.cvs} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d
   %endif
  -%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
  +%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
  +%{l_files_std} \
  +'%attr(1777,-,-) %{l_prefix}/var/cvs/tmp'
   
   %files -f files
   
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.2972 -r1.2973 news.txt
  --- openpkg-web/news.txt  22 Jan 2003 13:02:03 -  1.2972
  +++ openpkg-web/news.txt  22 Jan 2003 16:15:24 -  1.2973
  @@ -1,3 +1,4 @@
  +22-Jan-2003: Upgraded package: Pcvs-1.11.5-20030122
   22-Jan-2003: Upgraded package: Pflex-2.5.4a-20030122
   22-Jan-2003: Upgraded package: Pgnutls-0.8.0-20030122
   22-Jan-2003: Upgraded package: Pbochs-2.0.2-20030122
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



[CVS] OpenPKG: openpkg-src/cvs/ cvs.spec openpkg-web/ news.txt

2003-01-14 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web  Date:   14-Jan-2003 17:01:11
  Branch: HEAD Handle: 2003011416010802

  Modified files:
openpkg-src/cvs cvs.spec
openpkg-web news.txt

  Log:
upgrade to CORE class

  Summary:
RevisionChanges Path
1.48+2  -2  openpkg-src/cvs/cvs.spec
1.2758  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/cvs/cvs.spec
  
  $ cvs diff -u -r1.47 -r1.48 cvs.spec
  --- openpkg-src/cvs/cvs.spec  4 Jan 2003 14:28:09 -   1.47
  +++ openpkg-src/cvs/cvs.spec  14 Jan 2003 16:01:10 -  1.48
  @@ -33,11 +33,11 @@
   URL:  http://www.cvshome.org/
   Vendor:   B. Berliner, D.D. Zuhn, J. Polk
   Packager: The OpenPKG Project
  -Distribution: OpenPKG [BASE]
  +Distribution: OpenPKG [CORE]
   Group:SCM
   License:  GPL
   Version:  %{V_cvs}
  -Release:  20030103
  +Release:  20030114
   
   #   optional support for applying the RSE patches
   %option   with_rse_patches  no
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.2757 -r1.2758 news.txt
  --- openpkg-web/news.txt  14 Jan 2003 15:58:16 -  1.2757
  +++ openpkg-web/news.txt  14 Jan 2003 16:01:08 -  1.2758
  @@ -1,3 +1,4 @@
  +14-Jan-2003: Upgraded package: Pcvs-1.11.4-20030114
   14-Jan-2003: Upgraded package: Ptar-1.13.25-20030114
   14-Jan-2003: Upgraded package: Pfsl-1.0.6-20030114
   14-Jan-2003: Upgraded package: Pxmake-1.06-20030114
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



[CVS] OpenPKG: openpkg-src/cvs/ cvs.spec openpkg-web/ news.txt

2002-12-30 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web  Date:   30-Dec-2002 15:47:23
  Branch: HEAD Handle: 2002123014472201

  Modified files:
openpkg-src/cvs cvs.spec
openpkg-web news.txt

  Log:
switch to %option(s)

  Summary:
RevisionChanges Path
1.44+7  -13 openpkg-src/cvs/cvs.spec
1.2432  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/cvs/cvs.spec
  
  $ cvs diff -u -r1.43 -r1.44 cvs.spec
  --- openpkg-src/cvs/cvs.spec  29 Dec 2002 16:58:30 -  1.43
  +++ openpkg-src/cvs/cvs.spec  30 Dec 2002 14:47:23 -  1.44
  @@ -28,12 +28,8 @@
   %define   V_cvslock   0.2
   
   #   optional support for applying the RSE patches
  -%ifndef   with_rse_patches
  -%define   with_rse_patches no
  -%endif
  -%ifndef   with_rse_patch_cvsuser_caller
  -%define   with_rse_patch_cvsuser_caller cvs
  -%endif
  +%option   with_rse_patches  no
  +%option   with_rse_patch_cvsuser_caller cvs
   
   #   package information
   Name: cvs
  @@ -45,7 +41,7 @@
   Group:SCM
   License:  GPL
   Version:  %{V_cvs}
  -Release:  20021229
  +Release:  20021230
   
   #   list of sources
   Source0:  http://www.cvshome.org/files/19/10/cvs-%{V_cvs}.tar.gz
  @@ -58,8 +54,8 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg = 20020714, perl, patch
  -PreReq:   OpenPKG, openpkg = 20020714, perl, patch
  +BuildPreReq:  OpenPKG, openpkg = 20021230, perl, patch
  +PreReq:   OpenPKG, openpkg = 20021230, perl, patch
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -81,15 +77,13 @@
   and cvslock (an administration tool for manually locking a CVS
   repository area).
   
  -Options:
  ---define 'with_rse_patches   %{with_rse_patches}'
  ---define 'with_rse_patch_cvsuser_caller  %{with_rse_patch_cvsuser_caller}'
  -
   %if %{with_rse_patches} == yes
   This version of CVS has the large set of patches applied from
   Ralf S. Engelschall [EMAIL PROTECTED] (-DRSE_PATCHES). This
   means that (still undocumented) extra functionality is available.
   %endif
  +
  +%options -p30
   
   %prep
   %setup0 -q -c
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.2431 -r1.2432 news.txt
  --- openpkg-web/news.txt  30 Dec 2002 14:44:03 -  1.2431
  +++ openpkg-web/news.txt  30 Dec 2002 14:47:22 -  1.2432
  @@ -1,3 +1,4 @@
  +30-Dec-2002: Upgraded package: Pcvs-1.11.4-20021230
   30-Dec-2002: Upgraded package: Pal-0.9.1-20021230
   30-Dec-2002: Upgraded package: Papache-1.3.27-20021230
   30-Dec-2002: Upgraded package: Ppostfix-2.0.0.1-20021230
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



[CVS] OpenPKG: openpkg-src/cvs cvs.spec openpkg-web news.txt

2002-07-14 Thread Ralf S. Engelschall

  OpenPKG CVS Repository
  http://www.openpkg.org/cvsweb/cvsweb.cgi
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-web, openpkg-src Date:   14-Jul-2002 21:59:13
  Branch: HEAD Handle: 2002071420591300

  Modified files:
openpkg-src/cvs cvs.spec
openpkg-web news.txt

  Log:
use %{l_patch}

  Summary:
RevisionChanges Path
1.31+4  -4  openpkg-src/cvs/cvs.spec
1.939   +1  -0  openpkg-web/news.txt
  

  Index: openpkg-src/cvs/cvs.spec
  
  $ cvs diff -u -r1.30 -r1.31 cvs.spec
  --- openpkg-src/cvs/cvs.spec  29 May 2002 19:59:41 -  1.30
  +++ openpkg-src/cvs/cvs.spec  14 Jul 2002 19:59:13 -  1.31
  @@ -45,7 +45,7 @@
   Group:CVS
   License:  GPL
   Version:  %{V_cvs}
  -Release:  20020421
  +Release:  20020714
   
   #   list of sources
   Source0:  http://www.cvshome.org/files/19/10/cvs-%{V_cvs}.tar.gz
  @@ -57,8 +57,8 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg = 20020222, perl, patch
  -PreReq:   OpenPKG, openpkg = 20020222, perl, patch
  +BuildPreReq:  OpenPKG, openpkg = 20020714, perl, patch
  +PreReq:   OpenPKG, openpkg = 20020714, perl, patch
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -92,7 +92,7 @@
   ( cd cvs-%{V_cvs}
 cat %{SOURCE cvs.patches.rse} |\
 sed -e 's;\(#define RSE_PATCH_CVSUSER_CALLER 
\)cvs\(\);\1%{with_rse_patch_cvsuser_caller}\2;' |\
  -  %{l_prefix}/bin/patch -p0
  +  %{l_patch} -p0
   )
   %endif
   
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.938 -r1.939 news.txt
  --- openpkg-web/news.txt  14 Jul 2002 19:52:54 -  1.938
  +++ openpkg-web/news.txt  14 Jul 2002 19:59:13 -  1.939
  @@ -1,3 +1,4 @@
  +14-Jul-2002: Upgraded package: Pcvs-1.11.2-20020714
   14-Jul-2002: Upgraded package: Pvim-6.1.128-20020714
   14-Jul-2002: Upgraded package: Pncurses-5.2.20020706-20020714
   14-Jul-2002: Upgraded package: Pmozilla-1.0-20020714
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]