[ghc-ghc-paths] update to cabal2spec-0.22.4

Jens Petersen petersen at fedoraproject.org
Mon Jan 17 07:28:17 UTC 2011


commit 225cef442dd4a7714db581b5ae9d3e682e6d39df
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Jan 17 17:24:31 2011 +1000

    update to cabal2spec-0.22.4

 ghc-ghc-paths.spec |   18 +++++-------------
 1 files changed, 5 insertions(+), 13 deletions(-)
---
diff --git a/ghc-ghc-paths.spec b/ghc-ghc-paths.spec
index ad09447..f21db4a 100644
--- a/ghc-ghc-paths.spec
+++ b/ghc-ghc-paths.spec
@@ -4,29 +4,23 @@
 
 %global common_description Knowledge of GHC's installation directories.
 
-%bcond_without shared
-%bcond_without hscolour
-
 # debuginfo is not useful for ghc
 %global debug_package %{nil}
 
 Name:           ghc-%{pkg_name}
 Version:        0.1.0.8
-Release:        3%{?dist}
+Release:        4%{?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}
@@ -44,18 +38,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>
+- update to cabal2spec-0.22.4
+
 * Fri Nov 26 2010 Jens Petersen <petersen at redhat.com> - 0.1.0.8-3
 - update url and drop -o obsoletes
 


More information about the scm-commits mailing list