diff --git a/.gitignore b/.gitignore index 58a04b7..d5164a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ /entropy-0.2.1.tar.gz /entropy-0.2.2.tar.gz /entropy-0.2.2.1.tar.gz -/entropy-0.2.2.4.tar.gz diff --git a/ghc-entropy.spec b/ghc-entropy.spec index ab3c740..1051f04 100644 --- a/ghc-entropy.spec +++ b/ghc-entropy.spec @@ -2,9 +2,12 @@ %global pkg_name entropy +# Setup uses TH +%global ghc_without_dynamic 1 + Name: ghc-%{pkg_name} -Version: 0.2.2.4 -Release: 1%{?dist} +Version: 0.2.2.1 +Release: 3%{?dist} Summary: A platform independent entropy source License: BSD @@ -15,8 +18,10 @@ BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros # Begin cabal-rpm deps: BuildRequires: ghc-bytestring-devel -BuildRequires: ghc-unix-devel # End cabal-rpm deps +# Setup uses TH +ExclusiveArch: %{ghc_arches_with_ghci} +BuildRequires: ghc-template-haskell-devel %description A platform independent method to obtain cryptographically strong entropy @@ -61,12 +66,11 @@ This package provides the Haskell %{pkg_name} library development files. %files devel -f %{name}-devel.files -%doc README.md %changelog -* Wed Apr 23 2014 Jens Petersen - 0.2.2.4-1 -- update to 0.2.2.4 +* Tue Jul 8 2014 Jens Petersen - 0.2.2.1-3 +- update to cblrpm-0.8.11 * Sat Aug 03 2013 Fedora Release Engineering - 0.2.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/noautobuild b/noautobuild deleted file mode 100644 index e69de29..0000000 --- a/noautobuild +++ /dev/null diff --git a/sources b/sources index 7b07397..cc30b56 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1f5cacebd882b25ac4dc8be3597e1cf8 entropy-0.2.2.4.tar.gz +64e67e78842f3ab8bb77a8ff7218b83a entropy-0.2.2.1.tar.gz