Revision: | 1.9 |
Committed: | Tue May 1 11:31:21 2007 UTC (18 years ago) by elmer |
Branch: | MAIN |
CVS Tags: | pe20070522a-ports, pe20070519a-ports, pe20070512a-ports, pe20070508a-ports, pe20070507a-ports, pe20070501c-ports, pe20070501b-ports, pe20070501a-ports |
Changes since 1.8: | +0 -2 lines |
Log Message: | Remove gcc-wrappers stuff |
# | Content |
---|---|
1 | ### RPM external cppunit 1.10.2 |
2 | Source0: http://switch.dl.sourceforge.net/sourceforge/%n/%n-%v.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 | %build |
5 | ./configure --prefix=%i |
6 | make %makeprocesses |
7 | %install |
8 | make install |
9 | cp %_sourcedir/CppUnit_testdriver.cpp* %i/include/CppUnit_testdriver.cpp |
10 | %post |
11 | %{relocateConfig}/bin/cppunit-config |
12 | %{relocateConfig}/lib/libcppunit.la |