rpms/lyx/devel lyx.spec,1.12,1.13

Matthias Saou (thias) fedora-extras-commits at redhat.com
Tue Aug 23 15:13:11 UTC 2005


Author: thias

Update of /cvs/extras/rpms/lyx/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16015/lyx/devel

Modified Files:
	lyx.spec 
Log Message:
Fix build for when _smp_mflags is not defined.



Index: lyx.spec
===================================================================
RCS file: /cvs/extras/rpms/lyx/devel/lyx.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- lyx.spec	5 Aug 2005 19:43:45 -0000	1.12
+++ lyx.spec	23 Aug 2005 15:13:09 -0000	1.13
@@ -77,7 +77,7 @@
   --with-pspell \
   --disable-dependency-tracking
 
-make %{_smp_mflags}
+make %{?_smp_mflags}
 
 
 %install




More information about the fedora-extras-commits mailing list