forked from pool/libkcapi
Accepting request 754320 from home:marxin:branches:security
- Use %make_build and respect %optflags. OBS-URL: https://build.opensuse.org/request/show/754320 OBS-URL: https://build.opensuse.org/package/show/security/libkcapi?expand=0&rev=18
This commit is contained in:
parent
cc58a865e2
commit
ffddc1394d
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 5 10:10:41 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Use %make_build and respect %optflags.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 16:40:49 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libkcapi
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -20,9 +20,9 @@ Name: libkcapi
|
||||
Version: 0.13.0
|
||||
Release: 0
|
||||
Summary: Linux Kernel Crypto API User Space Interface Library
|
||||
License: GPL-2.0
|
||||
License: GPL-2.0-only
|
||||
Group: Productivity/Security
|
||||
Url: http://www.chronox.de/libkcapi.html
|
||||
URL: http://www.chronox.de/libkcapi.html
|
||||
#Source: https://github.com/smuellerDD/libkcapi/archive/v0.13.0.zip
|
||||
Source: libkcapi-0.13.0.tar.bz2
|
||||
Patch0: libkcapi-use-external-fipshmac.patch
|
||||
@ -82,7 +82,8 @@ libkcapi user space tools to access certain hash algorithms.
|
||||
|
||||
%build
|
||||
cd lib
|
||||
make %{?_smp_mflags}
|
||||
export CFLAGS="%optflags"
|
||||
%make_build
|
||||
make man
|
||||
cd ../apps
|
||||
make %{?_smp_mflags}
|
||||
|
Loading…
Reference in New Issue
Block a user