forked from pool/jitterentropy
Accepting request 922114 from devel:libraries:c_c++
- Trim conjecture from descriptions. (forwarded request 922067 from jengelh) OBS-URL: https://build.opensuse.org/request/show/922114 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jitterentropy?expand=0&rev=2
This commit is contained in:
commit
32a837ba29
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 28 20:19:44 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Trim conjecture from descriptions.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 21 12:25:00 UTC 2021 - Marcus Meissner <meissner@suse.com>
|
Tue Sep 21 12:25:00 UTC 2021 - Marcus Meissner <meissner@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package hello
|
# spec file for package jitterentropy
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,39 +18,29 @@
|
|||||||
|
|
||||||
Name: jitterentropy
|
Name: jitterentropy
|
||||||
Summary: A userspace library for jitter entropy generation
|
Summary: A userspace library for jitter entropy generation
|
||||||
License: GPL-2.0-or-later OR BSD-3-Clause
|
License: BSD-3-Clause OR GPL-2.0-or-later
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
Version: 3.3.0
|
Version: 3.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://github.com/smuellerDD/jitterentropy-library
|
URL: https://github.com/smuellerDD/jitterentropy-library
|
||||||
Source0: https://github.com/smuellerDD/jitterentropy-library/archive/refs/tags/v%{version}.tar.gz
|
Source0: https://github.com/smuellerDD/jitterentropy-library/archive/refs/tags/v%{version}.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Jitter RNG provides a noise source using the CPU execution
|
The Jitter RNG provides a noise source using the CPU execution
|
||||||
timing jitter. It does not depend on any system resource other than
|
timing jitter. It depends on a high-resolution time stamp.
|
||||||
a high-resolution time stamp. It is a small-scale, yet fast entropy
|
|
||||||
source that is viable in almost all environments and on a lot of CPU
|
|
||||||
architectures.
|
|
||||||
|
|
||||||
The implementation of the Jitter RNG is independent of any operating
|
The design of this RNG is given in the documentation found at
|
||||||
system. As such, it could even run on baremetal without any operating
|
|
||||||
system.
|
|
||||||
|
|
||||||
The design of the RNG is given in the documentation found in at
|
|
||||||
http://www.chronox.de/jent.html . This documentation also covers the full
|
http://www.chronox.de/jent.html . This documentation also covers the full
|
||||||
assessment of the SP800-90B compliance as well as all required test code.
|
assessment of the SP800-90B compliance as well as all required test code.
|
||||||
|
|
||||||
%package -n libjitterentropy3
|
%package -n libjitterentropy3
|
||||||
Summary: Jitter entropy generator shared library
|
Summary: Jitter entropy generator shared library
|
||||||
Group: Development/Tools/Other
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libjitterentropy3
|
%description -n libjitterentropy3
|
||||||
The Jitter RNG provides a noise source using the CPU execution
|
The Jitter RNG provides a noise source using the CPU execution
|
||||||
timing jitter. It does not depend on any system resource other than
|
timing jitter. It depends on a high-resolution time stamp.
|
||||||
a high-resolution time stamp. It is a small-scale, yet fast entropy
|
|
||||||
source that is viable in almost all environments and on a lot of CPU
|
|
||||||
architectures.
|
|
||||||
|
|
||||||
This package contains the shared library.
|
This package contains the shared library.
|
||||||
|
|
||||||
@ -61,35 +51,30 @@ Requires: libjitterentropy3 = %{version}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The Jitter RNG provides a noise source using the CPU execution
|
The Jitter RNG provides a noise source using the CPU execution
|
||||||
timing jitter. It does not depend on any system resource other than
|
timing jitter. It depends on a high-resolution time stamp.
|
||||||
a high-resolution time stamp. It is a small-scale, yet fast entropy
|
|
||||||
source that is viable in almost all environments and on a lot of CPU
|
|
||||||
architectures.
|
|
||||||
|
|
||||||
This package contains the development header and library.
|
This package contains the development header and library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n jitterentropy-library-%version
|
%autosetup -n jitterentropy-library-%version
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make PREFIX=/usr LIBDIR=%_lib
|
%make_build PREFIX="%_prefix" LIBDIR="%_lib"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install PREFIX=/usr LIBDIR=%_lib
|
%make_install PREFIX="%_prefix" LIBDIR="%_lib"
|
||||||
|
|
||||||
%post -n libjitterentropy3 -p /sbin/ldconfig
|
%post -n libjitterentropy3 -p /sbin/ldconfig
|
||||||
%postun -n libjitterentropy3 -p /sbin/ldconfig
|
%postun -n libjitterentropy3 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
|
||||||
%license LICENSE.gplv2 LICENSE LICENSE.bsd
|
%license LICENSE.gplv2 LICENSE LICENSE.bsd
|
||||||
/usr/include/jitterentropy-base-user.h
|
%_includedir/jitterentropy-base-user.h
|
||||||
/usr/include/jitterentropy.h
|
%_includedir/jitterentropy.h
|
||||||
%_libdir/libjitterentropy.so
|
%_libdir/libjitterentropy.so
|
||||||
%_mandir/man3/jitterentropy.3*
|
%_mandir/man3/jitterentropy.3*
|
||||||
|
|
||||||
%files -n libjitterentropy3
|
%files -n libjitterentropy3
|
||||||
%defattr(-, root, root)
|
|
||||||
%license LICENSE.gplv2 LICENSE LICENSE.bsd
|
%license LICENSE.gplv2 LICENSE LICENSE.bsd
|
||||||
%_libdir/libjitterentropy.so.3
|
%_libdir/libjitterentropy.so.3
|
||||||
%_libdir/libjitterentropy.so.3.3.0
|
%_libdir/libjitterentropy.so.3.3.0
|
||||||
|
Loading…
Reference in New Issue
Block a user