SHA256
1
0
forked from pool/curl

Autobuild autoformatter for 78849

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=62
This commit is contained in:
Sascha Peilicke 2011-08-15 12:06:41 +00:00 committed by Git OBS Bridge
parent 671ff7aa8e
commit 37b8c4e6c6

View File

@ -38,7 +38,7 @@ BuildRequires: stunnel
%endif
#define cvs_suffix -20090302
Version: 7.21.7
Release: 1
Release: 4
AutoReqProv: on
# bug437293
%ifarch ppc64
@ -53,6 +53,7 @@ Source: curl-%version%{?cvs_suffix}.tar.lzma
Source2: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Patch: curl-openssl-release-buffers.patch
%description
Curl is a client to get documents and files from or send documents to a
server using any of the supported protocols (HTTP, HTTPS, FTP, FTPS,
@ -85,6 +86,7 @@ user interaction or any kind of interactivity.
%prep
%setup -q -n curl-%version%{?cvs_suffix}
%patch
%build
# local hack to make curl-config --libs stop printing libraries it depends on
# (currently, libtool sets link_all_deplibs=(yes|unknown) everywhere,