diff options
author | Roger Dingledine <arma@torproject.org> | 2005-05-16 23:28:37 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-05-16 23:28:37 +0000 |
commit | 5698a5896bebb08f1225710b670d3c8a5d9282a1 (patch) | |
tree | e23d7f88d4bf72fcafcc37010a2340431c95ead9 | |
parent | 2812d4a08cca5113a64703154419e3a87508b60a (diff) | |
download | tor-5698a5896bebb08f1225710b670d3c8a5d9282a1.tar.gz tor-5698a5896bebb08f1225710b670d3c8a5d9282a1.zip |
add in the line that tyranix thinks might let us retain symbols
in our rpm packages.
commented out for now, so we don't break the nearly stable release.
svn:r4235
-rw-r--r-- | tor.spec.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tor.spec.in b/tor.spec.in index 044ab5935c..16ea8f14d7 100644 --- a/tor.spec.in +++ b/tor.spec.in @@ -58,7 +58,6 @@ %define ostag suse %endif - # Using the build date ensures that every build really does get # a different release number. We use this trick for CVS versions. # For release versions, we don't want or need it. @@ -71,6 +70,10 @@ %define release %{pkgspec}.%{specver}.%{ostag} %endif +# This line is rumored to make sure binaries aren't stripped, but +# to still allow man pages to be compressed. +# %define __spec_install_post /usr/lib/rpm/brp-compress /usr/lib/rpm/brp-strip-comment-note %{nil} + ## General-purpose macros # # Some systems don't have some macros. If a macro doesn't seem |