forked from pool/libgcrypt
Accepting request 179326 from devel:libraries:c_c++
- avoid gpg-offline in bootstrap packages (forwarded request 179324 from coolo) OBS-URL: https://build.opensuse.org/request/show/179326 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgcrypt?expand=0&rev=34
This commit is contained in:
commit
f8e814bdfc
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 13:22:33 UTC 2013 - coolo@suse.com
|
||||
|
||||
- avoid gpg-offline in bootstrap packages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 16 22:56:56 UTC 2013 - crrodriguez@opensuse.org
|
||||
|
||||
- Library must by built with large file support in
|
||||
32 bit archs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 18 18:23:36 UTC 2013 - andreas.stieger@gmx.de
|
||||
|
||||
|
@ -37,9 +37,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: automake >= 1.11
|
||||
BuildRequires: libgpg-error-devel >= 1.8
|
||||
BuildRequires: libtool
|
||||
%if 0%{?suse_version} >= 1230
|
||||
BuildRequires: gpg-offline
|
||||
%endif
|
||||
#BuildRequires: gpg-offline
|
||||
|
||||
%description
|
||||
Libgcrypt is a general purpose library of cryptographic building
|
||||
@ -88,7 +86,6 @@ This package contains needed files to compile and link against the
|
||||
library.
|
||||
|
||||
%prep
|
||||
%{?gpg_verify: %gpg_verify %{S:1}}
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch0 -p1
|
||||
%patch1
|
||||
@ -103,6 +100,7 @@ ENABLE_DIGEST="crc md4 md5 rmd160 sha1 sha256 sha512 tiger whirlpool"
|
||||
#
|
||||
%{?suse_update_config}
|
||||
autoreconf -fi
|
||||
export CFLAGS="%optflags $(getconf LFS_CFLAGS)"
|
||||
%configure --with-pic \
|
||||
--enable-noexecstack \
|
||||
--disable-static \
|
||||
|
Loading…
Reference in New Issue
Block a user