Revision: | 1.7 |
Committed: | Tue May 22 16:57:03 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.6: | +3 -3 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) |
# | User | Rev | Content |
---|---|---|---|
1 | elmer | 1.7 | ### RPM external hepmc 2.00.02-XXXX |
2 | ratnik | 1.1 | Requires: clhep |
3 | elmer | 1.7 | Source: http://lcgapp.cern.ch/project/simu/HepMC/download/HepMC-%realversion.tar.gz |
4 | ratnik | 1.1 | |
5 | %prep | ||
6 | elmer | 1.7 | %setup -q -n HepMC-%{realversion} |
7 | ratnik | 1.1 | |
8 | echo "CLHEP_ROOT is: " $CLHEP_ROOT | ||
9 | ./configure --with-CLHEP=$CLHEP_ROOT --prefix=%{i} | ||
10 | |||
11 | %build | ||
12 | make | ||
13 | |||
14 | %install | ||
15 | make install |