summaryrefslogtreecommitdiff
path: root/platform.in
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2000-06-20 21:45:50 +0000
committerjbj <devnull@localhost>2000-06-20 21:45:50 +0000
commit18a1a352b4684710f0153ccab53822c7c78e8497 (patch)
treec03d291d603ccb32476f6253235bf19bbeb0167d /platform.in
parent593b0c78746229347e1638ef789f3c2291c20df5 (diff)
downloadrpm-18a1a352b4684710f0153ccab53822c7c78e8497.tar.gz
- add RPMTAG_OPTFLAGS, configured optflags when package was built.
- add RPMTAG_DISTURL for rpmfind-like tools (content unknown yet). - teach brp-compress about /usr/info and /usr/share/info as well. - update macros.in from rpm-4.0 (w/o dbi configuration). CVS patchset: 3878 CVS date: 2000/06/20 21:45:50
Diffstat (limited to 'platform.in')
-rw-r--r--platform.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/platform.in b/platform.in
index 82416038e..eb61bbf7b 100644
--- a/platform.in
+++ b/platform.in
@@ -37,11 +37,18 @@
# Expanded at end of %install
#
%__arch_install_post @ARCH_INSTALL_POST@
-%__os_install_post %{___build_post}
+
+%__os_install_post \
+ @prefix@/lib/rpm/brp-compress \
+ @prefix@/lib/rpm/brp-strip \
+ @prefix@/lib/rpm/brp-strip-comment-note \
+%{nil}
+
%__spec_install_post\
%{__arch_install_post}\
%{__os_install_post}\
%{nil}
+
#------------------------------------------------------------------------
# Expanded at end of %prep
#