From 18a1a352b4684710f0153ccab53822c7c78e8497 Mon Sep 17 00:00:00 2001 From: jbj Date: Tue, 20 Jun 2000 21:45:50 +0000 Subject: - 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 --- platform.in | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'platform.in') 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 # -- cgit v1.2.3