summaryrefslogtreecommitdiff
path: root/scripts/brp-redhat.in
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2000-02-22 03:09:53 +0000
committerjbj <devnull@localhost>2000-02-22 03:09:53 +0000
commitc39e2a9ea09b9c57cd611a603af31c86f460519a (patch)
treed18ff926133e347ffe156c476013fc44ebc949a6 /scripts/brp-redhat.in
parent76b9a27eecd2b4f8e1af29d9b67ad9c0e079d3d3 (diff)
downloadlibrpm-tizen-c39e2a9ea09b9c57cd611a603af31c86f460519a.tar.gz
librpm-tizen-c39e2a9ea09b9c57cd611a603af31c86f460519a.tar.bz2
librpm-tizen-c39e2a9ea09b9c57cd611a603af31c86f460519a.zip
macro expansion (and absolute path) in %files -f arg (#9508,#9091).
CVS patchset: 3573 CVS date: 2000/02/22 03:09:53
Diffstat (limited to 'scripts/brp-redhat.in')
-rwxr-xr-xscripts/brp-redhat.in13
1 files changed, 13 insertions, 0 deletions
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