]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- upgrade to 3.0.4 rpm-3_0_4-1 rpm-3_0_4-2 rpm-3_0_4-3 rpm-3_0_4-4 rpm-3_0_4-5 rpm-3_0_4-6
authorArtur Frysiak <artur@frysiak.net>
Tue, 28 Mar 2000 17:21:43 +0000 (17:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.13

rpm.macros

index bbc7dd765dc64cae02fd25a46b1e12ab73d564b9..d13147a6adc74f6057e32837113fc7eb153a0104 100644 (file)
@@ -75,13 +75,15 @@ done \
        --sharedstatedir=%{_sharedstatedir} \
        --mandir=%{_mandir} \
        --infodir=%{_infodir} }
-#------------------------------------------------------------------------  
-# usage 
-# (in %install)
-# %find_lang %{name}
-#
-# %file -f %{name}.lang
-#
 
-%find_lang     @RPMCONFIGDIR@/find-lang.sh %{buildroot}
+# Location of autoconf macros
+%_aclocaldir   %(aclocal --print-ac-dir)
+
+# Fixed location of top applink dir
+%_applnkdir      /usr/X11R6/share/applnk
+
+# Current date
+%date          %(LC_ALL="C" date +"%a %b %d %Y")
 
+# tmp directory
+%tmpdir                %(echo "${TMPDIR:-/tmp}")
This page took 0.04313 seconds and 4 git commands to generate.