auto-import changelog data from curl-7.10.8-2.1.src.rpm
Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Sat Jan 31 2004 Florian La Roche <Florian.LaRoche@redhat.de> - update to 7.10.8 - remove patch2, already upstream
This commit is contained in:
parent
fcf12792e5
commit
da9386fe88
@ -1 +1 @@
|
|||||||
curl-7.10.6.tar.bz2
|
curl-7.10.8.tar.bz2
|
||||||
|
22
curl.spec
22
curl.spec
@ -1,14 +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.10.6
|
Version: 7.10.8
|
||||||
Release: 7
|
Release: 2.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
|
||||||
Source1: LICENSE.openldap
|
|
||||||
Patch0: curl-7.10.4-nousr.patch
|
Patch0: curl-7.10.4-nousr.patch
|
||||||
Patch1: curl-7.10.4-path.patch
|
Patch1: curl-7.10.4-path.patch
|
||||||
Patch2: curl-7.10.6-certaltname.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
|
BuildRequires: openssl-devel, libtool, pkgconfig
|
||||||
@ -38,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
|
||||||
@ -49,11 +46,7 @@ if pkg-config openssl ; then
|
|||||||
LDFLAGS=`pkg-config --libs openssl`; export LDFLAGS
|
LDFLAGS=`pkg-config --libs openssl`; export LDFLAGS
|
||||||
fi
|
fi
|
||||||
%configure --with-ssl=/usr --enable-ipv6 --with-ca-bundle=%{_datadir}/ssl/certs/ca-bundle.crt
|
%configure --with-ssl=/usr --enable-ipv6 --with-ca-bundle=%{_datadir}/ssl/certs/ca-bundle.crt
|
||||||
%ifarch alpha
|
|
||||||
make CFLAGS=""
|
|
||||||
%else
|
|
||||||
make
|
make
|
||||||
%endif
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -78,7 +71,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc docs/BUGS docs/CONTRIBUTE docs/examples docs/FAQ docs/FEATURES docs/INSTALL
|
%doc docs/BUGS docs/CONTRIBUTE docs/examples docs/FAQ docs/FEATURES docs/INSTALL
|
||||||
%doc docs/INTERNALS docs/MANUAL docs/RESOURCES
|
%doc docs/INTERNALS docs/MANUAL docs/RESOURCES
|
||||||
%doc docs/TheArtOfHttpScripting docs/TODO
|
%doc docs/TheArtOfHttpScripting docs/TODO
|
||||||
%doc docs/LICENSE.openldap
|
|
||||||
%{_bindir}/curl
|
%{_bindir}/curl
|
||||||
%{_mandir}/man1/curl.1*
|
%{_mandir}/man1/curl.1*
|
||||||
%{_libdir}/libcurl.so.*
|
%{_libdir}/libcurl.so.*
|
||||||
@ -94,6 +86,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Sat Jan 31 2004 Florian La Roche <Florian.LaRoche@redhat.de>
|
||||||
|
- update to 7.10.8
|
||||||
|
- remove patch2, already upstream
|
||||||
|
|
||||||
* Wed Oct 15 2003 Adrian Havill <havill@redhat.com> 7.10.6-7
|
* Wed Oct 15 2003 Adrian Havill <havill@redhat.com> 7.10.6-7
|
||||||
- aclocal before libtoolize
|
- aclocal before libtoolize
|
||||||
- move OpenLDAP license so it's present as a doc file, present in
|
- move OpenLDAP license so it's present as a doc file, present in
|
||||||
|
Loading…
Reference in New Issue
Block a user