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
This commit is contained in:
Marcus Meissner 2022-11-16 08:34:44 +00:00 committed by Git OBS Bridge
parent 1b13ac9e9a
commit ad592432dc
2 changed files with 14 additions and 10 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 15 16:10:18 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Ship the README.md mentioned in the description.
- Compact descriptions.
-------------------------------------------------------------------
Sat Jul 2 07:21:42 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -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