Accepting request 845040 from home:jengelh:branches:devel:libraries:c_c++
- Wrap descriptions, trim marketing wording. OBS-URL: https://build.opensuse.org/request/show/845040 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/trng?expand=0&rev=2
This commit is contained in:
parent
21597b7e37
commit
58216edbf0
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 30 13:36:53 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Wrap descriptions, trim marketing wording.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 23 11:57:26 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
29
trng.spec
29
trng.spec
@ -20,7 +20,7 @@
|
||||
Name: trng
|
||||
Version: 4.23
|
||||
Release: 0
|
||||
Summary: Tina's Random Number Generator Library
|
||||
Summary: A Random Number Generator Library
|
||||
License: BSD-3-Clause
|
||||
URL: https://www.numbercrunch.de/trng/
|
||||
Source: https://github.com/rabauke/trng4/archive/v4.23.tar.gz#/%{name}-%{version}.tar.gz
|
||||
@ -33,31 +33,32 @@ BuildRequires: tbb-devel
|
||||
ExcludeArch: aarch64
|
||||
|
||||
%description
|
||||
TRNG is a modern C++ pseudo random number generator library.
|
||||
|
||||
Key features:
|
||||
* fully compatible with the C++11 random number facility as defined in <random>
|
||||
* implements various pseudo random number algorithms
|
||||
* supports multiple streams of random numbers for parallel (multi-threaded) applications
|
||||
* does not depend on a specific parallelization technique, may be used with any threading library or MPI
|
||||
* pseudo random numbers can be sampled from many different distributions
|
||||
TRNG is a pseudo random number generator C++ library.
|
||||
|
||||
%package -n %{shlib}
|
||||
Summary: Shared library for trng - Tina's Random Number Generator Library
|
||||
Summary: A Random Number Generator Library
|
||||
|
||||
%description -n %{shlib}
|
||||
TRNG is a modern C++ pseudo random number generator library.
|
||||
TRNG is a C++ pseudo random number generator library.
|
||||
|
||||
This package provides the shared libs for trng.
|
||||
Key features:
|
||||
* compatible with the C++11 random number facility as defined in
|
||||
<random>
|
||||
* implements various pseudo random number algorithms
|
||||
* supports multiple streams of random numbers for parallel
|
||||
(multi-threaded) applications
|
||||
* may be used with any threading library or MPI
|
||||
* pseudo random numbers can be sampled from many different distributions
|
||||
|
||||
%package devel
|
||||
Summary: Headers and devel files for TRNG
|
||||
Requires: %{shlib} = %{version}
|
||||
|
||||
%description devel
|
||||
TRNG is a modern C++ pseudo random number generator library.
|
||||
TRNG is a C++ pseudo random number generator library.
|
||||
|
||||
This package provides the headers and devel files for developing applications against TRNG.
|
||||
This package provides the headers and devel files for developing
|
||||
applications against TRNG.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}4-%{version}
|
||||
|
Loading…
Reference in New Issue
Block a user