SPECS: rawtherapee.spec - proper cap for sse - limit EA to those w...
qboosh
qboosh at pld-linux.org
Mon Feb 25 18:30:38 CET 2008
Author: qboosh Date: Mon Feb 25 17:30:38 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- proper cap for sse
- limit EA to those which can have SSE
---- Files affected:
SPECS:
rawtherapee.spec (1.7 -> 1.8)
---- Diffs:
================================================================
Index: SPECS/rawtherapee.spec
diff -u SPECS/rawtherapee.spec:1.7 SPECS/rawtherapee.spec:1.8
--- SPECS/rawtherapee.spec:1.7 Sun Feb 24 13:45:26 2008
+++ SPECS/rawtherapee.spec Mon Feb 25 18:30:32 2008
@@ -16,10 +16,11 @@
NoSource: 0
URL: http://www.rawtherapee.com/
Requires: gtk+2 >= 2:2.10
-# this version _requires_ SSE, but it doesn't work...
-#Requires: uname(sse)
+# this version _requires_ SSE
+Requires: cpuinfo(sse)
Suggests: adobe-ICC-profiles
-ExclusiveArch: %{ix86}
+# because of SSE
+ExclusiveArch: i686 pentium3 pentium4 athlon
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _appdir %{_libdir}/%{name}
@@ -85,6 +86,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2008-02-25 17:30:32 qboosh
+- proper cap for sse
+- limit EA to those which can have SSE
+
Revision 1.7 2008-02-24 12:45:26 blues
- no need to escape
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rawtherapee.spec?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list