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

Comparing COMP/CMSDIST/sqlite.spec (file contents):
Revision 1.23 by muzaffar, Tue Jul 6 08:34:44 2010 UTC vs.
Revision 1.24 by muzaffar, Tue Aug 10 15:14:05 2010 UTC

# Line 26 | Line 26 | make %makeprocesses
26  
27   %install
28   make install
29 # SCRAM ToolBox toolfile
30 mkdir -p %i/etc/scram.d
31 cat << \EOF_TOOLFILE >%i/etc/scram.d/%n.xml
32  <tool name="%n" version="%v">
33    <lib name="sqlite3"/>
34    <client>
35      <environment name="SQLITE_BASE" default="%i"/>
36      <environment name="LIBDIR" default="$SQLITE_BASE/lib"/>
37      <environment name="BINDIR" default="$SQLITE_BASE/bin"/>
38      <environment name="INCLUDE" default="$SQLITE_BASE/include"/>
39    </client>
40    <runtime name="PATH" value="$BINDIR" type="path"/>
41  </tool>
42 EOF_TOOLFILE
43
44 %post
45 %{relocateConfig}etc/scram.d/%n.xml

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines