Accepting request 1036160 from devel:libraries:c_c++

- Ship the README.md mentioned in the description.
- Compact descriptions. (forwarded request 1035901 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/1036160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/liboqs?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2022-11-16 14:43:58 +00:00 committed by Git OBS Bridge
commit 234e90df2b
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