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.2 by sashby, Mon Jan 22 13:13:31 2007 UTC vs.
Revision 1.7 by elmer, Tue Oct 23 06:48:24 2007 UTC

# Line 1 | Line 1
1 < ### RPM external meschach 1.2.pCMS1
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 + Patch1: meschach-1.2b-fPIC
5  
6   %prep
7   %setup -c -n meschach-1.2 -a 0
8   %patch -p0
9 + %patch1 -p0
10  
11   %build
12   make
# Line 13 | Line 15 | mkdir -p %i/include
15   mkdir -p %i/lib
16   cp *.h %i/include
17   cp meschach.a %i/lib/libmeschach.a
18 + # SCRAM ToolBox toolfile
19 + mkdir -p %i/etc/scram.d
20 + cat << \EOF_TOOLFILE >%i/etc/scram.d/%n
21 + <doc type=BuildSystem::ToolDoc version=1.0>
22 + <Tool name=Meschach version=%v>
23 + <info url=http://www.meschach.com></info>
24 + <lib name=meschach>
25 + <Client>
26 + <Environment name=MESCHACH_BASE default="%i"></Environment>
27 + <Environment name=LIBDIR default="$MESCHACH_BASE/lib"></Environment>
28 + <Environment name=INCLUDE default="$MESCHACH_BASE/include"></Environment>
29 + </Client>
30 + </Tool>
31 + EOF_TOOLFILE
32 +
33 + %post
34 + %{relocateConfig}etc/scram.d/%n
35  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines