rpms/Inventor/devel Inventor.spec,1.9,1.10

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Sun May 22 21:26:35 UTC 2005


Author: corsepiu

Update of /cvs/extras/rpms/Inventor/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11009

Modified Files:
	Inventor.spec 
Log Message:



Index: Inventor.spec
===================================================================
RCS file: /cvs/extras/rpms/Inventor/devel/Inventor.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Inventor.spec	22 May 2005 17:18:48 -0000	1.9
+++ Inventor.spec	22 May 2005 21:26:32 -0000	1.10
@@ -6,7 +6,7 @@
 
 Name:           Inventor
 Version:        2.1.5
-Release:        9%{?dist}
+Release:        10%{?dist}
 
 Summary:        SGI Open Inventor (TM)
 
@@ -119,6 +119,13 @@
 %patch6 -p0 -b .orig
 %patch7 -p0
 
+grep -Rl __ia64 lib* | while read a; do \
+  sed -i -e 's,__ia64,__ia64__,g' \
+  -e 's,__ia64____,__ia64__,g' \
+  -e 's,__ia64__,__ia64__ || __x86_64__,g' \
+  $a; 
+done
+
 sed -i \
 -e 's,^IVPREFIX =.*$,IVPREFIX = %{_prefix},' \
 -e 's,^_BINDIR =.*$,_BINDIR = %{_bindir},' \




More information about the fedora-extras-commits mailing list