git.annexia.org
/
whenjobs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fd395f
)
Prevent unwanted bytecode stripping by RPM.
author
Richard W.M. Jones
<rjones@redhat.com>
Wed, 22 Feb 2012 12:04:31 +0000
(12:04 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Wed, 22 Feb 2012 12:04:31 +0000
(12:04 +0000)
whenjobs.spec.in
patch
|
blob
|
history
diff --git
a/whenjobs.spec.in
b/whenjobs.spec.in
index
22ad6de
..
500c9a0
100644
(file)
--- a/
whenjobs.spec.in
+++ b/
whenjobs.spec.in
@@
-1,6
+1,9
@@
%define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
%define debug_package %{nil}
+# Prevent unwanted bytecode stripping by RPM.
+%define __strip /bin/true
+
Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@
Release: 1