Author: spuk
Date: Tue Feb  6 15:13:18 2007
New Revision: 116773

Modified:
   packages/updates/2007.0/ctags/current/SPECS/ctags.spec

Log:
- specify /tmp as temporary directory, so that configure does not hardcodes the 
building user $TMPDIR (fixes #26214)

Modified: packages/updates/2007.0/ctags/current/SPECS/ctags.spec
==============================================================================
--- packages/updates/2007.0/ctags/current/SPECS/ctags.spec      (original)
+++ packages/updates/2007.0/ctags/current/SPECS/ctags.spec      Tue Feb  6 
15:13:18 2007
@@ -1,7 +1,7 @@
 #note this package is not prefixable
 %define        name    ctags
 %define version 5.5.4
-%define release 2mdk
+%define release %mkrel 3
 
 Summary:       Generates an index (or "tag") file for objects found in source 
files. 
 Name:          %{name}
@@ -28,7 +28,7 @@
 %setup -q
 
 %build
-%configure
+%configure --enable-tmpdir=/tmp
 %make
 
 %install

Reply via email to