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

Comparing COMP/CMSDIST/uuid.spec (file contents):
Revision 1.5 by elmer, Tue May 22 10:24:07 2007 UTC vs.
Revision 1.7 by muzaffar, Mon Sep 3 15:28:46 2007 UTC

# Line 1 | Line 1
1 < ### RPM external uuid 1.38-XXXX
1 > ### RPM external uuid 1.38-CMS8
2   # Patches by Lassi A. Tuura <lat@iki.fi> (FIXME: contribute to e2fsprogs)
3   Source: http://switch.dl.sourceforge.net/sourceforge/e2fsprogs/e2fsprogs-%realversion.tar.gz
4  
# Line 23 | Line 23 | mkdir -p %i/lib
23   mkdir -p %i/include
24   cd lib/uuid
25   make install
26 +
27 + # SCRAM ToolBox toolfile
28 + mkdir -p %i/etc/scram.d
29 + cat << \EOF_TOOLFILE >%i/etc/scram.d/%n
30 + <doc type=BuildSystem::ToolDoc version=1.0>
31 + <Tool name=%n version=%v>
32 + <lib name=uuid>
33 + <Client>
34 + <Environment name=UUID_BASE default="%i"></Environment>
35 + <Environment name=LIBDIR default="$UUID_BASE/lib"></Environment>
36 + <Environment name=INCLUDE default="$UUID_BASE/include"></Environment>
37 + </Client>
38 + <use name=sockets>
39 + </Tool>
40 + EOF_TOOLFILE
41 +
42   %post
43   ln -sf $RPM_INSTALL_PREFIX/%cmsplatf/external/%n/%v/lib/libuuid.so.1.2 $RPM_INSTALL_PREFIX/%cmsplatf/external/%n/%v/lib/libuuid.so
44 + %{relocateConfig}etc/scram.d/%n

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines