- convert spec to UTF-8

- don't delete BuildRoot in %%prep phase
- rpmlint fixes
This commit is contained in:
Jindrich Novy 2006-12-18 13:07:10 +00:00
parent 02dbd84170
commit fc4d3d40a3

View File

@ -1,9 +1,9 @@
%define ldap_version 2.3 %define ldap_version 2.3
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.16.0 Version: 7.16.0
Release: 3%{?dist} Release: 4%{?dist}
License: MIT License: MIT
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
@ -36,8 +36,6 @@ package includes files needed for developing applications which can
use cURL's capabilities internally. use cURL's capabilities internally.
%prep %prep
rm -rf $RPM_BUILD_ROOT
%setup -q %setup -q
%patch0 -p1 -b .nousr %patch0 -p1 -b .nousr
%patch1 -p1 -b .ver %patch1 -p1 -b .ver
@ -101,6 +99,11 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Mon Dec 18 2006 Jindrich Novy <jnovy@redhat.com> 7.16.0-4
- convert spec to UTF-8
- don't delete BuildRoot in %%prep phase
- rpmlint fixes
* Thu Nov 16 2006 Jindrich Novy <jnovy@redhat.com> -7.16.0-3 * Thu Nov 16 2006 Jindrich Novy <jnovy@redhat.com> -7.16.0-3
- prevent curl from dlopen()ing missing ldap libraries so that - prevent curl from dlopen()ing missing ldap libraries so that
ldap:// requests work (#215928) ldap:// requests work (#215928)
@ -274,7 +277,7 @@ rm -rf $RPM_BUILD_ROOT
- remove docs/LIBCURL from docs list; remove unpackaged libcurl.la - remove docs/LIBCURL from docs list; remove unpackaged libcurl.la
- libtoolize and reconf - libtoolize and reconf
* Mon Jul 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.8-1 * Mon Jul 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.8-1
- 7.9.8 (# 69473) - 7.9.8 (# 69473)
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
@ -283,20 +286,20 @@ rm -rf $RPM_BUILD_ROOT
* Sun May 26 2002 Tim Powers <timp@redhat.com> * Sun May 26 2002 Tim Powers <timp@redhat.com>
- automated rebuild - automated rebuild
* Thu May 16 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.7-1 * Thu May 16 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.7-1
- 7.9.7 - 7.9.7
* Wed Apr 24 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.6-1 * Wed Apr 24 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.6-1
- 7.9.6 - 7.9.6
* Thu Mar 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.5-2 * Thu Mar 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.5-2
- Stop the curl-config script from printing -I/usr/include - Stop the curl-config script from printing -I/usr/include
and -L/usr/lib (#59497) and -L/usr/lib (#59497)
* Fri Mar 8 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.5-1 * Fri Mar 8 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.5-1
- 7.9.5 - 7.9.5
* Tue Feb 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.3-2 * Tue Feb 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.3-2
- Rebuild - Rebuild
* Wed Jan 23 2002 Nalin Dahyabhai <nalin@redhat.com> 7.9.3-1 * Wed Jan 23 2002 Nalin Dahyabhai <nalin@redhat.com> 7.9.3-1
@ -305,7 +308,7 @@ rm -rf $RPM_BUILD_ROOT
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 7.9.2-2 * Wed Jan 09 2002 Tim Powers <timp@redhat.com> 7.9.2-2
- automated rebuild - automated rebuild
* Wed Jan 9 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.2-1 * Wed Jan 9 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.2-1
- 7.9.2 - 7.9.2
* Fri Aug 17 2001 Nalin Dahyabhai <nalin@redhat.com> * Fri Aug 17 2001 Nalin Dahyabhai <nalin@redhat.com>