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

Comparing COMP/CMSDIST/sip.spec (file contents):
Revision 1.2 by eulisse, Wed Jun 10 13:40:08 2009 UTC vs.
Revision 1.3 by eulisse, Fri Jun 12 09:25:24 2009 UTC

# Line 11 | Line 11 | make %makeprocesses
11  
12   %install
13   make install
14 +
15 + mkdir -p %i/etc/scram.d
16 + cat << \EOF_TOOLFILE >%i/etc/scram.d/sip
17 + <doc type=BuildSystem::ToolDoc version=1.0>
18 + <Tool name=sip version=%v>
19 + <info url="http://www.riverbankcomputing.co.uk/software/sip/intro"></info>
20 + <Client>
21 + <Environment name=SIP_BASE default="%i"></Environment>
22 + </Client>
23 + <Runtime name=PYTHONPATH value="$SIP_BASE/lib/python2.4/site-packages" type=path>
24 + <use name="python">
25 + </Tool>
26 + EOF_TOOLFILE
27 +
28 + %post
29 + %{relocateConfig}etc/scram.d/sip

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines