rpms/emacs/F-8 emacs.spec,1.103,1.104

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon May 5 20:00:28 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/emacs/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8016/F-8

Modified Files:
	emacs.spec 
Log Message:

take out smp_mflags to get this thing built



Index: emacs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/emacs/F-8/emacs.spec,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- emacs.spec	6 Dec 2007 19:00:14 -0000	1.103
+++ emacs.spec	5 May 2008 19:59:51 -0000	1.104
@@ -3,7 +3,7 @@
 Summary: GNU Emacs text editor
 Name: emacs
 Version: 22.1
-Release: 10%{?dist}
+Release: 11%{?dist}
 License: GPL
 URL: http://www.gnu.org/software/emacs/
 Group: Applications/Editors
@@ -141,7 +141,8 @@
 # make sure patched lisp files get byte-compiled
 %emacsbatch -f batch-byte-compile site-lisp/*.el
 
-%__make %{?_smp_mflags} -C lisp updates
+# This seems to have issue with smp_mflags. :/
+%__make -C lisp updates
 
 # Create pkgconfig file
 cat > emacs.pc << EOF
@@ -294,6 +295,9 @@
 %dir %{_datadir}/emacs/%{version}
 
 %changelog
+* Mon May  5 2008 Tom "spot" Callaway <tcallawa at redhat.com> 22.1-11
+- don't use smp_mflags on second make invocation
+
 * Thu Dec  6 2007 Chip Coldwell <coldwell at redhat.com> 22.1-10
 - drop -DSYSTEM_PURESIZE_EXTRA=16777216 (bz409581)
 




More information about the fedora-extras-commits mailing list