Revision: | 1.3 |
Committed: | Tue Aug 30 14:41:23 2011 UTC (13 years, 8 months ago) by lat |
Branch: | MAIN |
CVS Tags: | HEAD |
Changes since 1.2: | +0 -0 lines |
State: | FILE REMOVED |
Error occurred while calculating annotation data. | |
Log Message: | Remove old obsolete RPMs and patches. |
# | Content |
---|---|
1 | ### RPM external mercurial 1.2.1 |
2 | ## INITENV +PATH PYTHONPATH %i/lib/python`echo $PYTHON_VERSION | cut -d. -f 1,2`/site-packages |
3 | Source: http://www.selenic.com/mercurial/release/%n-%realversion.tar.gz |
4 | Requires: python |
5 | |
6 | %prep |
7 | %setup -n %n-%realversion |
8 | |
9 | %build |
10 | make PREFIX=%i all |
11 | |
12 | %install |
13 | make PREFIX=%i install |
14 | perl -p -i -e 's|#!/.*|#!/usr/bin/env python|' %i/bin/hg |