- Upgrade to 7.12.3, which uses poll() for FDSETSIZE limit (#134794)
- require libidn-devel for devel subpkg (#141341) - remove proftpd kludge; included upstream
This commit is contained in:
parent
b3f4b3cbdd
commit
cad16d6198
@ -1,2 +1,3 @@
|
|||||||
curl-7.12.0.tar.bz2
|
curl-7.12.0.tar.bz2
|
||||||
curl-7.12.1.tar.bz2
|
curl-7.12.1.tar.bz2
|
||||||
|
curl-7.12.3.tar.bz2
|
||||||
|
11
curl.spec
11
curl.spec
@ -1,13 +1,12 @@
|
|||||||
Summary: A utility for getting files from remote servers (FTP, HTTP, and others).
|
Summary: A utility for getting files from remote servers (FTP, HTTP, and others).
|
||||||
Name: curl
|
Name: curl
|
||||||
Version: 7.12.1
|
Version: 7.12.3
|
||||||
Release: 1
|
Release: 1
|
||||||
License: MPL
|
License: MPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
|
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
|
||||||
Patch0: curl-7.12.0-nousr.patch
|
Patch0: curl-7.12.0-nousr.patch
|
||||||
Patch1: curl-7.10.4-path.patch
|
Patch1: curl-7.10.4-path.patch
|
||||||
Patch2: curl-7.12.1-proftpd.patch
|
|
||||||
URL: http://curl.haxx.se/
|
URL: http://curl.haxx.se/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: openssl-devel, libtool, pkgconfig, libidn-devel
|
BuildRequires: openssl-devel, libtool, pkgconfig, libidn-devel
|
||||||
@ -22,7 +21,7 @@ authentication, FTP upload, HTTP post, and file transfer resume.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}, openssl-devel
|
Requires: %{name} = %{version}-%{release}, openssl-devel, libidn-devel
|
||||||
Summary: Files needed for building applications with libcurl.
|
Summary: Files needed for building applications with libcurl.
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -37,7 +36,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
|
||||||
aclocal
|
aclocal
|
||||||
libtoolize --force
|
libtoolize --force
|
||||||
./reconf
|
./reconf
|
||||||
@ -89,6 +87,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 28 2005 Adrian Havill <havill@redhat.com> 7.12.3-1
|
||||||
|
- Upgrade to 7.12.3, which uses poll() for FDSETSIZE limit (#134794)
|
||||||
|
- require libidn-devel for devel subpkg (#141341)
|
||||||
|
- remove proftpd kludge; included upstream
|
||||||
|
|
||||||
* Wed Oct 06 2004 Adrian Havill <havill@redhat.com> 7.12.1-1
|
* Wed Oct 06 2004 Adrian Havill <havill@redhat.com> 7.12.1-1
|
||||||
- upgrade to 7.12.1
|
- upgrade to 7.12.1
|
||||||
- enable GSSAPI auth (#129353)
|
- enable GSSAPI auth (#129353)
|
||||||
|
Loading…
Reference in New Issue
Block a user