forked from pool/gnutls
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
This commit is contained in:
parent
3723274ef1
commit
4d2ae767c1
@ -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
|
||||
|
||||
|
17
gnutls.spec
17
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user