[CVS] OpenPKG: openpkg-src/openpkg/ HISTORY rpmmacros

2006-10-13 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:   13-Oct-2006 21:48:14
  Branch: HEAD Handle: 2006101320481300

  Modified files:
openpkg-src/openpkg HISTORY rpmmacros

  Log:
allow %{l_cc} and %{l_cxx} to be set in ~/.rpmmacros to values
containing spaces

  Summary:
RevisionChanges Path
1.384   +1  -0  openpkg-src/openpkg/HISTORY
1.79+3  -3  openpkg-src/openpkg/rpmmacros
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.383 -r1.384 HISTORY
  --- openpkg-src/openpkg/HISTORY   12 Oct 2006 14:44:24 -  1.383
  +++ openpkg-src/openpkg/HISTORY   13 Oct 2006 19:48:13 -  1.384
  @@ -2,6 +2,7 @@
   2006
   
   
  +20061013 allow %{l_cc} and %{l_cxx} to be set in ~/.rpmmacros to values 
containing spaces
   20061012 remove Alpha and add PPC and AMD64 to rpmrc
   20061011 upgrade to GNU Bash 3.2.0
   20060930 upgrade to openpkg-tools 0.8.76
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/rpmmacros
  
  $ cvs diff -u -r1.78 -r1.79 rpmmacros
  --- openpkg-src/openpkg/rpmmacros 29 Sep 2006 06:54:05 -  1.78
  +++ openpkg-src/openpkg/rpmmacros 13 Oct 2006 19:48:13 -  1.79
  @@ -267,9 +267,9 @@
   %l_vcheck%{l_tool_locate vcheck   vcheck}
   
   #   tool options
  -%l_mflags(O) %(%{l_sane_env}; %{l_rpmtool} mflags %{-O:-O} 
%{l_make})
  -%l_cflags(O) %(%{l_sane_env}; %{l_rpmtool} cflags %{-O:-O} 
%{l_cc})
  -%l_cxxflags(O)   %(%{l_sane_env}; %{l_rpmtool} cflags %{-O:-O} 
%{l_cxx})
  +%l_mflags(O) %(%{l_sane_env}; %{l_rpmtool} mflags %{-O:-O} 
"%{l_make}")
  +%l_cflags(O) %(%{l_sane_env}; %{l_rpmtool} cflags %{-O:-O} 
"%{l_cc}")
  +%l_cxxflags(O)   %(%{l_sane_env}; %{l_rpmtool} cflags %{-O:-O} 
"%{l_cxx}")
   %l_cppflags(i)   %(%{l_sane_env}; %{l_rpmtool} cppflags 
-p%{l_prefix} %{-i:-i} -- %*)
   %l_ldflags() %(%{l_sane_env}; %{l_rpmtool} ldflags  
-p%{l_prefix}  -- %*)
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openpkg/ HISTORY rpmmacros

2005-01-13 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  Date:   13-Jan-2005 21:57:10
  Branch: HEAD Handle: 2005011320570901

  Modified files:
openpkg-src/openpkg HISTORY rpmmacros

  Log:
add %{l_nil} macro

  Summary:
RevisionChanges Path
1.235   +1  -0  openpkg-src/openpkg/HISTORY
1.67+3  -0  openpkg-src/openpkg/rpmmacros
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.234 -r1.235 HISTORY
  --- openpkg-src/openpkg/HISTORY   13 Jan 2005 10:56:48 -  1.234
  +++ openpkg-src/openpkg/HISTORY   13 Jan 2005 20:57:09 -  1.235
  @@ -2,6 +2,7 @@
   2004
   
   
  +20050113 add %{l_nil} macro (excluded in 2.2.3)
   20050113 upgrade to OSSP uuid 1.1.2 (excluded in 2.2.3)
   20041225 upgrade to BeeCrypt 4.1.2 (excluded in 2.2.3)
   20041222 upgrade to GNU tar 1.15.1 (excluded in 2.2.3)
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/rpmmacros
  
  $ cvs diff -u -r1.66 -r1.67 rpmmacros
  --- openpkg-src/openpkg/rpmmacros 22 Dec 2004 17:49:33 -  1.66
  +++ openpkg-src/openpkg/rpmmacros 13 Jan 2005 20:57:10 -  1.67
  @@ -162,6 +162,9 @@
   #   variables and "-A" for really all variables.
   %l_value(sbcaA)  %{expand:%(l=""; for x in `if [ ".%*" != . ]; then 
echo "%* "; else p=""; if [ ".%{-a:yes}" = .yes ]; then 
p="^%%l_(prefix|[smrn](usr|grp|uid|gid))"; elif [ ".%{-A:yes}" = .yes ]; then 
p="^%%l_"; fi; if [ ".$p" != . ]; then egrep "$p" 
%{l_prefix}/etc/openpkg/rpmmacros | sed -e '/^%%l_value/,$d' -e 
's;^%%\\(l_[a-z1-9_]*\\).*;\\1;'; fi; fi`; do e=""; if [ ".%{-s:yes}" = .yes ]; 
then e="-e 's;@$x@;%%{$x};g'"; elif [ ".%{-b:yes}" = .yes ]; then 
e="$x='%%{$x}';"; elif [ ".%{-c:yes}" = .yes ]; then e="set $x = '%%{$x}';"; 
else e="%%{$x}"; fi; if [ ".$l" = . ]; then l="$e"; else l="$l $e"; fi; done; 
echo "$l")}
   
  +#   local version of the empty macro
  +%l_nil   %{nil}
  +
   #   override the internal RPM hierarchy variables
   %_usr%{nil}
   %_var%{nil}
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openpkg/ HISTORY rpmmacros

2004-06-01 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  Date:   01-Jun-2004 17:08:26
  Branch: HEAD Handle: 2004060116082600

  Modified files:
openpkg-src/openpkg HISTORY rpmmacros

  Log:
fixate path to GnuPG, because RPM 4.2 passes argument directly to
execve(2)

  Summary:
RevisionChanges Path
1.182   +1  -0  openpkg-src/openpkg/HISTORY
1.63+1  -1  openpkg-src/openpkg/rpmmacros
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.181 -r1.182 HISTORY
  --- openpkg-src/openpkg/HISTORY   1 Jun 2004 12:06:49 -   1.181
  +++ openpkg-src/openpkg/HISTORY   1 Jun 2004 15:08:26 -   1.182
  @@ -2,6 +2,7 @@
   2004
   
   
  +20040601 fixate path to GnuPG, because RPM 4.2 passes argument directly to execve(2)
   20040601 enable pure-C builds by patching out useless C++ checks from cURL configure
   20040601 finally disable ulimits for FreeBSD, Solaris and Linux
   20040601 add path defaults for HP/UX, Tru64/OSF1 and UnixWare
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/rpmmacros
  
  $ cvs diff -u -r1.62 -r1.63 rpmmacros
  --- openpkg-src/openpkg/rpmmacros 21 Apr 2004 15:18:06 -  1.62
  +++ openpkg-src/openpkg/rpmmacros 1 Jun 2004 15:08:26 -   1.63
  @@ -307,7 +307,7 @@
   %_binary_payload w9.bzdio
   
   #   package signature type is OpenPGP via GnuPG
  -%__gpg   gpg
  +%__gpg   %{l_prefix}/bin/gpg
   %_signature  gpg
   %__vsflags   1
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]