|
@@ -1,21 +1,28 @@
|
|
|
Summary: A fast, lightweight distributed source control management system
|
|
|
Summary(ja): 軽量で高速な分散構成管理システム
|
|
|
Name: mercurial
|
|
|
-Version: 1.4.3
|
|
|
+Version: 1.8.1
|
|
|
Release: 1%{?_dist_release}
|
|
|
License: GPLv2
|
|
|
Group: Development/Tools
|
|
|
-URL: http://www.selenic.com/mercurial/
|
|
|
+URL: http://mercurial.selenic.com/
|
|
|
Source0: http://www.selenic.com/mercurial/release/%{name}-%{version}.tar.gz
|
|
|
Source1: mercurial-init.el
|
|
|
Source10: mercurial-el-install.sh
|
|
|
Source11: mercurial-el-remove.sh
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
BuildRequires: python python-devel
|
|
|
+%if %{?_dist_release} == "vl5"
|
|
|
+BuildRequires: docutils
|
|
|
+%else
|
|
|
+BuildRequires: python-docutils
|
|
|
+%endif
|
|
|
BuildRequires: emacsen-common pkgconfig
|
|
|
Requires: python
|
|
|
Provides: hg = %{version}-%{release}
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
+Distribution: Vine Linux
|
|
|
|
|
|
%description
|
|
|
Mercurial is a fast, lightweight source control management system designed
|
|
@@ -77,7 +84,6 @@ grep 'hgk.py*' < %{name}.files > %{name}-hgk.files
|
|
|
install -D contrib/hgk $RPM_BUILD_ROOT%{_libexecdir}/mercurial/hgk
|
|
|
install contrib/convert-repo $RPM_BUILD_ROOT%{_bindir}/mercurial-convert-repo
|
|
|
install contrib/hg-ssh $RPM_BUILD_ROOT%{_bindir}
|
|
|
-install contrib/git-viz/{hg-viz,git-rev-tree} $RPM_BUILD_ROOT%{_bindir}
|
|
|
|
|
|
bash_completion_dir=$RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
|
|
|
mkdir -p $bash_completion_dir
|
|
@@ -143,14 +149,12 @@ fi
|
|
|
|
|
|
%files -f %{name}-base.files
|
|
|
%defattr(-,root,root,-)
|
|
|
-%doc CONTRIBUTORS COPYING doc/README doc/hg*.txt doc/hg*.html doc/ja *.cgi contrib/*.fcgi
|
|
|
+%doc CONTRIBUTORS COPYING doc/README doc/hg*.txt doc/hg*.html *.cgi contrib/*.fcgi
|
|
|
%doc %attr(644,root,root) %{_mandir}/man?/hg*.gz
|
|
|
%doc %attr(644,root,root) contrib/*.svg contrib/sample.hgrc
|
|
|
%{_sysconfdir}/bash_completion.d/mercurial.sh
|
|
|
%{_datadir}/zsh/site-functions/_mercurial
|
|
|
%{_bindir}/hg-ssh
|
|
|
-%{_bindir}/hg-viz
|
|
|
-%{_bindir}/git-rev-tree
|
|
|
%{_bindir}/mercurial-convert-repo
|
|
|
%dir %{_sysconfdir}/mercurial
|
|
|
%dir %{_sysconfdir}/mercurial/hgrc.d
|
|
@@ -175,6 +179,14 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Thu Mar 31 2011 IWAI, Masaharu <iwai@alib.jp> 1.8.1-1
|
|
|
+- new upstream release
|
|
|
+- add BuildRequires: python-docutils
|
|
|
+- remove git-viz: upstream removed in 1.6
|
|
|
+- drop doc/ja in doc: upstream removed
|
|
|
+- update URL value: upstream moved
|
|
|
+- add Vendor and Distribution tags
|
|
|
+
|
|
|
* Fri Feb 19 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.3-1
|
|
|
- update to 1.4.3
|
|
|
|