From c39e2a9ea09b9c57cd611a603af31c86f460519a Mon Sep 17 00:00:00 2001 From: jbj Date: Tue, 22 Feb 2000 03:09:53 +0000 Subject: macro expansion (and absolute path) in %files -f arg (#9508,#9091). CVS patchset: 3573 CVS date: 2000/02/22 03:09:53 --- scripts/brp-redhat.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 scripts/brp-redhat.in (limited to 'scripts/brp-redhat.in') diff --git a/scripts/brp-redhat.in b/scripts/brp-redhat.in new file mode 100755 index 000000000..9e2e4dddb --- /dev/null +++ b/scripts/brp-redhat.in @@ -0,0 +1,13 @@ +#!/bin/sh + +# These are the build root policies that Red Hat invokes at the end +# of the %install scriptlet. + +# Compress man pages (Red Hat uses GNU gzip) +@RPMCONFIGDIR@/brp-compress + +# Strip ELF binaries (Red Hat uses GNU binutils). +@RPMCONFIGDIR@/brp-strip + +# Strip even more sections (Red Hat uses GNU binutils). +@RPMCONFIGDIR@/brp-strip-comment-note -- cgit v1.2.3