From 4d2ae767c14d35c3c892349333f6ccef3c2f4aa5523e91866d18986b653e5bfe Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 15 Apr 2010 22:22:15 +0000 Subject: [PATCH] Accepting request 37980 from Base:System Copy from Base:System/gnutls based on submit request 37980 from user dirkmueller OBS-URL: https://build.opensuse.org/request/show/37980 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnutls?expand=0&rev=23 --- gnutls.changes | 5 +++++ gnutls.spec | 17 +++++------------ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/gnutls.changes b/gnutls.changes index a86b697..138a7d5 100644 --- a/gnutls.changes +++ b/gnutls.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 6 19:15:22 UTC 2010 - crrodriguez@opensuse.org + +- use system libtasn1 instead of the bundled copy + ------------------------------------------------------------------- Thu Feb 4 16:46:45 CET 2010 - meissner@suse.de diff --git a/gnutls.spec b/gnutls.spec index 9a187cd..23fec6d 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -19,10 +19,10 @@ Name: gnutls -BuildRequires: gcc-c++ libgcrypt-devel libopencdk-devel +BuildRequires: gcc-c++ libgcrypt-devel libopencdk-devel libtasn1-devel Version: 2.8.5 -Release: 1 -License: GPLv3+ ; LGPLv2.1+ +Release: 2 +License: LGPLv2.1+ BuildRoot: %{_tmppath}/%{name}-%{version}-build Url: http://www.gnutls.org/ Source0: %name-%version.tar.bz2 @@ -142,17 +142,10 @@ Authors: %build autoreconf -fi -./configure --prefix=%_prefix \ - --sysconfdir=%_sysconfdir \ - --libdir=%_libdir \ - --mandir=%_mandir --infodir=%_infodir \ - --localstatedir=%_localstatedir \ - --with-included-libtasn1 \ +%configure --disable-static --with-pic\ --without-lzo \ --disable-srp-authentication \ - --disable-rpath \ - CFLAGS="$RPM_OPT_FLAGS" \ - CXXFLAGS="$RPM_OPT_FLAGS" + --disable-rpath make %{?_smp_mflags} make check