rpms/curl/devel curl.spec,1.119,1.120

Kamil Dudka kdudka at fedoraproject.org
Wed Sep 30 14:38:55 UTC 2009


Author: kdudka

Update of /cvs/extras/rpms/curl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28808

Modified Files:
	curl.spec 
Log Message:
- build libcurl with c-ares support (#514771)


Index: curl.spec
===================================================================
RCS file: /cvs/extras/rpms/curl/devel/curl.spec,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -p -r1.119 -r1.120
--- curl.spec	30 Sep 2009 06:59:52 -0000	1.119
+++ curl.spec	30 Sep 2009 14:38:54 -0000	1.120
@@ -1,7 +1,7 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
 Name: curl
 Version: 7.19.6
-Release: 10%{?dist}
+Release: 11%{?dist}
 License: MIT
 Group: Applications/Internet
 Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
@@ -17,6 +17,7 @@ Provides: webclient
 URL: http://curl.haxx.se/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: autoconf
+BuildRequires: c-ares-devel
 BuildRequires: groff
 BuildRequires: krb5-devel
 BuildRequires: libidn-devel
@@ -92,7 +93,7 @@ autoconf
 %configure --without-ssl --with-nss --enable-ipv6 \
 	--with-ca-bundle=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt \
 	--with-gssapi=%{_prefix}/kerberos --with-libidn \
-	--enable-ldaps --disable-static --with-libssh2 --enable-manual
+	--enable-ldaps --disable-static --with-libssh2 --enable-manual --enable-ares
 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
@@ -163,6 +164,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/libcurl.m4
 
 %changelog
+* Wed Sep 30 2009 Kamil Dudka <kdudka at redhat.com> 7.19.6-11
+- build libcurl with c-ares support (#514771)
+
 * Sun Sep 27 2009 Kamil Dudka <kdudka at redhat.com> 7.19.6-10
 - require libssh2>=1.2 properly (#525002)
 




More information about the fedora-extras-commits mailing list