1 |
< |
### RPM external cppunit 1.10.2-CMS18 |
1 |
> |
### RPM external cppunit 1.10.2-CMS19 |
2 |
|
Source0: http://switch.dl.sourceforge.net/sourceforge/%n/%n-%realversion.tar.gz |
3 |
|
Source1: http://spi.cvs.cern.ch:8180/cgi-bin/spi.cgi/*checkout*/Components/UnitTesting/Tools/CppUnit/CppUnit_testdriver.cpp?rev=1.1 |
4 |
|
|
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 |