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:
parent
1b13ac9e9a
commit
ad592432dc
@ -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>
|
Sat Jul 2 07:21:42 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
18
liboqs.spec
18
liboqs.spec
@ -34,28 +34,25 @@ BuildRequires: doxygen
|
|||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
liboqs is an open source C library for quantum-resistant cryptographic
|
liboqs is a C library for quantum-resistant cryptographic algorithms.
|
||||||
algorithms. Details about liboqs can be found in README.md. See in
|
See the bundled README.md for particular limitations on intended use.
|
||||||
particular limitations on intended use.
|
|
||||||
|
|
||||||
%package -n liboqs0
|
%package -n liboqs0
|
||||||
Summary: C library for quantum-resistant cryptographic algorithms
|
Summary: C library for quantum-resistant cryptographic algorithms
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n liboqs0
|
%description -n liboqs0
|
||||||
liboqs is a C library for quantum-resistant cryptographic
|
liboqs is a C library for quantum-resistant cryptographic algorithms.
|
||||||
algorithms. Details about liboqs can be found in README.md. See in
|
See the bundled README.md for particular limitations on intended use.
|
||||||
particular limitations on intended use.
|
|
||||||
|
|
||||||
%package devel
|
%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++
|
Group: Development/Languages/C and C++
|
||||||
Requires: liboqs0 = %{version}
|
Requires: liboqs0 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
liboqs is an open source C library for quantum-resistant cryptographic
|
liboqs is a C library for quantum-resistant cryptographic algorithms.
|
||||||
algorithms. Details about liboqs can be found in README.md. See in
|
See the bundled README.md for particular limitations on intended use.
|
||||||
particular limitations on intended use.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
@ -89,6 +86,7 @@ rmdir %{buildroot}%{_prefix}/local/
|
|||||||
%files -n liboqs0
|
%files -n liboqs0
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%{_libdir}/liboqs.so.0*
|
%{_libdir}/liboqs.so.0*
|
||||||
|
%doc README.md
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user