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. |
# | User | Rev | Content |
---|---|---|---|
1 | eulisse | 1.2 | ### RPM external elfutils 0.128-wt1 |
2 | eulisse | 1.1 | #TODO: put everything in rpm.spec??? |
3 | eulisse | 1.2 | Source: ftp://sources.redhat.com/pub/systemtap/%{n}/%{n}-%{realversion}.tar.gz |
4 | %prep | ||
5 | %setup -n %n-%realversion | ||
6 | eulisse | 1.1 | %build |
7 | ./configure --prefix=%i | ||
8 | eulisse | 1.3 | cd libelf |
9 | eulisse | 1.1 | make %makeprocesses |
10 | %install | ||
11 | eulisse | 1.3 | cd libelf |
12 | eulisse | 1.1 | make install |
13 | rm -rf %i/bin |