rpms/Inventor/devel Inventor.spec,1.37,1.38

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Thu Jun 21 11:14:41 UTC 2007


Author: corsepiu

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

Modified Files:
	Inventor.spec 
Log Message:
* Thu Jun 21 2007 Ralf Corsépius <rc040203 at freenet.de> - 2.1.5-27
- Add powerpc64 hack.



Index: Inventor.spec
===================================================================
RCS file: /cvs/extras/rpms/Inventor/devel/Inventor.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- Inventor.spec	14 Mar 2007 05:43:40 -0000	1.37
+++ Inventor.spec	21 Jun 2007 11:14:05 -0000	1.38
@@ -6,7 +6,7 @@
 
 Name:           Inventor
 Version:        2.1.5
-Release:        26%{?dist}
+Release:        27%{?dist}
 
 Summary:        SGI Open Inventor (TM)
 
@@ -128,7 +128,7 @@
 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' \
+  -e 's,__ia64__,__ia64__ || __x86_64__ || __powerpc64__,g' \
   $a; 
 done
 
@@ -342,6 +342,9 @@
 %{_libdir}/Inventor/examples
 
 %changelog
+* Thu Jun 21 2007 Ralf Corsépius <rc040203 at freenet.de> - 2.1.5-27
+- Add powerpc64 hack.
+
 * Wed Mar 14 2007 Ralf Corsépius <rc040203 at freenet.de> - 2.1.5-26
 - Use dejavu-fonts as fonts.
 - Attempt to fix BZ 232017.




More information about the fedora-extras-commits mailing list