[or-cvs] add in the line that tyranix thinks might let us retain sym...

Roger Dingledine arma at seul.org
Mon May 16 23:28:39 UTC 2005


Update of /home2/or/cvsroot/tor
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor

Modified Files:
	tor.spec.in 
Log Message:
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.


Index: tor.spec.in
===================================================================
RCS file: /home2/or/cvsroot/tor/tor.spec.in,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- tor.spec.in	15 May 2005 05:01:49 -0000	1.12
+++ tor.spec.in	16 May 2005 23:28:37 -0000	1.13
@@ -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



More information about the tor-commits mailing list