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:
    Revision    Changes     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 -0000      1.49
  +++ openpkg-src/cvs/cvs.spec  22 Jan 2003 16:15:25 -0000      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 2>&1 || 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 -0000      1.2972
  +++ openpkg-web/news.txt      22 Jan 2003 16:15:24 -0000      1.2973
  @@ -1,3 +1,4 @@
  +22-Jan-2003: Upgraded package: P<cvs-1.11.5-20030122>
   22-Jan-2003: Upgraded package: P<flex-2.5.4a-20030122>
   22-Jan-2003: Upgraded package: P<gnutls-0.8.0-20030122>
   22-Jan-2003: Upgraded package: P<bochs-2.0.2-20030122>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to