]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- release 11:
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 6 Apr 2001 16:05:57 +0000 (16:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- new macros: %%_pkgconfigdir=/usr/lib/pkgconfig, %%_fontsdir=/usr/share/fonts

Changed files:
    rpm.macros -> 1.49

rpm.macros

index 25e23f86cecfb20d8a8259c20a35e15192ba17ae..f2459ac3e89ee67d8aec644dc62165cb797cf93f 100644 (file)
@@ -86,12 +86,18 @@ done \
 # Location of autoconf macros
 %_aclocaldir   %(aclocal --print-ac-dir)
 
+# Location of pkgconfig files
+%_pkgcondigdir /usr/lib/pkgconfig
+
 # Location of top applink dir
 %_applnkdir      /usr/X11R6/share/applnk
 
 # Location pixmaps for applnk/desktop files
 %_pixmapsdir   /usr/X11R6/share/pixmaps
 
+# Location of fonts directories
+%_fontsdir     /usr/share/fonts
+
 # Current date
 %date          %(LC_ALL="C" date +"%a %b %d %Y")
 
This page took 0.03851 seconds and 4 git commands to generate.