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

Comparing COMP/CMSDIST/zlib.spec (file contents):
Revision 1.10 by elmer, Tue May 22 06:41:16 2007 UTC vs.
Revision 1.13 by muzaffar, Mon Sep 3 15:28:46 2007 UTC

# Line 1 | Line 1
1 < ### RPM external zlib 1.1.4-XXXX
1 > ### RPM external zlib 1.1.4-CMS8
2   Source: http://www.gzip.org/%n/%n-%realversion.tar.bz2
3   Patch: zlib-1.1.4-shared-for-32-bit-on-x86_64
4  
# Line 31 | Line 31 | case $(uname) in
31    * ) make install ;;
32   esac
33   #
34 < #
34 > # SCRAM ToolBox toolfile
35 > mkdir -p %i/etc/scram.d
36 > cat << \EOF_TOOLFILE >%i/etc/scram.d/%n
37 > <doc type=BuildSystem::ToolDoc version=1.0>
38 > <Tool name=%n version=%v>
39 > <lib name=z>
40 > <client>
41 > <Environment name=ZLIB_BASE default="%i"></Environment>
42 > <Environment name=INCLUDE default="$ZLIB_BASE/include"></Environment>
43 > <Environment name=LIBDIR  default="$ZLIB_BASE/lib"></Environment>
44 > </client>
45 > </Tool>
46 > EOF_TOOLFILE
47 >
48 > %post
49 > %{relocateConfig}etc/scram.d/%n

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines