rpms/mercurial/F-7 mercurial.spec,1.27,1.28

Neal Becker (nbecker) fedora-extras-commits at redhat.com
Wed Mar 26 15:02:32 UTC 2008


Author: nbecker

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

Modified Files:
	mercurial.spec 
Log Message:
rename mercurial-site-start -> mercurial-site-start.el



Index: mercurial.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mercurial/F-7/mercurial.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- mercurial.spec	26 Mar 2008 11:08:17 -0000	1.27
+++ mercurial.spec	26 Mar 2008 15:01:36 -0000	1.28
@@ -1,12 +1,12 @@
 Summary: A fast, lightweight distributed source control management system 
 Name: mercurial
 Version: 1.0
-Release: 2%{?dist}
+Release: 4%{?dist}
 License: GPLv2
 Group: Development/Tools
 URL: http://www.selenic.com/mercurial/
 Source0: http://www.selenic.com/mercurial/release/%{name}-%{version}.tar.gz
-Source1: mercurial-site-start
+Source1: mercurial-site-start.el
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: python-devel asciidoc xmlto
 Requires: python
@@ -16,6 +16,10 @@
 Mercurial is a fast, lightweight source control management system designed
 for efficient handling of very large distributed projects.
 
+Quick start: http://www.selenic.com/mercurial/wiki/index.cgi/QuickStart
+Tutorial: http://www.selenic.com/mercurial/wiki/index.cgi/Tutorial
+Extensions: http://www.selenic.com/mercurial/wiki/index.cgi/CategoryExtension
+
 %package emacs
 Summary:	Mercurial version control system support for Emacs
 Group:		Applications/Editors
@@ -30,7 +34,13 @@
 Requires:	hg = %{version}-%{release}, tk
 
 %description hgk
-%{summary}.
+A Mercurial extension for displaying the change history graphically
+using Tcl/Tk.  Displays branches and merges in an easily
+understandable way and shows diffs for each revision.  Based on
+gitk for the git SCM.
+
+See http://www.selenic.com/mercurial/wiki/index.cgi/UsingHgk for more
+documentation.
 
 %prep
 %setup -q
@@ -72,8 +82,9 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,-)
-%doc CONTRIBUTORS COPYING doc/README doc/hg*.txt doc/hg*.html doc/ja *.cgi
+%doc CONTRIBUTORS COPYING doc/README doc/hg*.txt doc/hg*.html doc/ja *.cgi contrib/*.fcgi
 %doc %attr(644,root,root) %{_mandir}/man?/hg*.gz
+%doc %attr(644,root,root) contrib/*.svg contrib/*.hgrc
 %{_sysconfdir}/bash_completion.d/mercurial.sh
 %{_datadir}/zsh/site-functions/_mercurial
 %{_bindir}/hg-ssh
@@ -96,6 +107,12 @@
 #cd tests && python run-tests.py
 
 %changelog
+* Wed Mar 26 2008 Neal Becker <ndbecker2 at gmail.com> - 1.0-4
+- Rename mercurial-site-start -> mercurial-site-start.el
+
+* Wed Mar 26 2008 Neal Becker <ndbecker2 at gmail.com> - 1.0-3
+- Incorprate suggestions from hopper at omnifarious.org
+
 * Wed Mar 26 2008 Neal Becker <ndbecker2 at gmail.com> - 1.0-2
 - Add site-start
 




More information about the fedora-extras-commits mailing list