[darktable] make it x86-only

Dan Horák sharkcz at fedoraproject.org
Fri Apr 22 08:22:59 UTC 2011


commit 40415810d2fa2ee102884eaa57d4a80bb735a61d
Author: Dan Horák <dan at danny.cz>
Date:   Fri Apr 22 10:22:41 2011 +0200

    make it x86-only

 darktable.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/darktable.spec b/darktable.spec
index 4edd50c..44638fc 100644
--- a/darktable.spec
+++ b/darktable.spec
@@ -3,7 +3,7 @@
 
 Name:		darktable
 Version:	0.8
-Release:	8%{?dist}
+Release:	10%{?dist}
 Summary:	Utility to organize and develop raw images
 
 Group:		Applications/Multimedia
@@ -38,6 +38,9 @@ BuildRequires:	desktop-file-utils
 BuildRequires:	gegl-devel
 %endif
 
+# uses xmmintrin.h
+ExclusiveArch: %{ix86} x86_64
+
 
 %description
 Darktable is a virtual light-table and darkroom for photographers:
@@ -119,6 +122,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri Apr 22 2011 Dan Horák <dan[at]danny.cz> - 0.8-10
+- make it x86-only
+
+* Fri Apr 22 2011 Dan Horák <dan[at]danny.cz> - 0.8-9
+- don't use x86-only compiler flags on non-x86 arches
+
 * Tue Apr 19 2011 Edouard Bourguignon <madko at linuxed.net> - 0.8-8
 - Change build option
 


More information about the scm-commits mailing list