Search
j0ke.net Open Build Service
>
Projects
>
devel
>
mercurial
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 29
[-]
[+]
Changed
mercurial.spec
@@ -1,13 +1,13 @@ Summary: Mercurial -- a distributed SCM Name: mercurial -Version: 1.3 +Version: 1.3.1 Release: 1 License: GPL Group: Development/Tools Source: http://www.selenic.com/mercurial/release/%{name}-%{version}.tar.bz2 Patch: mercurial-1.3-glibc-24-older.patch URL: http://www.selenic.com/mercurial -BuildRoot: /tmp/build.%{name}-%{version}-%{release} +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release} # From the README: # @@ -29,35 +29,34 @@ for efficient handling of very large distributed projects. %prep -rm -rf $RPM_BUILD_ROOT %setup -q %if 0%{?suse_version} <= 1010 %patch0 %endif %build -make all +%{__make} all %install python setup.py install --root $RPM_BUILD_ROOT --prefix %{_prefix} -make install-doc DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir} +%{__make} install-doc DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir} -install contrib/hgk $RPM_BUILD_ROOT%{_bindir} -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} +%{__install} contrib/hgk $RPM_BUILD_ROOT%{_bindir} +%{__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 -install contrib/bash_completion $bash_completion_dir/mercurial.sh +%{__install} contrib/bash_completion $bash_completion_dir/mercurial.sh zsh_completion_dir=$RPM_BUILD_ROOT%{_datadir}/zsh/site-functions mkdir -p $zsh_completion_dir -install contrib/zsh_completion $zsh_completion_dir/_mercurial +%{__install} contrib/zsh_completion $zsh_completion_dir/_mercurial lisp_dir=$RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp mkdir -p $lisp_dir -install contrib/mercurial.el $lisp_dir +%{__install} contrib/mercurial.el $lisp_dir %clean rm -rf $RPM_BUILD_ROOT @@ -82,8 +81,8 @@ %{pythonlib}/templates %{pythonlib}/*.py* %if 0%{?suse_version} > 1010 -#%{py_libdir}/site-packages/mercurial-%{version}-py%{py_ver}.egg-info -%{py_libdir}/site-packages/mercurial-unknown-py%{py_ver}.egg-info +%{py_libdir}/site-packages/mercurial-%{version}-py%{py_ver}.egg-info +#%{py_libdir}/site-packages/mercurial-unknown-py%{py_ver}.egg-info %{py_libdir}/site-packages/hgext/inotify/*.py* %{py_libdir}/site-packages/hgext/inotify/linux/*.py* %{py_libdir}/site-packages/hgext/inotify/linux/*.so @@ -96,15 +95,26 @@ %dir %{py_libdir}/site-packages/mercurial/i18n %dir %{py_libdir}/site-packages/mercurial/locale %dir %{py_libdir}/site-packages/mercurial/locale/da +%dir %{py_libdir}/site-packages/mercurial/locale/de +%dir %{py_libdir}/site-packages/mercurial/locale/el +%dir %{py_libdir}/site-packages/mercurial/locale/fr %dir %{py_libdir}/site-packages/mercurial/locale/ja %dir %{py_libdir}/site-packages/mercurial/locale/it -%dir %{py_libdir}/site-packages/mercurial/locale/zh +%dir %{py_libdir}/site-packages/mercurial/locale/pt_BR +%dir %{py_libdir}/site-packages/mercurial/locale/zh_CN +%dir %{py_libdir}/site-packages/mercurial/locale/zh_TW %dir %{py_libdir}/site-packages/mercurial/locale/da/LC_MESSAGES +%dir %{py_libdir}/site-packages/mercurial/locale/de/LC_MESSAGES +%dir %{py_libdir}/site-packages/mercurial/locale/el/LC_MESSAGES +%dir %{py_libdir}/site-packages/mercurial/locale/fr/LC_MESSAGES %dir %{py_libdir}/site-packages/mercurial/locale/ja/LC_MESSAGES %dir %{py_libdir}/site-packages/mercurial/locale/it/LC_MESSAGES -%dir %{py_libdir}/site-packages/mercurial/locale/zh/LC_MESSAGES +%dir %{py_libdir}/site-packages/mercurial/locale/pt_BR/LC_MESSAGES +%dir %{py_libdir}/site-packages/mercurial/locale/zh_CN/LC_MESSAGES +%dir %{py_libdir}/site-packages/mercurial/locale/zh_TW/LC_MESSAGES %{py_libdir}/site-packages/mercurial/hgweb/*.py* %{py_libdir}/site-packages/mercurial/i18n/*.po +%{py_libdir}/site-packages/mercurial/i18n/hggettext %{py_libdir}/site-packages/mercurial/locale/*/LC_MESSAGES/hg.mo %{pythonlib}/*.so %{hgext}/*.py* @@ -114,6 +124,12 @@ %dir %{hgext}/zeroconf %changelog +* Sat Jul 25 2009 Carsten Schoene <cs@linux-administrator.com> - 1.3.1-1 +- new release 1.3.1 + - fix excessive memory usage issues with diff and strip + - fix slow SSH performance on Mac OS X + - fix slow calculation of branch heads + * Sun Jul 05 2009 Carsten Schoene <cs@linux-administrator.com> - 1.3.0-1 - new release 1.3.0 - Numerous feature enhancements, including experimental support for subrepositories
Added
mercurial-1.3.1.tar.bz2
^