Author: glen                         Date: Tue Apr 29 14:40:01 2008 GMT
Module: SOURCES                       Tag: AC-branch
---- Log message:
- expand _tmppath once

---- Files affected:
SOURCES:
   rpm-macros-ac.patch (1.1.2.12 -> 1.1.2.13) 

---- Diffs:

================================================================
Index: SOURCES/rpm-macros-ac.patch
diff -u SOURCES/rpm-macros-ac.patch:1.1.2.12 
SOURCES/rpm-macros-ac.patch:1.1.2.13
--- SOURCES/rpm-macros-ac.patch:1.1.2.12        Fri Apr  4 22:16:11 2008
+++ SOURCES/rpm-macros-ac.patch Tue Apr 29 16:39:55 2008
@@ -1,5 +1,5 @@
---- rpm-4.4.9/macros.in        2008-03-27 19:48:22.895695000 +0200
-+++ rpm-4.4.9/macros.in        2008-04-04 23:03:44.008771012 +0300
+--- rpm-4.4.9/macros.in        2008-04-04 23:03:44.008771012 +0300
++++ rpm-4.4.9/macros.in        2008-04-29 17:39:02.041156816 +0300
 @@ -192,7 +192,7 @@
  Summary: Debug information for package %{name}\
  Summary(pl.UTF-8): Informacje dla debuggera dla pakietu %{name}\
@@ -9,15 +9,15 @@
  AutoReqProv: 0\
  %description debuginfo\
  This package provides debug information for package %{name}.\
-@@ -238,7 +238,7 @@
+@@ -242,6 +242,6 @@
  
  #     Directory where temporary files can be created.
- %_tmppath             %(echo "${TMPDIR:-/tmp}")
+-%_tmppath             %(echo "${TMPDIR:-/tmp}")
 -%tmpdir                       %{_tmppath}
++%_tmppath             %{expand:%%global _tmppath %(echo 
"${TMPDIR:-/tmp}")}%_tmppath
 +%tmpdir                       %{expand:%%global tmpdir 
%{lua:print(os.getenv("TMPDIR") or "/tmp")}}%tmpdir
  
  #     Path to top of build area.
- %_topdir              %(echo $HOME)/rpm
 @@ -271,6 +271,9 @@
  #
  #%distribution
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/rpm-macros-ac.patch?r1=1.1.2.12&r2=1.1.2.13&f=u

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to