From 97425bc60d43891cb6ebb1c76353b9cbbab840e9 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Mon, 8 May 2023 11:06:38 +0200 Subject: [PATCH] import sources --- .gitignore | 1 + ghc-tf-random.spec | 135 +++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 137 insertions(+) create mode 100644 .gitignore create mode 100644 ghc-tf-random.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e336600 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/tf-random-0.5.tar.gz diff --git a/ghc-tf-random.spec b/ghc-tf-random.spec new file mode 100644 index 0000000..30b5d89 --- /dev/null +++ b/ghc-tf-random.spec @@ -0,0 +1,135 @@ +# generated by cabal-rpm-0.12.1 +# https://fedoraproject.org/wiki/Packaging:Haskell + +%global pkg_name tf-random +%global pkgver %{pkg_name}-%{version} + +Name: ghc-%{pkg_name} +Version: 0.5 +Release: 10%{?dist} +Summary: High-quality splittable pseudorandom number generator + +# main license is BSD +# brg_types.h is BSD and optionally GPL+ +# C code by Doug Whiting is Public Domain +License: BSD and Public Domain +Url: https://hackage.haskell.org/package/%{pkg_name} +Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz + +BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-rpm-macros +# Begin cabal-rpm deps: +BuildRequires: ghc-primitive-devel +BuildRequires: ghc-random-devel +BuildRequires: ghc-time-devel +# End cabal-rpm deps + +%description +This package contains an implementation of a high-quality splittable +pseudorandom number generator. The generator is based on a cryptographic hash +function built on top of the ThreeFish block cipher. See the paper /Splittable +Pseudorandom Number Generators Using Cryptographic Hashing/ by Claessen, Pałka +for details and the rationale of the design. + +The package provides the following: + +* A splittable PRNG that implements the standard 'System.Random.RandomGen' +class. + +* The generator also implements an alternative version of the +'System.Random.TF.Gen.RandomGen' class (exported from "System.Random.TF.Gen"), +which requires the generator to return pseudorandom integers from the full +32-bit range, and contains an n-way split function. + +* An alternative version of the 'Random' class is provided, which is linked to +the new 'RandomGen' class, together with 'Random' instances for some integral +types. + +* Two functions for initialising the generator with a non-deterministic seed: +one using the system time, and one using the '/dev/urandom' UNIX special file. + +The package uses an adapted version of the reference C implementation of +ThreeFish from the reference package of the Skein hash function +(), originally written by Doug Whiting. + +Please note that even though the generator provides very high-quality +pseudorandom numbers, it has not been designed with cryptographic applications +in mind. + + +%package devel +Summary: Haskell %{pkg_name} library development files +Provides: %{name}-static = %{version}-%{release} +Provides: %{name}-doc = %{version}-%{release} +%if %{defined ghc_version} +Requires: ghc-compiler = %{ghc_version} +Requires(post): ghc-compiler = %{ghc_version} +Requires(postun): ghc-compiler = %{ghc_version} +%endif +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +This package provides the Haskell %{pkg_name} library development files. + + +%prep +%setup -q -n %{pkgver} + + +%build +%ghc_lib_build + + +%install +%ghc_lib_install + + +%post devel +%ghc_pkg_recache + + +%postun devel +%ghc_pkg_recache + + +%files -f %{name}.files +%license LICENSE LICENSE.tf LICENSE.brg + + +%files devel -f %{name}-devel.files +%doc ChangeLog + + +%changelog +* Wed Feb 07 2018 Fedora Release Engineering - 0.5-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Fri Jan 26 2018 Jens Petersen - 0.5-9 +- rebuild + +* Wed Aug 02 2017 Fedora Release Engineering - 0.5-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 0.5-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 24 2017 Jens Petersen - 0.5-6 +- refresh to cabal-rpm-0.11.1 + +* Fri Feb 10 2017 Fedora Release Engineering - 0.5-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Wed Feb 03 2016 Fedora Release Engineering - 0.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 0.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Tue Mar 3 2015 Jens Petersen - 0.5-2 +- some of the C code is Public Domain (#1196960) + +* Fri Feb 27 2015 Jens Petersen - 0.5-1 +- improve filelists + +* Mon Feb 9 2015 Fedora Haskell SIG - 0.5 +- spec file generated by cabal-rpm-0.9.3 diff --git a/sources b/sources new file mode 100644 index 0000000..4d6a813 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (tf-random-0.5.tar.gz) = a766909571b4b37daaaaa9fa1aa9739bd2db8c32c0f64452fd7c3717f4578090e5227b763772858c6c311c5f366dd461421ffc3beb295455902fea1fb133deb7