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: Revision Changes 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 -0000 1.383 +++ openpkg-src/openpkg/HISTORY 13 Oct 2006 19:48:13 -0000 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 -0000 1.78 +++ openpkg-src/openpkg/rpmmacros 13 Oct 2006 19:48:13 -0000 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 Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org