rpms/qtractor/F-10 qtractor.spec,1.1,1.2

Orcan Ogetbil oget at rpmfusion.org
Wed May 27 09:40:53 CEST 2009


Author: oget

Update of /cvs/free/rpms/qtractor/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1183

Modified Files:
	qtractor.spec 
Log Message:
* Wed May 27 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4.1-4
- Explicitly disable SSE optimizations on non-"%{ix86} ia64 x86_64" architectures



Index: qtractor.spec
===================================================================
RCS file: /cvs/free/rpms/qtractor/F-10/qtractor.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qtractor.spec	27 May 2009 06:31:16 -0000	1.1
+++ qtractor.spec	27 May 2009 07:40:52 -0000	1.2
@@ -1,7 +1,17 @@
+%ifarch %{ix86}
+%global without_sse %{!?_without_sse:0}%{?_without_sse:1}
+%endif
+%ifarch ia64 x86_64
+%global without_sse 0
+%endif
+%ifnarch %{ix86} ia64 x86_64
+%global without_sse 1
+%endif
+
 Summary:       Audio/MIDI multi-track sequencer
 Name:          qtractor
 Version:       0.4.1
-Release:       3%{?dist}
+Release:       4%{?dist}
 License:       GPLv2+
 Group:         Applications/Multimedia
 URL:           http://qtractor.sourceforge.net/
@@ -43,7 +53,11 @@
 
 %build
 export PATH=${PATH}:%{_libdir}/qt4/bin
-%configure 
+%configure \
+%if %{without_sse}
+   --enable-sse=no
+%endif
+
 make %{?_smp_mflags}
 
 %install
@@ -90,6 +104,9 @@
 %{_datadir}/icons/hicolor/32x32/apps/%{name}.png
 
 %changelog
+* Wed May 27 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4.1-4
+- Explicitly disable SSE optimizations on non-"%%{ix86} ia64 x86_64" architectures
+
 * Fri May 22 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4.1-3
 - preserve timestamps
 



More information about the rpmfusion-commits mailing list