rpms/kdeutils/devel kdeutils.spec,1.221,1.222

Kevin Kofler kkofler at fedoraproject.org
Sat Apr 3 21:22:20 UTC 2010


Author: kkofler

Update of /cvs/pkgs/rpms/kdeutils/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv5716/devel

Modified Files:
	kdeutils.spec 
Log Message:
cat kcalc.moc to debug build failure.


Index: kdeutils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdeutils/devel/kdeutils.spec,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -p -r1.221 -r1.222
--- kdeutils.spec	3 Apr 2010 21:11:49 -0000	1.221
+++ kdeutils.spec	3 Apr 2010 21:22:20 -0000	1.222
@@ -108,7 +108,10 @@ pushd %{_target_platform}
   ..
 popd
 
-make %{?_smp_mflags} -C %{_target_platform}
+#make %{?_smp_mflags} -C %{_target_platform}
+make -C %{_target_platform} || :
+cat %{_target_platform}/kcalc/kcalc.moc
+make -C %{_target_platform}
 
 
 %install



More information about the scm-commits mailing list