diff -r 510babc166c1 -r b93b2c78541a mercurial/mercurial.spec --- a/mercurial/mercurial.spec Mon Oct 18 11:22:37 2010 +0200 +++ b/mercurial/mercurial.spec Tue Oct 19 14:53:19 2010 +0200 @@ -1,6 +1,6 @@ ## ## mercurial.spec -- OpenPKG RPM Package Specification -## Copyright (c) 2000-2009 OpenPKG Foundation e.V. +## Copyright (c) 2000-2010 OpenPKG Foundation e.V. ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ -31,19 +31,15 @@ Class: EVAL Group: SCM License: GPL -Version: 1.3.1 -Release: 20090804 +Version: 1.6.2 +Release: 20100803 # list of sources Source0: http://mercurial.selenic.com/release/mercurial-%{version}.tar.gz # build information -Prefix: %{l_prefix} -BuildRoot: %{l_buildroot} -BuildPreReq: OpenPKG, openpkg >= 20060823, python -PreReq: OpenPKG, openpkg >= 20060823, python -AutoReq: no -AutoReqProv: no +BuildPreReq: OpenPKG, openpkg >= 20100101, python +PreReq: OpenPKG, openpkg >= 20100101, python %description Mercurial is a fast, lightweight Source Control Management (SCM) @@ -59,17 +55,10 @@ %prep %setup -q - %{l_shtool} subst \ - -e 's;[Mm]ercurial [Rr]epositories;Repositories List;' \ - templates/*/index.tmpl - %{l_shtool} subst \ - -e 's;[Mm]ercurial [Rr]epository;Repository Name;' \ - templates/*/footer.tmpl %build %install - rm -rf $RPM_BUILD_ROOT %{l_shtool} mkdir -f -p -m 755 \ $RPM_BUILD_ROOT%{l_prefix}/bin \ $RPM_BUILD_ROOT%{l_prefix}/libexec/mercurial \ @@ -100,5 +89,4 @@ %files -f files %clean - rm -rf $RPM_BUILD_ROOT