|
@@ -1,7 +1,7 @@
|
|
|
Summary: A fast, lightweight distributed source control management system
|
|
|
Summary(ja): 軽量で高速な分散構成管理システム
|
|
|
Name: mercurial
|
|
|
-Version: 1.8.1
|
|
|
+Version: 2.1
|
|
|
Release: 1%{?_dist_release}
|
|
|
License: GPLv2
|
|
|
Group: Development/Tools
|
|
@@ -10,6 +10,7 @@ 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
|
|
|
+Patch0: mercurial-i18n.patch
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
BuildRequires: python python-devel
|
|
|
%if %{?_dist_release} == "vl5"
|
|
@@ -23,6 +24,7 @@ Provides: hg = %{version}-%{release}
|
|
|
|
|
|
Vendor: Project Vine
|
|
|
Distribution: Vine Linux
|
|
|
+Packager: iwaim, daisuke
|
|
|
|
|
|
%description
|
|
|
Mercurial is a fast, lightweight source control management system designed
|
|
@@ -67,7 +69,7 @@ documentation.
|
|
|
|
|
|
%prep
|
|
|
%setup -q
|
|
|
-
|
|
|
+%patch0 -p0
|
|
|
|
|
|
%build
|
|
|
make all
|
|
@@ -179,6 +181,10 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sat Feb 25 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1-1
|
|
|
+- update to 2.1
|
|
|
+- add i18n patch
|
|
|
+
|
|
|
* Thu Mar 31 2011 IWAI, Masaharu <iwai@alib.jp> 1.8.1-1
|
|
|
- new upstream release
|
|
|
- add BuildRequires: python-docutils
|