From ad592432dc3b837b1f24aa3a29ab2cf2ba80e3b52a49e244951a6a080e3235a1 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 16 Nov 2022 08:34:44 +0000 Subject: [PATCH] Accepting request 1035901 from home:jengelh:branches:devel:libraries:c_c++ - Ship the README.md mentioned in the description. - Compact descriptions. OBS-URL: https://build.opensuse.org/request/show/1035901 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/liboqs?expand=0&rev=7 --- liboqs.changes | 6 ++++++ liboqs.spec | 18 ++++++++---------- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/liboqs.changes b/liboqs.changes index 169e0ae..94f5ae1 100644 --- a/liboqs.changes +++ b/liboqs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 15 16:10:18 UTC 2022 - Jan Engelhardt + +- Ship the README.md mentioned in the description. +- Compact descriptions. + ------------------------------------------------------------------- Sat Jul 2 07:21:42 UTC 2022 - Christophe Giboudeaux diff --git a/liboqs.spec b/liboqs.spec index c7f2dae..048e8a7 100644 --- a/liboqs.spec +++ b/liboqs.spec @@ -34,28 +34,25 @@ BuildRequires: doxygen BuildRequires: libopenssl-devel %description -liboqs is an open source C library for quantum-resistant cryptographic -algorithms. Details about liboqs can be found in README.md. See in -particular limitations on intended use. +liboqs is a C library for quantum-resistant cryptographic algorithms. +See the bundled README.md for particular limitations on intended use. %package -n liboqs0 Summary: C library for quantum-resistant cryptographic algorithms Group: System/Libraries %description -n liboqs0 -liboqs is a C library for quantum-resistant cryptographic -algorithms. Details about liboqs can be found in README.md. See in -particular limitations on intended use. +liboqs is a C library for quantum-resistant cryptographic algorithms. +See the bundled README.md for particular limitations on intended use. %package devel -Summary: Open source C library for quantum-resistant cryptographic algorithms +Summary: Headers for liboqs, a library for quantum-resistant cryptography Group: Development/Languages/C and C++ Requires: liboqs0 = %{version} %description devel -liboqs is an open source C library for quantum-resistant cryptographic -algorithms. Details about liboqs can be found in README.md. See in -particular limitations on intended use. +liboqs is a C library for quantum-resistant cryptographic algorithms. +See the bundled README.md for particular limitations on intended use. %prep %autosetup -p1 @@ -89,6 +86,7 @@ rmdir %{buildroot}%{_prefix}/local/ %files -n liboqs0 %license LICENSE.txt %{_libdir}/liboqs.so.0* +%doc README.md %files devel %license LICENSE.txt