[ghc-regex-tdfa/f13/master] Package update to 1.1.8 modified: .gitignore modified: ghc-regex-tdfa.spec modified: source

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


commit 136abc89a52f54e114f7a7d1b20375c77611a7f1
Author: Lakshmi Narasimhan T V <lakshminaras2002 at gmail.com>
Date:   Mon Apr 18 09:46:50 2011 +0530

    Package update to 1.1.8
    	modified:   .gitignore
    	modified:   ghc-regex-tdfa.spec
    	modified:   sources

 .gitignore          |    1 +
 ghc-regex-tdfa.spec |   24 +++++-------------------
 sources             |    2 +-
 3 files changed, 7 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e07a3c5..0e650e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /regex-tdfa-1.1.4.tar.gz
 /regex-tdfa-1.1.6.tar.gz
 /regex-tdfa-1.1.7.tar.gz
+/regex-tdfa-1.1.8.tar.gz
diff --git a/ghc-regex-tdfa.spec b/ghc-regex-tdfa.spec
index f7abed0..e5eb870 100644
--- a/ghc-regex-tdfa.spec
+++ b/ghc-regex-tdfa.spec
@@ -6,14 +6,8 @@
 
 %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 +15,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.7.0
-%if %{with hscolour}
 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 +34,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
 
diff --git a/sources b/sources
index e1ac1ec..6e9d7be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2ca4df706583f2d3a137e9a71f3a9e7f  regex-tdfa-1.1.7.tar.gz
+84b5e0091fc619070e81373253c3a08d  regex-tdfa-1.1.8.tar.gz


More information about the scm-commits mailing list