rpms/mercurial/F-8 sources,1.16,1.17 mercurial.spec,1.35,1.36

Neal Becker (nbecker) fedora-extras-commits at redhat.com
Thu Apr 10 14:41:20 UTC 2008


Author: nbecker

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

Modified Files:
	sources mercurial.spec 
Log Message:
- Use install -p to install .el{c} files
- Don't (load mercurial) by default.



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mercurial/F-8/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources	26 Mar 2008 01:05:29 -0000	1.16
+++ sources	10 Apr 2008 14:40:40 -0000	1.17
@@ -1 +1,2 @@
 9f8dd7fa6f8886f77be9b923f008504c  mercurial-1.0.tar.gz
+04d22d401ce507989137d7171c2502f0  mercurial-site-start.el


Index: mercurial.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mercurial/F-8/mercurial.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- mercurial.spec	9 Apr 2008 15:34:14 -0000	1.35
+++ mercurial.spec	10 Apr 2008 14:40:40 -0000	1.36
@@ -1,7 +1,7 @@
 Summary: A fast, lightweight distributed source control management system 
 Name: mercurial
 Version: 1.0
-Release: 10%{?dist}
+Release: 11%{?dist}
 License: GPLv2
 Group: Development/Tools
 URL: http://www.selenic.com/mercurial/
@@ -142,10 +142,10 @@
 pushd contrib
 for file in mercurial.el mq.el; do
   emacs -batch -l mercurial.el --no-site-file -f batch-byte-compile $file
-  install -m 644 $file ${file}c $RPM_BUILD_ROOT%{emacs_lispdir}
+  install -p -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
-  install -m 644 $file ${file}c $RPM_BUILD_ROOT%{xemacs_lispdir}
+  install -p -m 644 $file ${file}c $RPM_BUILD_ROOT%{xemacs_lispdir}
   rm ${file}c
 done
 popd
@@ -210,6 +210,10 @@
 #cd tests && python run-tests.py
 
 %changelog
+* Thu Apr 10 2008 Neal Becker <ndbecker2 at gmail.com> - 1.0-11
+- Use install -p to install .el{c} files
+- Don't (load mercurial) by default.
+
 * Wed Apr  9 2008 Neal Becker <ndbecker2 at gmail.com> - 1.0-10
 - Patch to hgk from Mads Kiilerich <mads at kiilerich.com>
 




More information about the fedora-extras-commits mailing list