rpms/camstream/devel camstream.spec,1.23,1.24

Orcan Ogetbil oget at fedoraproject.org
Sun Sep 27 07:12:17 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/camstream/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4750

Modified Files:
	camstream.spec 
Log Message:
* Sun Sep 27 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.26.3-19
- Workaround for build failure: Don't enable MMX on i686 and athlon for now



Index: camstream.spec
===================================================================
RCS file: /cvs/pkgs/rpms/camstream/devel/camstream.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- camstream.spec	27 Sep 2009 06:29:43 -0000	1.23
+++ camstream.spec	27 Sep 2009 07:12:17 -0000	1.24
@@ -1,6 +1,6 @@
 Name:           camstream
 Version:        0.26.3
-Release:        18%{?dist}
+Release:        19%{?dist}
 
 Summary:        Set of programs to make use of your webcam
 
@@ -16,7 +16,7 @@ Patch2:         camstream-0.26.3-x86_64-
 Patch3:         camstream-0.26.3-libv4l.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  qt3-devel, autoconf, desktop-file-utils, libv4l-devel
+BuildRequires:  qt3-devel, autoconf, desktop-file-utils, libv4l-devel, kernel-headers
 ExclusiveArch:  %{ix86} x86_64 
 
 %description
@@ -42,9 +42,10 @@ is based on Qt, an excellent GUI framewo
 # Use our homebrew CPU flags for sane builds.
 %ifarch %{ix86}
 export HAVE_IX86=1
-%ifarch i686 athlon
-export HAVE_MMX=1
-%endif
+# Disable MMX for now. Otherwise, package fails to build.
+#%%ifarch i686 athlon
+#export HAVE_MMX=1
+#%%endif
 %endif
 
 # Do autoconfs due to patch0 and to nuke old autoconf 2.13 stuff in lib/ccvt.
@@ -95,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Sep 27 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.26.3-19
+- Workaround for build failure: Don't enable MMX on i686 and athlon for now
+
 * Sun Sep 27 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.26.3-18
 - Update desktop file according to F-12 FedoraStudio feature
 




More information about the fedora-extras-commits mailing list