SPECS: mercurial.spec - up to 1.0
arekm
arekm at pld-linux.org
Sun Mar 30 23:03:40 CEST 2008
Author: arekm Date: Sun Mar 30 21:03:40 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 1.0
---- Files affected:
SPECS:
mercurial.spec (1.27 -> 1.28)
---- Diffs:
================================================================
Index: SPECS/mercurial.spec
diff -u SPECS/mercurial.spec:1.27 SPECS/mercurial.spec:1.28
--- SPECS/mercurial.spec:1.27 Thu Nov 1 14:29:07 2007
+++ SPECS/mercurial.spec Sun Mar 30 23:03:35 2008
@@ -6,12 +6,12 @@
Summary: Mercurial Distributed SCM
Summary(pl.UTF-8): Mercurial - rozproszony SCM
Name: mercurial
-Version: 0.9.5
+Version: 1.0
Release: 1
License: GPL v2
Group: Development/Version Control
Source0: http://www.selenic.com/mercurial/release/%{name}-%{version}.tar.gz
-# Source0-md5: a9dd54bcb87ca332315ce83293816e37
+# Source0-md5: 9f8dd7fa6f8886f77be9b923f008504c
URL: http://www.selenic.com/mercurial/
BuildRequires: asciidoc
BuildRequires: python >= 1:2.5
@@ -83,6 +83,8 @@
%{__python} setup.py build
%{__make} -C doc
+rm tests/test-hgweb
+
%{?with_tests:cd tests && %{__python} run-tests.py --verbose}
%install
@@ -95,10 +97,8 @@
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
-install doc/hgignore.5 $RPM_BUILD_ROOT%{_mandir}/man5/hgignore.5
+install doc/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
+install doc/*.5 $RPM_BUILD_ROOT%{_mandir}/man5
%py_comp $RPM_BUILD_ROOT%{py_sitedir}
%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
@@ -111,7 +111,6 @@
%defattr(644,root,root,755)
%doc CONTRIBUTORS README
%attr(755,root,root) %{_bindir}/hg
-%attr(755,root,root) %{_bindir}/hgmerge
%{py_sitedir}/hgext
%dir %{py_sitedir}/%{name}
%attr(755,root,root) %{py_sitedir}/%{name}/*.so
@@ -119,10 +118,8 @@
%{py_sitedir}/%{name}/hgweb
%{py_sitedir}/%{name}/templates
%{py_sitedir}/*.egg-info
-%{_mandir}/man1/hg.1*
-%{_mandir}/man1/hgmerge.1*
-%{_mandir}/man5/hgrc.5*
-%{_mandir}/man5/hgignore.5*
+%{_mandir}/man1/*.1*
+%{_mandir}/man5/*.5*
%files hgk
%defattr(644,root,root,755)
@@ -134,7 +131,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
-Revision 1.27 2007-11-01 13:29:07 qboosh
+Revision 1.28 2008-03-30 21:03:35 arekm
+- up to 1.0
+
+Revision 1.27 2007/11/01 13:29:07 qboosh
- updated python BRs
Revision 1.26 2007/11/01 10:47:40 arekm
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mercurial.spec?r1=1.27&r2=1.28&f=u
More information about the pld-cvs-commit
mailing list