- remove support for old suse_versions

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=50
This commit is contained in:
Stephan Kulow 2011-07-12 06:46:16 +00:00 committed by Git OBS Bridge
parent b1c16ce5cd
commit fc4516d97c
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 12 06:46:02 UTC 2011 - coolo@novell.com
- remove support for old suse_versions
-------------------------------------------------------------------
Mon Jul 11 11:40:17 CEST 2011 - pth@suse.de

View File

@ -29,11 +29,7 @@ BuildRequires: openssl-devel
%if %{with mozilla_nss}
BuildRequires: mozilla-nss-devel
%endif
%if 0%{suse_version} > 930
BuildRequires: krb5-devel
%else
BuildRequires: heimdal-devel
%endif
BuildRequires: libssh2-devel openssh
BuildRequires: libcares-devel
%if 0%{?_with_stunnel:1}
@ -107,11 +103,7 @@ export CFLAGS="%{optflags}"
--with-nss \
%endif
%endif
%if %suse_version > 930
--with-gssapi=/usr/lib/mit \
%else
--with-gssapi=/usr/lib/heimdal \
%endif
--with-libssh2\
--libdir=%{_libdir} \
--enable-hidden-symbols \