rpms/marble/FC-6 marble.spec,1.1,1.2

Chitlesh GOORAH (chitlesh) fedora-extras-commits at redhat.com
Mon Apr 30 08:10:18 UTC 2007


Author: chitlesh

Update of /cvs/extras/rpms/marble/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11271/FC-6

Modified Files:
	marble.spec 
Log Message:



Index: marble.spec
===================================================================
RCS file: /cvs/extras/rpms/marble/FC-6/marble.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- marble.spec	30 Apr 2007 07:16:56 -0000	1.1
+++ marble.spec	30 Apr 2007 08:09:44 -0000	1.2
@@ -2,7 +2,7 @@
  #("Fjords")
 #upstream version : 0.3-1
 Version:        0.3.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A KDE Desktop Globe
 
 Group:          Applications/Engineering
@@ -29,10 +29,14 @@
 
 %build
 
+%ifarch ppc
+sed -i.flags -e 's|-msse||' src/CMakeLists.txt
+%endif
+
 CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ;
 
-#To improve speed: SSE support (-msse)
 export CMAKE_CXX_FLAGS="$CXXFLAGS"
+
 cmake                                             \
       -DQTONLY=ON                                 \
       -DCMAKE_INSTALL_PREFIX=%{_prefix}           \
@@ -66,6 +70,9 @@
 
 
 %changelog
+* Mon Apr 30 2007 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 0.3.1-3
+- fix for ppc
+
 * Sat Apr 28 2007 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 0.3.1-2
 - added VERBOSE to make
 - use of macros on cmake




More information about the scm-commits mailing list