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

- Update descriptions

OBS-URL: https://build.opensuse.org/request/show/1035902
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/oqs-provider?expand=0&rev=2
This commit is contained in:
Marcus Meissner 2022-11-16 08:27:15 +00:00 committed by Git OBS Bridge
parent e3542f2a80
commit 8089d66b10
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 15 17:04:53 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update descriptions
-------------------------------------------------------------------
Mon Nov 14 15:43:52 UTC 2022 - Marcus Meissner <meissner@suse.com>

View File

@ -19,7 +19,7 @@
Name: oqs-provider
Version: 0.3.0
Release: 0
Summary: openssl 3 provider making quantum safe cryptography available for openssl-3
Summary: Quantum-safe crypto provider for OpenSSL
License: MIT
Group: Productivity/Security
URL: https://github.com/open-quantum-safe/oqs-provider/
@ -32,7 +32,8 @@ BuildRequires: libopenssl-3-devel
BuildRequires: liboqs-devel
%description
This is a plugin/shared library making available quantum safe cryptography (QSC) to OpenSSL (3) installations via the provider API.
This is a plugin/shared library making available quantum-safe cryptography
(QSC) to OpenSSL 3.x installations via the Provider API.
Sample call:
@ -43,7 +44,7 @@ openssl-3 ciphers -provider oqsprovider
%build
mkdir build
export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -std=gnu11"
export RPM_OPT_FLAGS="%optflags -std=gnu11"
cd build
cmake -DBUILD_SHARED_LIBS=ON ..
%cmake_build
@ -53,7 +54,6 @@ install -d %buildroot/%{_libdir}/ossl-modules/
install -m 755 -c build/oqsprov/oqsprovider.so %buildroot/%{_libdir}/ossl-modules/
%files
%defattr(-,root,root)
%license LICENSE.txt
%dir /%{_libdir}/ossl-modules
/%{_libdir}/ossl-modules/oqsprovider.so