rpms/mercurial/FC-4 mercurial.spec,1.5,1.6 sources,1.6,1.7

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Mon Apr 10 19:21:11 UTC 2006


Author: katzj

Update of /cvs/extras/rpms/mercurial/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20234

Modified Files:
	mercurial.spec sources 
Log Message:
* Mon Apr 10 2006 Jeremy Katz <katzj at redhat.com> - 0.8.1-1
- update to 0.8.1
- add man pages (#188144)



Index: mercurial.spec
===================================================================
RCS file: /cvs/extras/rpms/mercurial/FC-4/mercurial.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mercurial.spec	30 Jan 2006 16:56:30 -0000	1.5
+++ mercurial.spec	10 Apr 2006 19:21:11 -0000	1.6
@@ -1,13 +1,13 @@
 Summary: A fast, lightweight distributed source control management system 
 Name: mercurial
-Version: 0.8
+Version: 0.8.1
 Release: 1%{?dist}
 License: GPL
 Group: Development/Tools
 URL: http://www.selenic.com/mercurial/
 Source0: http://www.selenic.com/mercurial/release/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: python-devel
+BuildRequires: python-devel asciidoc xmlto
 
 %description
 Mercurial is a fast, lightweight source control management system designed 
@@ -19,10 +19,19 @@
 %build
 python ./setup.py build
 
+# not built by default.  kind of lame
+pushd doc ; make man ; popd
+
 %install
 rm -rf $RPM_BUILD_ROOT
 python ./setup.py install -O1 --root=$RPM_BUILD_ROOT --record=%{name}.files
 
+# and we have to install the man pages
+mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1 $RPM_BUILD_ROOT/%{_mandir}/man5
+install -m 0644 doc/hg.1 $RPM_BUILD_ROOT/%{_mandir}/man1/hg.1
+install -m 0644 doc/hgmerge.1 $RPM_BUILD_ROOT/%{_mandir}/man1/hgmerge.1
+install -m 0644 doc/hgrc.5 $RPM_BUILD_ROOT/%{_mandir}/man5/hgrc.5
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -31,9 +40,20 @@
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc CONTRIBUTORS README doc/hg.1.txt doc/hgmerge.1.txt doc/hgrc.5.txt
+%{_mandir}/man*/*
 
 
 %changelog
+* Mon Apr 10 2006 Jeremy Katz <katzj at redhat.com> - 0.8.1-1
+- update to 0.8.1
+- add man pages (#188144)
+
+* Fri Mar 17 2006 Jeremy Katz <katzj at redhat.com> - 0.8-3
+- rebuild
+
+* Fri Feb 17 2006 Jeremy Katz <katzj at redhat.com> - 0.8-2
+- rebuild
+
 * Mon Jan 30 2006 Jeremy Katz <katzj at redhat.com> - 0.8-1
 - update to 0.8
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mercurial/FC-4/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	30 Jan 2006 16:56:30 -0000	1.6
+++ sources	10 Apr 2006 19:21:11 -0000	1.7
@@ -1 +1 @@
-4d418e96dd232d804799fca3458ba2b6  mercurial-0.8.tar.gz
+ffa37810cf9c48608f5172a622bef2f5  mercurial-0.8.1.tar.gz




More information about the scm-commits mailing list