diff --git a/.gitignore b/.gitignore index 86894cc..53f09b4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /cabal-file-th-0.2.2.tar.gz +/cabal-file-th-0.2.3.tar.gz diff --git a/ghc-cabal-file-th.spec b/ghc-cabal-file-th.spec index b69faf8..b883b14 100644 --- a/ghc-cabal-file-th.spec +++ b/ghc-cabal-file-th.spec @@ -1,4 +1,3 @@ -# cabal2spec-0.25.4 # https://fedoraproject.org/wiki/Packaging:Haskell # https://fedoraproject.org/wiki/PackagingDrafts/Haskell @@ -9,21 +8,21 @@ %global common_description %{common_summary} Name: ghc-%{pkg_name} -Version: 0.2.2 -Release: 3%{?dist} +Version: 0.2.3 +Release: 1%{?dist} Summary: %{common_summary} -Group: System Environment/Libraries License: BSD -# BEGIN cabal2spec URL: http://hackage.haskell.org/package/%{pkg_name} Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz -ExclusiveArch: %{ghc_arches} + BuildRequires: ghc-Cabal-devel -BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} -# END cabal2spec +BuildRequires: ghc-rpm-macros +# Begin cabal-rpm deps: BuildRequires: ghc-directory-devel BuildRequires: ghc-template-haskell-devel +ExclusiveArch: %{ghc_arches_with_ghci} +# End cabal-rpm deps %description %{common_description} @@ -41,7 +40,6 @@ BuildRequires: ghc-template-haskell-devel %ghc_lib_install -# devel subpackage %ghc_devel_package %ghc_devel_description @@ -55,6 +53,11 @@ BuildRequires: ghc-template-haskell-devel %changelog +* Tue Nov 06 2012 Jens Petersen - 0.2.3-1 +- update to 0.2.3 +- added ghc_arches_with_ghci for template-haskell + + * Thu Jul 19 2012 Fedora Release Engineering - 0.2.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 10571d7..6e944e8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -96e79ac5ed4b581622b1b7a963d722dd cabal-file-th-0.2.2.tar.gz +cef723c1fe4b641de91a9f4fe2a52cb3 cabal-file-th-0.2.3.tar.gz