]> git.pld-linux.org Git - packages/curl.git/commitdiff
- release 2: added bcond for off ssl.
authorkloczek <kloczek@pld-linux.org>
Sat, 10 Feb 2001 04:45:51 +0000 (04:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    curl.spec -> 1.19

curl.spec

index fcf7f832b324c098924246a8993d5f9c8b17f795..a56a2dc5750aa26163886b57fd97d6002c74ef4a 100644 (file)
--- a/curl.spec
+++ b/curl.spec
@@ -2,7 +2,7 @@ Summary:        A utility for getting files from remote servers (FTP, HTTP, and others)
 Summary(pl):   narzêdziem do ¶ci±gania plików z serwerów (FTP, HTTP i innych)
 Name:          curl
 Version:       7.6
-Release:       1
+Release:       2
 License:       MPL
 Vendor:                Daniel Stenberg <Daniel.Stenberg@sth.frontec.se>
 Group:         Applications/Networking
@@ -10,7 +10,7 @@ Group(de):    Applikationen/Netzwerkwesen
 Group(pl):     Aplikacje/Sieciowe
 Source0:       http://curl.haxx.se/stuff/%{name}-%{version}.tar.gz
 URL:           http://curl.haxx.se/
-BuildRequires: openssl-devel
+%{!bcond_off_ssl:BuildRequires:        openssl-devel}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -71,7 +71,8 @@ Statyczna wersja biblioteki curl.
 
 %build
 %configure \
-       --with-ssl=/usr
+       %{!bcond_off_ssl:--with-ssl=/usr}
+
 %{__make} 
 
 %install
This page took 0.40847 seconds and 4 git commands to generate.