rpms/curl/devel curl.spec,1.77,1.78

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Fri Jul 4 07:28:34 UTC 2008


Author: jnovy

Update of /cvs/extras/rpms/curl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4658

Modified Files:
	curl.spec 
Log Message:
* Wed Jul  4 2008 Jindrich Novy <jnovy at redhat.com> 7.18.2-3
- enable support for libssh2 (#453958)



Index: curl.spec
===================================================================
RCS file: /cvs/extras/rpms/curl/devel/curl.spec,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- curl.spec	18 Jun 2008 06:08:03 -0000	1.77
+++ curl.spec	4 Jul 2008 07:27:44 -0000	1.78
@@ -1,7 +1,7 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
 Name: curl
 Version: 7.18.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: MIT
 Group: Applications/Internet
 Source: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
@@ -12,7 +12,7 @@
 Provides: webclient
 URL: http://curl.haxx.se/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: pkgconfig, libidn-devel, zlib-devel
+BuildRequires: pkgconfig, libidn-devel, zlib-devel, libssh2-devel
 BuildRequires: nss-devel >= 3.11.7-7, openldap-devel, krb5-devel
 
 %description
@@ -62,7 +62,7 @@
 %configure --without-ssl --with-nss=%{_prefix} --enable-ipv6 \
 	--with-ca-bundle=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt \
 	--with-gssapi=%{_prefix}/kerberos --with-libidn \
-	--enable-ldaps --disable-static
+	--enable-ldaps --disable-static --with-libssh2
 sed -i -e 's,-L/usr/lib ,,g;s,-L/usr/lib64 ,,g;s,-L/usr/lib$,,g;s,-L/usr/lib64$,,g' \
 	Makefile libcurl.pc
 # Remove bogus rpath
@@ -117,6 +117,9 @@
 %{_datadir}/aclocal/libcurl.m4
 
 %changelog
+* Wed Jul  4 2008 Jindrich Novy <jnovy at redhat.com> 7.18.2-3
+- enable support for libssh2 (#453958)
+
 * Wed Jun 18 2008 Jindrich Novy <jnovy at redhat.com> 7.18.2-2
 - fix curl_multi_perform() over a proxy (#450140), thanks to
   Rob Crittenden




More information about the fedora-extras-commits mailing list