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

Comparing COMP/CMSDIST/meschach.spec (file contents):
Revision 1.5 by elmer, Wed Jun 27 12:50:44 2007 UTC vs.
Revision 1.6 by muzaffar, Mon Sep 3 15:28:45 2007 UTC

# Line 1 | Line 1
1 < ### RPM external meschach 1.2.pCMS1-CMS3
1 > ### RPM external meschach 1.2.pCMS1-CMS8
2   Source: http://www.math.uiowa.edu/~dstewart/meschach/mesch12b.tar.gz
3   Patch: meschach-1.2-slc4
4  
# Line 13 | Line 13 | mkdir -p %i/include
13   mkdir -p %i/lib
14   cp *.h %i/include
15   cp meschach.a %i/lib/libmeschach.a
16 + # SCRAM ToolBox toolfile
17 + mkdir -p %i/etc/scram.d
18 + cat << \EOF_TOOLFILE >%i/etc/scram.d/%n
19 + <doc type=BuildSystem::ToolDoc version=1.0>
20 + <Tool name=Meschach version=%v>
21 + <info url=http://www.meschach.com></info>
22 + <lib name=meschach>
23 + <Client>
24 + <Environment name=MESCHACH_BASE default="%i"></Environment>
25 + <Environment name=LIBDIR default="$MESCHACH_BASE/lib"></Environment>
26 + <Environment name=INCLUDE default="$MESCHACH_BASE/include"></Environment>
27 + </Client>
28 + </Tool>
29 + EOF_TOOLFILE
30 +
31 + %post
32 + %{relocateConfig}etc/scram.d/%n
33  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines