# https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name mwc-random Name: ghc-%{pkg_name} Version: 0.12.0.1 Release: 6%{?dist} Summary: Fast, high quality pseudo random number generation License: BSD URL: http://hackage.haskell.org/package/%{pkg_name} Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros # Begin cabal-rpm deps: BuildRequires: ghc-primitive-devel BuildRequires: ghc-time-devel BuildRequires: ghc-vector-devel # End cabal-rpm deps %description A library for generating high quality random numbers that follow either a uniform or normal distribution. The generated numbers are suitable for use in statistical applications. The uniform PRNG uses Marsaglia's MWC256 (also known as MWC8222) multiply-with-carry generator, which has a period of 2^8222 and fares well in tests of randomness. It is also extremely fast, between 2 and 3 times faster than the Mersenne Twister. Compared to the mersenne-random package, this package has a more convenient API, is faster, and supports more statistical distributions. %package devel Summary: Haskell %{pkg_name} library development files Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} Requires(postun): ghc-compiler = %{ghc_version} Requires: %{name} = %{version}-%{release} %description devel This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkg_name}-%{version} %build %ghc_lib_build %install %ghc_lib_install %post devel %ghc_pkg_recache %postun devel %ghc_pkg_recache %files -f %{name}.files %doc LICENSE %files devel -f %{name}-devel.files %doc README.markdown %changelog * Sat Jun 07 2014 Fedora Release Engineering - 0.12.0.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Aug 03 2013 Fedora Release Engineering - 0.12.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Jun 05 2013 Jens Petersen - 0.12.0.1-4 - update to new simplified Haskell Packaging Guidelines * Wed Feb 13 2013 Fedora Release Engineering - 0.12.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Nov 17 2012 Jens Petersen - 0.12.0.1-2 - update with cabal-rpm * Sun Oct 21 2012 Lakshmi Narasimhan T V - 0.12.0.1-1 - update to 0.12.0.1 * Thu Jul 19 2012 Fedora Release Engineering - 0.12.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Mon Jul 16 2012 Jens Petersen - 0.12.0.0-3 - change prof BRs to devel * Mon May 7 2012 Jens Petersen - 0.12.0.0-2 - requires ghci to build * Thu Mar 22 2012 Jens Petersen - 0.12.0.0-1 - update to 0.12.0.0 * Thu Jan 19 2012 Lakshmi Narasimhan T V - 0.11.0.0-1 - update to 0.11.0.0 version * Wed Jan 4 2012 Jens Petersen - 0.10.0.1-2 - update to cabal2spec-0.25.2 - add README file - depends on time * Sat Nov 19 2011 Lakshmi Narasimhan T V - 0.10.0.1-1 - Added dependencies. License is BSD3 * Sat Nov 19 2011 Fedora Haskell SIG - 0.10.0.1-0 - initial packaging for Fedora automatically generated by cabal2spec-0.24.1