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

Comparing COMP/CMSDIST/bz2lib.spec (file contents):
Revision 1.11 by elmer, Wed Jun 27 12:50:44 2007 UTC vs.
Revision 1.13 by elmer, Fri Nov 2 17:00:57 2007 UTC

# Line 1 | Line 1
1 < ### RPM external bz2lib 1.0.2-CMS3
1 > ### RPM external bz2lib 1.0.2-CMS18
2   # Build system patches by Lassi A. Tuura <lat@iki.fi>
3   Source: ftp://sources.redhat.com/pub/bzip2/v%(echo %realversion | tr -d .)/bzip2-%realversion.tar.gz
4   %define cpu %(echo %cmsplatf | cut -f2 -d_)
# Line 26 | Line 26 | ln -s libbz2.$so.%realversion %i/lib/lib
26   ln -s libbz2.$so.%realversion %i/lib/libbz2.$so.`echo %realversion | cut -d. -f 1,2`
27   ln -s libbz2.$so.%realversion %i/lib/libbz2.$so.`echo %realversion | cut -d. -f 1`
28  
29 + # SCRAM ToolBox toolfile
30 + mkdir -p %i/etc/scram.d
31 + cat << \EOF_TOOLFILE >%i/etc/scram.d/%n
32 + <doc type=BuildSystem::ToolDoc version=1.0>
33 + <Tool name=%n version=%v>
34 + <info url="http://sources.redhat.com/bzip2/"></info>
35 + <lib name=bz2>
36 + <Client>
37 + <Environment name=BZ2LIB_BASE default="%i"></Environment>
38 + <Environment name=LIBDIR default="$BZ2LIB_BASE/lib"></Environment>
39 + <Environment name=INCLUDE default="$BZ2LIB_BASE/include"></Environment>
40 + </Client>
41 + </Tool>
42 + EOF_TOOLFILE
43  
44 + %post
45 + %{relocateConfig}etc/scram.d/%n

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines