rpms/amarok/F-10 amarok.spec,1.131,1.132

Rex Dieter rdieter at fedoraproject.org
Fri Mar 6 14:49:25 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/amarok/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19386

Modified Files:
	amarok.spec 
Log Message:
skip qt45 patch on < f11... seems to be mildly broken smp_mflag-wise



Index: amarok.spec
===================================================================
RCS file: /cvs/pkgs/rpms/amarok/F-10/amarok.spec,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- amarok.spec	5 Mar 2009 16:49:30 -0000	1.131
+++ amarok.spec	6 Mar 2009 14:48:54 -0000	1.132
@@ -55,17 +55,24 @@
 
 %if 0%{?fedora} > 10
 %patch0 -p0 -b .libgpod-0.7.0
+%patch100 -p0 -b .qt45
 %endif
 %patch1 -p1 -b .gcc4
 
-%patch100 -p0 -b .qt45
-
 
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
 %{cmake_kde4} ..
 popd
+
+%if 0
+# hack around qt45 patch-induced(?) smp borkage
+pushd src/scriptengine/generator/generator
+./generate.sh
+popd
+%endif
+
 make %{?_smp_mflags} -C %{_target_platform}
 
 




More information about the fedora-extras-commits mailing list