[ghc-hashtables/el6: 3/4] build on all archs and update with cabal-rpm (from f18 branch)

Jens Petersen petersen at fedoraproject.org
Tue Dec 11 10:27:00 UTC 2012


commit fd352b04e32d2b80b020fdd451cef5381e983ff2
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Dec 11 19:24:55 2012 +0900

    build on all archs and update with cabal-rpm (from f18 branch)

 ghc-hashtables.spec |   20 +++++++++++++-------
 1 files changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/ghc-hashtables.spec b/ghc-hashtables.spec
index f874c95..fbcaedd 100644
--- a/ghc-hashtables.spec
+++ b/ghc-hashtables.spec
@@ -1,4 +1,3 @@
-# cabal2spec-0.25.2
 # https://fedoraproject.org/wiki/Packaging:Haskell
 # https://fedoraproject.org/wiki/PackagingDrafts/Haskell
 
@@ -25,20 +24,20 @@ much shorter delays when expanding the table.
 
 Name:           ghc-%{pkg_name}
 Version:        1.0.1.6
-Release:        2%{?dist}
+Release:        4%{?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_with_ghci}
+
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
-# END cabal2spec
+BuildRequires:  ghc-rpm-macros
+# Begin cabal-rpm deps:
 BuildRequires:  ghc-hashable-devel
+BuildRequires:  ghc-primitive-devel
 BuildRequires:  ghc-vector-devel
+# End cabal-rpm deps
 
 %description
 %{common_description}
@@ -69,6 +68,13 @@ BuildRequires:  ghc-vector-devel
 
 
 %changelog
+* Tue Dec 11 2012 Jens Petersen <petersen at redhat.com> - 1.0.1.6-4
+- build on all arch's
+- update with cabal-rpm
+
+* Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1.6-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
 * Mon Jul 16 2012 Jens Petersen <petersen at redhat.com> - 1.0.1.6-2
 - change prof BRs to devel
 


More information about the scm-commits mailing list