Revision: | 1.10 |
Committed: | Tue May 22 10:24:07 2007 UTC (17 years, 11 months ago) by elmer |
Branch: | MAIN |
CVS Tags: | ge20070629, pe20070626c-ports, ge20070625, pe20070626b-ports, sm20070626a-ports, pe20070626a-ports, pe20070625b-ports, pe20070625a-ports, pe20070624a-ports, ge20070622, pe20070607a-ports |
Changes since 1.9: | +6 -2 lines |
Log Message: | o Updates to use %realversion from rpm-preamble o Versions all updated to -XXXX (we can choose the actual rebuild naming convention in a second pass) |
# | Content |
---|---|
1 | ### RPM external cppunit 1.10.2-XXXX |
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 | |
5 | %prep |
6 | %setup -n %n-%realversion |
7 | |
8 | %build |
9 | ./configure --prefix=%i |
10 | make %makeprocesses |
11 | %install |
12 | make install |
13 | cp %_sourcedir/CppUnit_testdriver.cpp* %i/include/CppUnit_testdriver.cpp |
14 | %post |
15 | %{relocateConfig}/bin/cppunit-config |
16 | %{relocateConfig}/lib/libcppunit.la |