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                      Date:   10-Feb-2004 16:19:35
  Branch: HEAD                             Handle: 2004021015193400

  Modified files:
    openpkg-src/openpkg     HISTORY openpkg.spec rpmmacros

  Log:
    we more smart and accept not-existing Class: headers for
    compatibility.

  Summary:
    Revision    Changes     Path
    1.127       +1  -0      openpkg-src/openpkg/HISTORY
    1.283       +1  -1      openpkg-src/openpkg/openpkg.spec
    1.55        +1  -1      openpkg-src/openpkg/rpmmacros
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  ============================================================================
  $ cvs diff -u -r1.126 -r1.127 HISTORY
  --- openpkg-src/openpkg/HISTORY       9 Feb 2004 20:18:29 -0000       1.126
  +++ openpkg-src/openpkg/HISTORY       10 Feb 2004 15:19:34 -0000      1.127
  @@ -2,6 +2,7 @@
   2004
   ====
   
  +20040210 we more smart and accept not-existing "Class:" headers for compatibility.
   20040209 cleanup "rpmmacros" for consistent "%l_prefix" usage and fix "rpmtool not 
found" issue
   20040208 added version tracking for OSSP uuid
   20040206 upgraded to OSSP uuid 0.9.5
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  ============================================================================
  $ cvs diff -u -r1.282 -r1.283 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  9 Feb 2004 20:18:30 -0000       1.282
  +++ openpkg-src/openpkg/openpkg.spec  10 Feb 2004 15:19:34 -0000      1.283
  @@ -39,7 +39,7 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define       V_openpkg  20040209
  +%define       V_openpkg  20040210
   
   #   the used software versions
   %define       V_rpm      4.2.1
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/rpmmacros
  ============================================================================
  $ cvs diff -u -r1.54 -r1.55 rpmmacros
  --- openpkg-src/openpkg/rpmmacros     9 Feb 2004 20:18:30 -0000       1.54
  +++ openpkg-src/openpkg/rpmmacros     10 Feb 2004 15:19:34 -0000      1.55
  @@ -321,7 +321,7 @@
   
   #   macros for checking build environment
   %l_check_nosource()      %(for url in . %{?_restricted}; do [ ".$url" = .. ] && 
continue; eval `echo "$url" | sed -e 's!^\\(.*\\)::/\\([^/][^/]*\\)$!;url=\\"\\1 --> 
\\"; file=\\"\\2\\"!' -e 's!^\\([^:;][^:]*://.*/\\)\\([^/][^/]*\\)$!;url=\\"\\1\\"; 
file=\\"\\2\\"!' -e 's:^\\([^;].*\\)$:;url="(from unknown location) "; file="\\1":' -e 
's:^;::'`; if [ ! -f "%{_specdir}/$file" ] && [ ! -f "%{_sourcedir}/$file" ]; then ( 
echo "Sorry, this OpenPKG package contains a DISTRIBUTION RESTRICTED source file."; 
echo "Before you can proceed building this package you have to MANUALLY fetch"; echo " 
   ${url}${file}"; echo "and provide it locally under the path"; echo "    
%{_sourcedir}/$file" ) | %{l_rpmtool} msg -b -t error; echo "exit 1"; fi; done)
  -%l_check_class()         %(class=`echo "%{class}" | sed -e 's;^$;JUNK;'`; 
%{l_rpmtool} check-class "$class")
  +%l_check_class()         %(class=`echo "%{?class}" | sed -e 's;^$;JUNK;'`; 
%{l_rpmtool} check-class "$class")
   %prep %%prep\
       %{l_check_nosource} \
       %{l_check_class} \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to