rpms/fpc/devel fpc.spec,1.22,1.23

Joost van der Sluis (joost) fedora-extras-commits at redhat.com
Wed Oct 17 15:00:51 UTC 2007


Author: joost

Update of /cvs/pkgs/rpms/fpc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5101

Modified Files:
	fpc.spec 
Log Message:
* Mon Oct 16 2007 Joost van der Sluis <joost at cnoc.nl> 2.2.0-9
- Strip the debuginfo from grab_vcsa and ppudump, since debugedit chokes on it
- Only strip debugdata on x86_64



Index: fpc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fpc/devel/fpc.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- fpc.spec	17 Oct 2007 14:02:33 -0000	1.22
+++ fpc.spec	17 Oct 2007 15:00:18 -0000	1.23
@@ -108,10 +108,14 @@
 make ide_all FPC=${NEWPP} OPT=%{fpcopt}
 make utils_all FPC=${NEWPP} DATA2INC=${DATA2INC} OPT=%{fpcopt}
 
+%ifarch x86_64
 # Debugedit crashes on this file, if it has debug-info.
 # As a temporary solution, strip the debug-info.
 %__strip utils/h2pas/h2pas
+%__strip utils/grab_vcsa
+%__strip compiler/utils/ppudump
 %__strip packages/fcl-net/mkxmlrpc
+%endif
 
 cd ..
 make -C fpcdocs pdf FPC=${NEWPP} FPDOC=${NEWFPDOC}
@@ -189,6 +193,10 @@
 
 %changelog
 * Mon Oct 16 2007 Joost van der Sluis <joost at cnoc.nl> 2.2.0-9
+- Strip the debuginfo from grab_vcsa and ppudump, since debugedit chokes on it
+- Only strip debugdata on x86_64
+
+* Mon Oct 16 2007 Joost van der Sluis <joost at cnoc.nl> 2.2.0-9
 - Strip the debuginfo from mkxmlrpc, since debugedit chokes on it
 
 * Mon Oct 16 2007 Joost van der Sluis <joost at cnoc.nl> 2.2.0-8




More information about the fedora-extras-commits mailing list