mercurial/mercurial.spec

changeset 601
969c819f102b
parent 600
00bfe519c9d3
     1.1 --- a/mercurial/mercurial.spec	Wed Feb 08 20:15:40 2012 +0200
     1.2 +++ b/mercurial/mercurial.spec	Tue Aug 28 18:52:20 2012 +0200
     1.3 @@ -31,8 +31,8 @@
     1.4  Class:        EVAL
     1.5  Group:        SCM
     1.6  License:      GPL
     1.7 -Version:      2.1
     1.8 -Release:      20120208
     1.9 +Version:      2.3
    1.10 +Release:      20120800
    1.11  
    1.12  #   list of sources
    1.13  Source0:      http://mercurial.selenic.com/release/mercurial-%{version}.tar.gz
    1.14 @@ -40,12 +40,8 @@
    1.15  Source2:      hgweb.cfg
    1.16  
    1.17  #   build information
    1.18 -Prefix:       %{l_prefix}
    1.19 -BuildRoot:    %{l_buildroot}
    1.20  BuildPreReq:  OpenPKG, openpkg >= 20060823, python, python::with_bzip2 = yes
    1.21  PreReq:       OpenPKG, openpkg >= 20060823, python, python::with_bzip2 = yes
    1.22 -AutoReq:      no
    1.23 -AutoReqProv:  no
    1.24  
    1.25  %description
    1.26      Mercurial is a fast, lightweight Source Control Management (SCM)
    1.27 @@ -71,7 +67,6 @@
    1.28  %build
    1.29  
    1.30  %install
    1.31 -    rm -rf $RPM_BUILD_ROOT
    1.32      %{l_shtool} mkdir -f -p -m 755 \
    1.33          $RPM_BUILD_ROOT%{l_prefix}/cgi \
    1.34          $RPM_BUILD_ROOT%{l_prefix}/bin \
    1.35 @@ -110,5 +105,4 @@
    1.36  %files -f files
    1.37  
    1.38  %clean
    1.39 -    rm -rf $RPM_BUILD_ROOT
    1.40  

mercurial