SHA256
1
0
forked from pool/libgcrypt

Accepting request 512392 from home:jengelh:branches:devel:libraries:c_c++

- RPM group fixes.
remove with-pic, that's for static only

OBS-URL: https://build.opensuse.org/request/show/512392
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgcrypt?expand=0&rev=100
This commit is contained in:
Tomáš Chvátal 2017-07-25 06:30:55 +00:00 committed by Git OBS Bridge
parent 2658824b7f
commit 8af5760958
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 24 23:43:40 UTC 2017 - jengelh@inai.de
- RPM group fixes.
-------------------------------------------------------------------
Fri Jul 21 15:50:14 UTC 2017 - astieger@suse.com

View File

@ -70,7 +70,7 @@ understanding of applied cryptography is required to use Libgcrypt.
%package -n %{libsoname}
Summary: The GNU Crypto Library
License: GPL-2.0+ AND LGPL-2.1+
Group: Development/Libraries/C and C++
Group: System/Libraries
%description -n %{libsoname}
Libgcrypt is a general purpose crypto library based on the code used in
@ -79,7 +79,7 @@ GnuPG (alpha version).
%package -n %{libsoname}-hmac
Summary: HMAC checksums for the GNU Crypto Library
License: GPL-2.0+ AND LGPL-2.1+
Group: Development/Libraries/C and C++
Group: System/Libraries
Requires: %{libsoname} = %{version}-%{release}
%description -n %{libsoname}-hmac
@ -160,7 +160,7 @@ autoreconf -fi
date=$(date -u +%{Y}-%{m}-%{dT}%{H}:%{M}+0000 -r %{SOURCE99})
sed -e "s,BUILD_TIMESTAMP=.*,BUILD_TIMESTAMP=$date," -i configure
export CFLAGS="%{optflags} $(getconf LFS_CFLAGS)"
%configure --with-pic \
%configure \
--enable-noexecstack \
--disable-static \
--enable-m-guard \