rpms/mercurial/devel sources, 1.16, 1.17 mercurial.spec, 1.39, 1.40 .cvsignore, 1.14, 1.15

Neal Becker (nbecker) fedora-extras-commits at redhat.com
Thu Apr 10 11:18:37 UTC 2008


Author: nbecker

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

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



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mercurial/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources	26 Mar 2008 00:35:20 -0000	1.16
+++ sources	10 Apr 2008 11:17:39 -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/devel/mercurial.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- mercurial.spec	9 Apr 2008 14:44:18 -0000	1.39
+++ mercurial.spec	10 Apr 2008 11:17:39 -0000	1.40
@@ -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>
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mercurial/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	26 Mar 2008 00:35:20 -0000	1.14
+++ .cvsignore	10 Apr 2008 11:17:39 -0000	1.15
@@ -1 +1,2 @@
 mercurial-1.0.tar.gz
+mercurial-site-start.el




More information about the fedora-extras-commits mailing list