rpms/scim-fcitx/devel scim-fcitx.spec,1.1,1.2

Jens Petersen (petersen) fedora-extras-commits at redhat.com
Tue Dec 27 03:16:11 UTC 2005


Author: petersen

Update of /cvs/extras/rpms/scim-fcitx/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24127

Modified Files:
	scim-fcitx.spec 
Log Message:
try to build without _smp_mflags to see if that fixes:
"make[2]: *** No rule to make target `pyphrase.mb', needed by `all-am'.  Stop."



Index: scim-fcitx.spec
===================================================================
RCS file: /cvs/extras/rpms/scim-fcitx/devel/scim-fcitx.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scim-fcitx.spec	20 Dec 2005 03:16:48 -0000	1.1
+++ scim-fcitx.spec	27 Dec 2005 03:16:11 -0000	1.2
@@ -31,7 +31,8 @@
 
 %build
 %configure --disable-static
-make %{?_smp_mflags}
+# doesn't build with %{?_smp_mflags}
+make
 
 
 %install




More information about the fedora-extras-commits mailing list