[ghc-csv] update with cabal-rpm

Jens Petersen petersen at fedoraproject.org
Sat Nov 17 13:17:47 UTC 2012


commit 983a03449e94f39929b280d6f1726531b24d93f6
Author: Jens Petersen <petersen at redhat.com>
Date:   Sat Nov 17 22:17:41 2012 +0900

    update with cabal-rpm

 ghc-csv.spec |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/ghc-csv.spec b/ghc-csv.spec
index 9ce8ebc..de013c0 100644
--- a/ghc-csv.spec
+++ b/ghc-csv.spec
@@ -1,4 +1,3 @@
-# cabal2spec-0.25
 # https://fedoraproject.org/wiki/Packaging:Haskell
 # https://fedoraproject.org/wiki/PackagingDrafts/Haskell
 
@@ -14,20 +13,19 @@ and for certain web services.
 
 Name:           ghc-%{pkg_name}
 Version:        0.1.2
-Release:        15%{?dist}
+Release:        16%{?dist}
 Summary:        %{common_summary}
 
-Group:          System Environment/Libraries
 License:        MIT
-# 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-filepath-devel
 BuildRequires:  ghc-parsec-devel
+# End cabal-rpm deps
 
 %description
 %{common_description}
@@ -45,7 +43,6 @@ BuildRequires:  ghc-parsec-devel
 %ghc_lib_install
 
 
-# devel subpackage
 %ghc_devel_package
 
 %ghc_devel_description
@@ -58,6 +55,9 @@ BuildRequires:  ghc-parsec-devel
 
 
 %changelog
+* Sat Nov 17 2012 Jens Petersen <petersen at redhat.com> - 0.1.2-16
+- update with cabal-rpm
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.2-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list