Correspond naming policy with gitweb template and advertise less.

Tue, 04 Aug 2009 19:17:17 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 04 Aug 2009 19:17:17 +0200
changeset 211
ba83f88949c2
parent 210
322542bb8184
child 212
862d0abd0aa8

Correspond naming policy with gitweb template and advertise less.

mercurial/mercurial.spec file | annotate | diff | comparison | revisions
     1.1 --- a/mercurial/mercurial.spec	Tue Aug 04 19:15:56 2009 +0200
     1.2 +++ b/mercurial/mercurial.spec	Tue Aug 04 19:17:17 2009 +0200
     1.3 @@ -32,7 +32,7 @@
     1.4  Group:        SCM
     1.5  License:      GPL
     1.6  Version:      1.3.1
     1.7 -Release:      20090724
     1.8 +Release:      20090804
     1.9  
    1.10  #   list of sources
    1.11  Source0:      http://mercurial.selenic.com/release/mercurial-%{version}.tar.gz
    1.12 @@ -59,6 +59,12 @@
    1.13  
    1.14  %prep
    1.15      %setup -q
    1.16 +    %{l_shtool} subst \
    1.17 +        -e 's;[Mm]ercurial [Rr]epositories;Repositories List;' \
    1.18 +        templates/*/index.tmpl
    1.19 +    %{l_shtool} subst \
    1.20 +        -e 's;[Mm]ercurial [Rr]epository;Repository Name;' \
    1.21 +        templates/*/footer.tmpl
    1.22  
    1.23  %build
    1.24  

mercurial