]> git.pld-linux.org Git - packages/curl.git/blobdiff - curl.spec
- up to 7.15.3, resolves CVE-2006-1061
[packages/curl.git] / curl.spec
index 1dd0a7bc79b4c7fa6669c89ae5b0898e7c76ed6c..a5b99e892b7b0413e81ee5160e0b199952b5cbab 100644 (file)
--- a/curl.spec
+++ b/curl.spec
@@ -10,26 +10,25 @@ Summary(pt_BR):     Busca URL (suporta FTP, TELNET, LDAP, GOPHER, DICT, HTTP e HTTPS
 Summary(ru):   õÔÉÌÉÔÁ ÄÌÑ ÐÏÌÕÞÅÎÉÑ ÆÁÊÌÏ× Ó ÓÅÒ×ÅÒÏ× FTP, HTTP É ÄÒÕÇÉÈ
 Summary(uk):   õÔÉ̦ÔÁ ÄÌÑ ÏÔÒÉÍÁÎÎÑ ÆÁÊ̦נڠÓÅÒ×ÅҦנFTP, HTTP ÔÁ ¦ÎÛÉÈ
 Name:          curl
-Version:       7.15.0
-Release:       3
+Version:       7.15.3
+Release:       1
 License:       MIT-like
-Vendor:                Daniel Stenberg <Daniel.Stenberg@sth.frontec.se>
 Group:         Applications/Networking
 Source0:       http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
-# Source0-md5: e3b130320d3704af375c097606f49c01
+# Source0-md5: d71b2ee8febfde2c7dc30a43638ec0d9
 Patch0:                %{name}-no_strip.patch
 Patch1:                %{name}-ac.patch
 Patch2:                %{name}-heimdal.patch
 URL:           http://curl.haxx.se/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake
-BuildRequires: libidn-devel >= 0.4.1
 %{?with_heimdal:BuildRequires: heimdal-devel >= 0.7}
+BuildRequires: libidn-devel >= 0.4.1
 BuildRequires: libtool
 %{?with_ssl:BuildRequires:     openssl-devel >= 0.9.7d}
-Requires:      openssl-tools >= 0.9.7d
-Requires:      libidn >= 0.4.1
 Requires:      %{name}-libs = %{version}-%{release}
+Requires:      libidn >= 0.4.1
+Requires:      openssl-tools >= 0.9.7d
 Obsoletes:     libcurl2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -82,6 +81,17 @@ curl Ц
 ÐÒÏËÓ¦, Á×ÔÏÒÉÚÁæѠËÏÒÉÓÔÕ×ÁÞÁ, ×¦Ä×ÁÎÔÁÖÅÎÎÑ ÐÏ FTP, HTTP POST,
 ×¦ÄÎÏ×ÌÅÎÎÑ ÐÅÒÅÒ×ÁÎϧ ÐÅÒÅÓÉÌËÉ ÔÁ ÂÁÇÁÔÏ ¦ÎÛÏÇÏ.
 
+%package libs
+Summary:       curl library
+Summary(pl):   Biblioteka curl
+Group:         Libraries
+
+%description libs
+curl library.
+
+%description libs -l pl
+Biblioteka curl.
+
 %package devel
 Summary:       Header files and development documentation for curl library
 Summary(pl):   Pliki nag³ówkowe i dokumentacja do biblioteki curl
@@ -90,8 +100,8 @@ Summary(ru): 
 Summary(uk):   æÁÊÌÉ ÄÌÑ ÒÏÚÒÏÂËÉ Ú ×ÉËÏÒÉÓÔÁÎÎÑ͠¦Â̦ÏÔÅËÉ curl
 Group:         Development/Libraries
 Requires:      %{name}-libs = %{version}-%{release}
-Requires:      libidn-devel >= 0.4.1
 %{?with_heimdal:Requires:      heimdal-devel}
+Requires:      libidn-devel >= 0.4.1
 %{?with_ssl:Requires:  openssl-devel >= 0.9.7c}
 Obsoletes:     libcurl2-devel
 
@@ -112,17 +122,6 @@ Arquivos de cabe
 ãÅÊ ÐÁËÅԠͦÓÔÉÔØ ÆÁÊÌÉ, ÎÅÏÂȦÄΦ ÄÌÑ ÒÏÚÒÏÂËÉ ÐÒÏÇÒÁÍ Ú
 ×ÉËÏÒÉÓÔÁÎÎÑ͠¦Â̦ÏÔÅËÉ curl.
 
-%package libs
-Summary:       curl library
-Summary(pl):   Biblioteka curl
-Group:         Libraries
-
-%description libs
-curl library.
-
-%description libs -l pl
-Biblioteka curl.
-
 %package static
 Summary:       Static version of curl library
 Summary(pl):   Statyczna wersja biblioteki curl
@@ -164,7 +163,7 @@ Bibliotecas est
 %configure \
        %{?with_ssl:--with-ssl=%{_prefix}} \
        %{?with_ssl:--with-ca-bundle=/usr/share/ssl/ca-bundle.crt} \
-       %{?with_heimdal:--with-gssapi-includes=%{_includedir}} \
+       %{?with_heimdal:--with-gssapi=%{_prefix}} \
        --with-ipv6
 
 %{__make}
@@ -187,6 +186,10 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/curl
 %{_mandir}/man1/curl.1*
 
+%files libs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libcurl.so.*.*.*
+
 %files devel
 %defattr(644,root,root,755)
 %doc docs/{CONTRIBUTE,INTERNALS,LICENSE-MIXING,RESOURCES}
@@ -194,13 +197,10 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libcurl.so
 %{_libdir}/libcurl.la
 %{_includedir}/curl
+%{_pkgconfigdir}/libcurl.pc
 %{_mandir}/man1/curl-config.1*
 %{_mandir}/man3/*curl*.3*
 
-%files libs
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libcurl.so.*.*.*
-
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libcurl.a
This page took 0.038317 seconds and 4 git commands to generate.