[ghc-haskeline] update to 0.6.4.6 and cabal2spec-0.25.2

Jens Petersen petersen at fedoraproject.org
Fri Jan 6 05:05:32 UTC 2012


commit 9ccfba46e12aced1b610defba152b65e594be19d
Author: Jens Petersen <petersen at redhat.com>
Date:   Fri Jan 6 14:05:23 2012 +0900

    update to 0.6.4.6 and cabal2spec-0.25.2

 .gitignore         |    1 +
 ghc-haskeline.spec |   36 ++++++++++++++++++++++++++++++------
 sources            |    2 +-
 3 files changed, 32 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9f334e0..4537110 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ haskeline-0.6.2.2.tar.gz
 /haskeline-0.6.3.2.tar.gz
 /haskeline-0.6.4.0.tar.gz
 /haskeline-0.6.4.3.tar.gz
+/haskeline-0.6.4.6.tar.gz
diff --git a/ghc-haskeline.spec b/ghc-haskeline.spec
index 4dcf9dd..f4b752a 100644
--- a/ghc-haskeline.spec
+++ b/ghc-haskeline.spec
@@ -1,3 +1,7 @@
+# cabal2spec-0.25.2
+# https://fedoraproject.org/wiki/Packaging:Haskell
+# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
+
 %global pkg_name haskeline
 
 %global common_summary Haskell command-line interface for user input
@@ -9,19 +13,27 @@ Haskell it is (hopefully) more easily used in other Haskell programs.\
 Haskeline runs both on POSIX-compatible systems and on Windows.
 
 Name:           ghc-%{pkg_name}
-Version:        0.6.4.3
-Release:        1%{?dist}.3
+Version:        0.6.4.6
+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
-BuildRequires:  hscolour
-BuildRequires:  ghc-bytestring-prof, ghc-containers-prof, ghc-directory-prof, ghc-extensible-exceptions, ghc-mtl-prof, ghc-unix-prof, ghc-utf8-string-prof, ghc-terminfo-prof
+BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
+# END cabal2spec
+BuildRequires:  ghc-bytestring-prof
+BuildRequires:  ghc-containers-prof
+BuildRequires:  ghc-directory-prof
+BuildRequires:  ghc-extensible-exceptions
+BuildRequires:  ghc-mtl-prof
+BuildRequires:  ghc-unix-prof
+BuildRequires:  ghc-utf8-string-prof
+BuildRequires:  ghc-terminfo-prof
 
 %description
 %{common_description}
@@ -39,10 +51,22 @@ BuildRequires:  ghc-bytestring-prof, ghc-containers-prof, ghc-directory-prof, gh
 %ghc_lib_install
 
 
-%ghc_lib_package
+%ghc_devel_package
+
+%ghc_devel_description
+
+
+%ghc_devel_post_postun
+
+
+%ghc_files
+%doc CHANGES
 
 
 %changelog
+* Fri Jan  6 2012 Jens Petersen <petersen at redhat.com> - 0.6.4.6-1
+- update to 0.6.4.6 and cabal2spec-0.25.2
+
 * Mon Oct 24 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.6.4.3-1.3
 - rebuild with new gmp without compat lib
 
diff --git a/sources b/sources
index 5afe124..8debb76 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-93d2f523608341cd56293edda00c4623  haskeline-0.6.4.3.tar.gz
+c43d01e3ea23eed266060391ca680a76  haskeline-0.6.4.6.tar.gz


More information about the scm-commits mailing list