SPECS: mercurial.spec - up to 0.9.2 - BR added
rotom
rotom at pld-linux.org
Sun Dec 17 00:50:04 CET 2006
Author: rotom Date: Sat Dec 16 23:50:04 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 0.9.2
- BR added
---- Files affected:
SPECS:
mercurial.spec (1.14 -> 1.15)
---- Diffs:
================================================================
Index: SPECS/mercurial.spec
diff -u SPECS/mercurial.spec:1.14 SPECS/mercurial.spec:1.15
--- SPECS/mercurial.spec:1.14 Fri Oct 6 21:19:31 2006
+++ SPECS/mercurial.spec Sun Dec 17 00:49:59 2006
@@ -2,13 +2,14 @@
Summary: Mercurial Distributed SCM
Summary(pl): Mercurial - rozproszony SCM
Name: mercurial
-Version: 0.9.1
-Release: 2
+Version: 0.9.2
+Release: 1
License: GPL v2
Group: Development/Version Control
Source0: http://www.selenic.com/mercurial/release/%{name}-%{version}.tar.gz
-# Source0-md5: 9ed3962bba640a686c37faa47739270c
+# Source0-md5: 31529a7d81997f2388ad20df0ba4889e
URL: http://www.selenic.com/mercurial/
+BuildRequires: asciidoc
BuildRequires: rpmbuild(macros) >= 1.219
BuildRequires: python >= 2.2.1
%pyrequires_eq python-modules
@@ -74,6 +75,7 @@
%build
python setup.py build
+%{__make} -C doc
%install
rm -rf $RPM_BUILD_ROOT
@@ -88,6 +90,7 @@
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
+install doc/hgignore.5 $RPM_BUILD_ROOT%{_mandir}/man5/hgignore.5
%py_comp $RPM_BUILD_ROOT%{py_sitedir}
%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
@@ -98,7 +101,7 @@
%files
%defattr(644,root,root,755)
-%doc CONTRIBUTORS README comparison.txt notes.txt
+%doc CONTRIBUTORS README
%attr(755,root,root) %{_bindir}/hg
%attr(755,root,root) %{_bindir}/hgmerge
%{py_sitedir}/hgext
@@ -107,9 +110,11 @@
%{py_sitedir}/%{name}/*.py[co]
%{py_sitedir}/%{name}/hgweb
%{py_sitedir}/%{name}/templates
-%{_mandir}/man1/hg.1*
-%{_mandir}/man1/hgmerge.1*
-%{_mandir}/man5/hgrc.5*
+%{py_sitedir}/mercurial-unknown-py2.5.egg-info
+%{_mandir}/man1/hg.1.gz
+%{_mandir}/man1/hgmerge.1.gz
+%{_mandir}/man5/hgrc.5.gz
+%{_mandir}/man5/hgignore.5.gz
%files hgk
%defattr(644,root,root,755)
@@ -121,6 +126,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15 2006/12/16 23:49:59 rotom
+- up to 0.9.2
+- BR added
+
Revision 1.14 2006/10/06 19:19:31 qboosh
- more files (pointed by arkh)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/mercurial.spec?r1=1.14&r2=1.15&f=u
More information about the pld-cvs-commit
mailing list