This commit is contained in:
Jens Petersen 2013-03-23 11:48:12 +09:00
parent 33261de38c
commit 0032d7ccb9
3 changed files with 59 additions and 0 deletions

1
.gitignore vendored
View File

@ -0,0 +1 @@
/entropy-0.2.1.tar.gz

57
ghc-entropy.spec Normal file
View File

@ -0,0 +1,57 @@
# https://fedoraproject.org/wiki/Packaging:Haskell
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
%global pkg_name entropy
%global common_summary A platform independent entropy source
%global common_description A platform independent method to obtain cryptographically strong entropy\
(urandom on Linux, CryptAPI on Windows, patches welcome).\
Users looking for cryptographically strong (number-theoretically\
sound) PRNGs should see the 'DRBG' package too!.
Name: ghc-%{pkg_name}
Version: 0.2.1
Release: 1%{?dist}
Summary: %{common_summary}
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-bytestring-devel
# End cabal-rpm deps
%description
%{common_description}
%prep
%setup -q -n %{pkg_name}-%{version}
%build
%ghc_lib_build
%install
%ghc_lib_install
%ghc_devel_package
%ghc_devel_description
%ghc_devel_post_postun
%ghc_files LICENSE
%changelog
* Wed Feb 13 2013 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.2.1-1
- spec file generated by cabal-rpm-0.7.1

View File

@ -0,0 +1 @@
9b18044a0435ff29289b21a36f4594f5 entropy-0.2.1.tar.gz