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>
|
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
|
Name: trng
|
||||||
Version: 4.23
|
Version: 4.23
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tina's Random Number Generator Library
|
Summary: A Random Number Generator Library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://www.numbercrunch.de/trng/
|
URL: https://www.numbercrunch.de/trng/
|
||||||
Source: https://github.com/rabauke/trng4/archive/v4.23.tar.gz#/%{name}-%{version}.tar.gz
|
Source: https://github.com/rabauke/trng4/archive/v4.23.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
@ -33,31 +33,32 @@ BuildRequires: tbb-devel
|
|||||||
ExcludeArch: aarch64
|
ExcludeArch: aarch64
|
||||||
|
|
||||||
%description
|
%description
|
||||||
TRNG is a modern C++ pseudo random number generator library.
|
TRNG is a pseudo random number generator C++ 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
|
|
||||||
|
|
||||||
%package -n %{shlib}
|
%package -n %{shlib}
|
||||||
Summary: Shared library for trng - Tina's Random Number Generator Library
|
Summary: A Random Number Generator Library
|
||||||
|
|
||||||
%description -n %{shlib}
|
%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
|
%package devel
|
||||||
Summary: Headers and devel files for TRNG
|
Summary: Headers and devel files for TRNG
|
||||||
Requires: %{shlib} = %{version}
|
Requires: %{shlib} = %{version}
|
||||||
|
|
||||||
%description devel
|
%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
|
%prep
|
||||||
%autosetup -n %{name}4-%{version}
|
%autosetup -n %{name}4-%{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user