[ghc-binary] update to cabal2spec-0.22.4

Jens Petersen petersen at fedoraproject.org
Mon Jan 17 12:13:17 UTC 2011


commit 9c1d354c6dcc56d857353e1e7658a07f39c8126b
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Jan 17 22:13:04 2011 +1000

    update to cabal2spec-0.22.4

 ghc-binary.spec |   18 +++++-------------
 1 files changed, 5 insertions(+), 13 deletions(-)
---
diff --git a/ghc-binary.spec b/ghc-binary.spec
index 19b2c1d..75eae7a 100644
--- a/ghc-binary.spec
+++ b/ghc-binary.spec
@@ -9,29 +9,23 @@ Haskell values may be encoded to and from binary formats, written to disk as\
 binary, or sent over the network. Serialisation speeds of over 1 G/sec have\
 been observed, so this library should be suitable for high performance scenarios.
 
-%bcond_without shared
-%bcond_without hscolour
-
 # debuginfo is not useful for ghc
 %global debug_package %{nil}
 
 Name:           ghc-%{pkg_name}
 Version:        0.5.0.2
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
 License:        BSD
 URL:            http://hackage.haskell.org/package/%{pkg_name}
 Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # fedora ghc archs:
 ExclusiveArch:  %{ix86} x86_64 ppc alpha
 BuildRequires:  ghc, ghc-doc, ghc-prof
-BuildRequires:  ghc-rpm-macros >= 0.8.1
-%if %{with hscolour}
+BuildRequires:  ghc-rpm-macros >= 0.7.3
 BuildRequires:  hscolour
-%endif
 
 %description
 %{common_description}
@@ -49,18 +43,16 @@ This package provides the shared library.
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 %ghc_lib_install
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %ghc_lib_package
 
 
 %changelog
+* Mon Jan 17 2011 Jens Petersen <petersen at redhat.com> - 0.5.0.2-6
+- update to cabal2spec-0.22.4
+
 * Thu Nov 25 2010 Jens Petersen <petersen at redhat.com> - 0.5.0.2-5
 - update url and drop -o obsoletes
 


More information about the scm-commits mailing list