From e987a186620d4b85dd2d73f535437b991f623d24 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Fri, 6 Apr 2001 16:05:57 +0000 Subject: [PATCH 1/1] - release 11: - new macros: %%_pkgconfigdir=/usr/lib/pkgconfig, %%_fontsdir=/usr/share/fonts Changed files: rpm.macros -> 1.49 --- rpm.macros | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rpm.macros b/rpm.macros index 25e23f8..f2459ac 100644 --- a/rpm.macros +++ b/rpm.macros @@ -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") -- 2.44.0