Revision: | 1.16 |
Committed: | Wed Dec 26 17:18:11 2007 UTC (17 years, 4 months ago) by elmer |
Branch: | MAIN |
CVS Tags: | CMSSW_1_8_4, pe20080405-for184, CMSSW_1_8_3, pe20080326-for183, pe20080325-for183, CMSSW_1_8_2, pe20080324-for182, nr080320a, CMSSW_1_8_1, nr080314_181onl1, pe20080314-for181, CMSSW_1_8_0_ONLINE1, nr080310_180onl1, nr080307onl180onl1, CMSSW_1_8_0, pe20080304a-for180, pe20080303a-for18X, CMSSW_1_8_0_pre10, pe20080226-for180p10, pe20080220a-for18X, CMSSW_1_8_0_pre9, CMSSW_2_0_0_pre1, CMSSW_1_8_0_pre8, dl080202, pe20080126-for180p8, CMSSW_1_8_0_pre7, pe20080122a-for180p7, pe20080120a-for180p7, pe20080117b-for180p7, pe20080117-for180p7, CMSSW_1_8_0_pre6, pe20071127-ports, pe20071226c-for180p6 |
Changes since 1.15: | +1 -70 lines |
Log Message: | Remove the creation and references to cmsglimpse, this will be moved to Utilities/ReleaseScripts in CMSSW itself. Update version to 4.18.5-CMS18a. |
# | User | Rev | Content |
---|---|---|---|
1 | elmer | 1.16 | ### RPM external glimpse 4.18.5-CMS18a |
2 | elmer | 1.11 | Source: http://webglimpse.net/trial/glimpse-%{realversion}.tar.gz |
3 | elmer | 1.1 | |
4 | %prep | ||
5 | elmer | 1.11 | %setup -n glimpse-%realversion |
6 | elmer | 1.1 | %build |
7 | ./configure --prefix=%{i} | ||
8 | elmer | 1.12 | # Turn off this part, it causes problems for 32-bit-on-64-bit and is only |
9 | # needed for webglimpse | ||
10 | perl -p -i -e "s|dynfilters||g" Makefile | ||
11 | eulisse | 1.2 | make |
12 | elmer | 1.1 | |
13 | %install | ||
14 | make install | ||
15 | muzaffar | 1.14 | # SCRAM ToolBox toolfile |
16 | mkdir -p %i/etc/scram.d | ||
17 | cat << \EOF_TOOLFILE >%i/etc/scram.d/%n | ||
18 | <doc type=BuildSystem::ToolDoc version=1.0> | ||
19 | <Tool name=glimpse version=%v> | ||
20 | <Client> | ||
21 | <Environment name=GLIMPSE_BASE default="%i"></Environment> | ||
22 | </Client> | ||
23 | <Runtime name=PATH value="$GLIMPSE_BASE/bin" type=path> | ||
24 | </Tool> | ||
25 | EOF_TOOLFILE | ||
26 | |||
27 | eulisse | 1.3 | %post |
28 | muzaffar | 1.14 | %{relocateConfig}etc/scram.d/%n |