SPECS: iceape.spec - don't enable strip, it makes debuginfo useless

sparky sparky at pld-linux.org
Thu Sep 25 00:56:13 CEST 2008


Author: sparky                       Date: Wed Sep 24 22:56:13 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- don't enable strip, it makes debuginfo useless

---- Files affected:
SPECS:
   iceape.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/iceape.spec
diff -u SPECS/iceape.spec:1.10 SPECS/iceape.spec:1.11
--- SPECS/iceape.spec:1.10	Wed Sep 24 17:52:23 2008
+++ SPECS/iceape.spec	Thu Sep 25 00:56:08 2008
@@ -5,6 +5,7 @@
 %bcond_with	gnomeui		# enable GnomeUI
 %bcond_without	gnome		# disable gnomevfs (alias)
 %bcond_without	svg		# disable svg support
+%bcond_with	strip		# enable stripping (makes debuginfo package useless)
 #
 %if %{without gnome}
 %undefine	with_gnomevfs
@@ -261,7 +262,7 @@
 	--enable-mathml \
 	--enable-optimize="%{rpmcflags}" \
 	--enable-postscript \
-	%{!?debug:--enable-strip} \
+	%{?with_strip:--enable-strip} \
 	%{?with_svg:--enable-svg --enable-svg-renderer-cairo} \
 	%{?with_svg:--enable-system-cairo} \
 	--enable-xft \
@@ -775,6 +776,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2008/09/24 22:56:08  sparky
+- don't enable strip, it makes debuginfo useless
+
 Revision 1.10  2008/09/24 15:52:23  hawk
 - updated to 1.1.12, fixes CVE-2008-3837, CVE-2008-4058, CVE-2008-4059,
   CVE-2008-4060, CVE-2008-4061, CVE-2008-4062, CVE-2008-4063, CVE-2008-4064,
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iceape.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list