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

Comparing COMP/CMSDIST/gmake.spec (file contents):
Revision 1.3 by elmer, Sat Nov 3 09:25:35 2007 UTC vs.
Revision 1.8 by muzaffar, Tue Jul 6 08:34:43 2010 UTC

# Line 1 | Line 1
1 < ### RPM external gmake 3.81-CMS18
1 > ### RPM external gmake 3.81
2   # We will call it "gmake", but gnu calls it "make"
3   Source: ftp://ftp.gnu.org/gnu/make/make-%realversion.tar.gz
4   Patch1: gmake-3.81-expand
# Line 16 | Line 16 | make %makeprocesses
16   make install
17   # Put in the symlink
18   cd %{i}/bin
19 < ln -s make gmake
19 > ln -sf make gmake
20 >
21 > # SCRAM ToolBox toolfile
22 > mkdir -p %i/etc/scram.d
23 > cat << \EOF_TOOLFILE >%i/etc/scram.d/%n.xml
24 >  <tool name="%n" version="%v">
25 >    <client>
26 >      <environment name="MAKE_BASE" default="%i"/>
27 >    </client>
28 >    <runtime name="PATH" value="$MAKE_BASE/bin" type="path"/>
29 >  </tool>
30 > EOF_TOOLFILE
31 >
32 > %post
33 > %{relocateConfig}etc/scram.d/%n.xml
34  
21 # SCRAM ToolBox toolfile (still to add)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines