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

Comparing COMP/CMSDIST/curl.spec (file contents):
Revision 1.9 by elmer, Wed Jun 27 12:50:44 2007 UTC vs.
Revision 1.12 by elmer, Thu Nov 22 12:18:35 2007 UTC

# Line 1 | Line 1
1 < ### RPM external curl 7.15.3-CMS3
1 > ### RPM external curl 7.15.3-CMS18
2   Source: http://curl.haxx.se/download/%n-%realversion.tar.gz
3  
4   %prep
5   %setup -n %n-%{realversion}
6  
7   %build
8 < ./configure --prefix=%i --without-libidn
8 > ./configure --prefix=%i --without-libidn --disable-crypto-auth --without-ssl
9   make %makeprocesses
10 +
11 + %install
12 + make install
13 + # SCRAM ToolBox toolfile
14 + mkdir -p %i/etc/scram.d
15 + cat << \EOF_TOOLFILE >%i/etc/scram.d/%n
16 + <doc type=BuildSystem::ToolDoc version=1.0>
17 + <Tool name=Curl version=%v>
18 + <lib name=curl>
19 + <client>
20 + <Environment name=CURL_BASE default="%i"></Environment>
21 + <Environment name=INCLUDE default="$CURL_BASE/include"></Environment>
22 + <Environment name=LIBDIR  default="$CURL_BASE/lib"></Environment>
23 + </client>
24 + <Runtime name=PATH value="$CURL_BASE/bin" type=path>
25 + </Tool>
26 + EOF_TOOLFILE
27 +
28   %post
29   %{relocateConfig}bin/curl-config
30 + %{relocateConfig}etc/scram.d/%n

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines