# | Line 6 | Line 6 | Source1: http://spi.cvs.cern.ch:8180/cgi | |
---|---|---|
6 | %setup -n %n-%realversion | |
7 | ||
8 | %build | |
9 | + | perl -p -i -e 's|rm(.*)conftest|rm -fr $1 conftest|g' configure \ |
10 | + | aclocal.m4 \ |
11 | + | libtool \ |
12 | + | config/ltmain.sh |
13 | ./configure --prefix=%i | |
14 | make %makeprocesses | |
15 | %install |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |