# | Line 1 | Line 1 | |
---|---|---|
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 | – | |
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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |