[ghc-xhtml] update to cabal2spec-0.22.4

Jens Petersen petersen at fedoraproject.org
Tue Jan 18 08:35:24 UTC 2011


commit 75181a7fa53e984fbf005298e2b909b86cc5f4cb
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Jan 18 18:35:13 2011 +1000

    update to cabal2spec-0.22.4

 ghc-xhtml.spec |   18 +++++-------------
 1 files changed, 5 insertions(+), 13 deletions(-)
---
diff --git a/ghc-xhtml.spec b/ghc-xhtml.spec
index d9d7ac4..cd4e3a4 100644
--- a/ghc-xhtml.spec
+++ b/ghc-xhtml.spec
@@ -5,30 +5,24 @@
 %global common_description Combinators for producing XHTML 1.0, including the Strict, Transitional and\
 Frameset variants.
 
-%bcond_without shared
-%bcond_without hscolour
-
 # debuginfo is not useful for ghc
 %global debug_package %{nil}
 
 Name:           ghc-%{pkg_name}
 # part of haskell-platform-2010.2.0.0
 Version:        3000.2.0.1
-Release:        6%{?dist}
+Release:        7%{?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}
@@ -46,18 +40,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
+* Tue Jan 18 2011 Jens Petersen <petersen at redhat.com> - 3000.2.0.1-7
+- update to cabal2spec-0.22.4
+
 * Thu Nov 25 2010 Jens Petersen <petersen at redhat.com> - 3000.2.0.1-6
 - update url and drop -o obsoletes
 


More information about the scm-commits mailing list