[ghc-regex-tdfa/f14/master] Package updated to 1.1.8

Lakshmi Narasimhan T V narasim at fedoraproject.org
Mon Apr 18 04:22:05 UTC 2011


commit 04ae61e12aaeaf3b3ff54d3048c620039787d842
Author: Lakshmi Narasimhan T V <lakshminaras2002 at gmail.com>
Date:   Mon Apr 18 09:51:49 2011 +0530

    Package updated to 1.1.8

 ghc-regex-tdfa.spec |   25 ++++++-------------------
 1 files changed, 6 insertions(+), 19 deletions(-)
---
diff --git a/ghc-regex-tdfa.spec b/ghc-regex-tdfa.spec
index 0fe6b5f..5cb6327 100644
--- a/ghc-regex-tdfa.spec
+++ b/ghc-regex-tdfa.spec
@@ -6,14 +6,9 @@
 
 %global ghc_pkg_deps ghc-regex-base-devel,ghc-parsec-devel,ghc-mtl-devel
 
-%bcond_without shared
-%bcond_without hscolour
-
-# debuginfo is not useful for ghc
-%global debug_package %{nil}
 
 Name:           ghc-%{pkg_name}
-Version:        1.1.7
+Version:        1.1.8
 Release:        1%{?dist}
 Summary:        %{common_summary}
 
@@ -21,20 +16,14 @@ 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)
-ExclusiveArch:  %{ix86} x86_64 ppc alpha
+ExclusiveArch:  %{ix86} x86_64 ppc alpha sparcv9
 BuildRequires:  ghc, ghc-doc, ghc-prof
-BuildRequires:  ghc-rpm-macros >= 0.8.1
-%if %{with hscolour}
+BuildRequires:  ghc-rpm-macros >= 0.7.0
 BuildRequires:  hscolour
-%endif
 %{?ghc_pkg_deps:BuildRequires:  %{ghc_pkg_deps}, %(echo %{ghc_pkg_deps} | sed -e "s/\(ghc-[^, ]\+\)-devel/\1-doc,\1-prof/g")}
 
 %description
 %{common_description}
-%if %{with shared}
-This package provides the shared library.
-%endif
 
 
 %prep
@@ -46,18 +35,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 Apr 18 2011 Lakshmi Narasimhan T V <lakshminaras2002 at gmail.com> - 1.1.8-1
+* package updated to 1.1.8. Updated to cabal2spec 0.22.5.
+
 * Sun Nov 28 2010 Lakshmi Narasimhan T V <lakshminaras2002 at gmail.com> - 1.1.7-1
 - package updated to 1.1.7
 


More information about the scm-commits mailing list