Revision: | 1.3 |
Committed: | Fri Jun 22 15:10:20 2007 UTC (17 years, 10 months ago) by eulisse |
Branch: | MAIN |
CVS Tags: | ge20070702-rpm-webtools, ge20070629, ge20070625 |
Changes since 1.2: | +2 -1 lines |
Log Message: | * building and installing only libelf, since this is the only thing really needed by rpm. This allows to avoid kernel related parts of elfutils. |
# | Content |
---|---|
1 | ### RPM external elfutils 0.128-wt1 |
2 | #TODO: put everything in rpm.spec??? |
3 | Source: ftp://sources.redhat.com/pub/systemtap/%{n}/%{n}-%{realversion}.tar.gz |
4 | %prep |
5 | %setup -n %n-%realversion |
6 | %build |
7 | ./configure --prefix=%i |
8 | cd libelf |
9 | make %makeprocesses |
10 | %install |
11 | cd libelf |
12 | make install |
13 | rm -rf %i/bin |