SPECS: mercurial.spec - added manuals (pointed by arkh)
qboosh
qboosh at pld-linux.org
Fri Oct 6 18:08:59 CEST 2006
Author: qboosh Date: Fri Oct 6 16:08:59 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added manuals (pointed by arkh)
---- Files affected:
SPECS:
mercurial.spec (1.12 -> 1.13)
---- Diffs:
================================================================
Index: SPECS/mercurial.spec
diff -u SPECS/mercurial.spec:1.12 SPECS/mercurial.spec:1.13
--- SPECS/mercurial.spec:1.12 Sun Oct 1 01:02:39 2006
+++ SPECS/mercurial.spec Fri Oct 6 18:08:54 2006
@@ -79,10 +79,16 @@
rm -rf $RPM_BUILD_ROOT
python setup.py install \
- --optimize=2 \
- --root=$RPM_BUILD_ROOT
+ --optimize=2 \
+ --root=$RPM_BUILD_ROOT
install contrib/hgk $RPM_BUILD_ROOT%{_bindir}
+
+install -d $RPM_BUILD_ROOT%{_mandir}/man{1,5}
+install doc/hg.1 $RPM_BUILD_ROOT%{_mandir}/man1/hg.1
+install doc/hgmerge.1 $RPM_BUILD_ROOT%{_mandir}/man1/hgmerge.1
+install doc/hgrc.5 $RPM_BUILD_ROOT%{_mandir}/man5/hgrc.5
+
%py_comp $RPM_BUILD_ROOT%{py_sitedir}
%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
%py_postclean
@@ -99,6 +105,9 @@
%attr(755,root,root) %{py_sitedir}/%{name}/*.so
%{py_sitedir}/%{name}/*.py[co]
%{py_sitedir}/%{name}/templates
+%{_mandir}/man1/hg.1*
+%{_mandir}/man1/hgmerge.1*
+%{_mandir}/man5/hgrc.5*
%files hgk
%defattr(644,root,root,755)
@@ -110,6 +119,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.13 2006/10/06 16:08:54 qboosh
+- added manuals (pointed by arkh)
+
Revision 1.12 2006/09/30 23:02:39 arekm
- rel 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/mercurial.spec?r1=1.12&r2=1.13&f=u
More information about the pld-cvs-commit
mailing list