From 37b8c4e6c6596ac0fbc80f9284d2944c10c43c366f21718a866165914b91e954 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 15 Aug 2011 12:06:41 +0000 Subject: [PATCH] Autobuild autoformatter for 78849 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=62 --- curl.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/curl.spec b/curl.spec index 6252c66..7f7a0a8 100644 --- a/curl.spec +++ b/curl.spec @@ -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,