ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/glimpse.spec
(Generate patch)

Comparing COMP/CMSDIST/glimpse.spec (file contents):
Revision 1.1 by elmer, Fri May 19 21:14:01 2006 UTC vs.
Revision 1.17 by elmer, Thu Dec 27 20:28:33 2007 UTC

# Line 1 | Line 1
1 < ### RPM external glimpse 4.18.5
2 < Source: http://webglimpse.net/trial/glimpse-%{v}.tar.gz
1 > ### RPM external glimpse 4.18.5-CMS19
2 > Source: http://webglimpse.net/trial/glimpse-%{realversion}.tar.gz
3  
4   %prep
5 < %setup -n glimpse-%v
5 > %setup -n glimpse-%realversion
6   %build
7   ./configure --prefix=%{i}
8 < make %makeprocesses
8 > # 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 > make
12  
13   %install
14   make install
15 + # 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 + %post
28 + %{relocateConfig}etc/scram.d/%n

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines