redhat-rpm-config/brp-redhat

16 lines
405 B
Plaintext
Raw Normal View History

2002-06-12 12:59:50 +00:00
#!/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)
/usr/lib/rpm/redhat/brp-compress
# Strip ELF binaries (Red Hat uses GNU binutils).
/usr/lib/rpm/redhat/brp-strip
# Strip even more sections (Red Hat uses GNU binutils).
/usr/lib/rpm/redhat/brp-strip-comment-note
2005-04-07 03:10:39 +00:00
/usr/lib/rpm/brp-python-bytecompile