rpms/mercurial/devel mercurial.spec,1.37,1.38

Neal Becker (nbecker) fedora-extras-commits at redhat.com
Tue Apr 8 15:15:47 UTC 2008


Author: nbecker

Update of /cvs/pkgs/rpms/mercurial/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9225

Modified Files:
	mercurial.spec 
Log Message:
Use '-l mercurial' for emacs also



Index: mercurial.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mercurial/devel/mercurial.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- mercurial.spec	8 Apr 2008 15:01:42 -0000	1.37
+++ mercurial.spec	8 Apr 2008 15:14:50 -0000	1.38
@@ -1,7 +1,7 @@
 Summary: A fast, lightweight distributed source control management system 
 Name: mercurial
 Version: 1.0
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: GPLv2
 Group: Development/Tools
 URL: http://www.selenic.com/mercurial/
@@ -140,7 +140,7 @@
 mkdir -p $RPM_BUILD_ROOT%{xemacs_lispdir}
 pushd contrib
 for file in mercurial.el mq.el; do
-  emacs -batch --no-site-file -f batch-byte-compile $file
+  emacs -batch -l mercurial.el --no-site-file -f batch-byte-compile $file
   install -m 644 $file ${file}c $RPM_BUILD_ROOT%{emacs_lispdir}
   rm ${file}c
   xemacs -batch -l mercurial.el --no-site-file -f batch-byte-compile $file
@@ -206,6 +206,9 @@
 #cd tests && python run-tests.py
 
 %changelog
+* Tue Apr  8 2008 Neal Becker <ndbecker2 at gmail.com> - 1.0-9
+- Add '-l mercurial.el' for emacs also
+
 * Tue Apr  8 2008 Neal Becker <ndbecker2 at gmail.com> - 1.0-8
 - BR xemacs-packages-extra
 




More information about the scm-commits mailing list