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:
parent
2658824b7f
commit
8af5760958
@ -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
|
Fri Jul 21 15:50:14 UTC 2017 - astieger@suse.com
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@ understanding of applied cryptography is required to use Libgcrypt.
|
|||||||
%package -n %{libsoname}
|
%package -n %{libsoname}
|
||||||
Summary: The GNU Crypto Library
|
Summary: The GNU Crypto Library
|
||||||
License: GPL-2.0+ AND LGPL-2.1+
|
License: GPL-2.0+ AND LGPL-2.1+
|
||||||
Group: Development/Libraries/C and C++
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n %{libsoname}
|
%description -n %{libsoname}
|
||||||
Libgcrypt is a general purpose crypto library based on the code used in
|
Libgcrypt is a general purpose crypto library based on the code used in
|
||||||
@ -79,7 +79,7 @@ GnuPG (alpha version).
|
|||||||
%package -n %{libsoname}-hmac
|
%package -n %{libsoname}-hmac
|
||||||
Summary: HMAC checksums for the GNU Crypto Library
|
Summary: HMAC checksums for the GNU Crypto Library
|
||||||
License: GPL-2.0+ AND LGPL-2.1+
|
License: GPL-2.0+ AND LGPL-2.1+
|
||||||
Group: Development/Libraries/C and C++
|
Group: System/Libraries
|
||||||
Requires: %{libsoname} = %{version}-%{release}
|
Requires: %{libsoname} = %{version}-%{release}
|
||||||
|
|
||||||
%description -n %{libsoname}-hmac
|
%description -n %{libsoname}-hmac
|
||||||
@ -160,7 +160,7 @@ autoreconf -fi
|
|||||||
date=$(date -u +%{Y}-%{m}-%{dT}%{H}:%{M}+0000 -r %{SOURCE99})
|
date=$(date -u +%{Y}-%{m}-%{dT}%{H}:%{M}+0000 -r %{SOURCE99})
|
||||||
sed -e "s,BUILD_TIMESTAMP=.*,BUILD_TIMESTAMP=$date," -i configure
|
sed -e "s,BUILD_TIMESTAMP=.*,BUILD_TIMESTAMP=$date," -i configure
|
||||||
export CFLAGS="%{optflags} $(getconf LFS_CFLAGS)"
|
export CFLAGS="%{optflags} $(getconf LFS_CFLAGS)"
|
||||||
%configure --with-pic \
|
%configure \
|
||||||
--enable-noexecstack \
|
--enable-noexecstack \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-m-guard \
|
--enable-m-guard \
|
||||||
|
Loading…
Reference in New Issue
Block a user