0:69602f4717d4 | 1:b360fe5d331c |
---|---|
30 Distribution: OpenPKG Community | 30 Distribution: OpenPKG Community |
31 Class: EVAL | 31 Class: EVAL |
32 Group: SCM | 32 Group: SCM |
33 License: GPL | 33 License: GPL |
34 Version: 1.3.1 | 34 Version: 1.3.1 |
35 Release: 20090724 | 35 Release: 20090804 |
36 | 36 |
37 # list of sources | 37 # list of sources |
38 Source0: http://mercurial.selenic.com/release/mercurial-%{version}.tar.gz | 38 Source0: http://mercurial.selenic.com/release/mercurial-%{version}.tar.gz |
39 | 39 |
40 # build information | 40 # build information |
57 regex = mercurial-(__VER__)\.tar\.gz | 57 regex = mercurial-(__VER__)\.tar\.gz |
58 } | 58 } |
59 | 59 |
60 %prep | 60 %prep |
61 %setup -q | 61 %setup -q |
62 %{l_shtool} subst \ | |
63 -e 's;[Mm]ercurial [Rr]epositories;Repositories List;' \ | |
64 templates/*/index.tmpl | |
65 %{l_shtool} subst \ | |
66 -e 's;[Mm]ercurial [Rr]epository;Repository Name;' \ | |
67 templates/*/footer.tmpl | |
62 | 68 |
63 %build | 69 %build |
64 | 70 |
65 %install | 71 %install |
66 rm -rf $RPM_BUILD_ROOT | 72 rm -rf $RPM_BUILD_ROOT |