[ghc-zlib-bindings] update to 0.0.1

Jens Petersen petersen at fedoraproject.org
Mon Oct 17 02:03:39 UTC 2011


commit 40ec097df4fc07311f2b7112b8739faf1d5606e0
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Oct 17 11:03:39 2011 +0900

    update to 0.0.1

 .gitignore             |    1 +
 ghc-zlib-bindings.spec |   24 ++++++++++++++----------
 sources                |    2 +-
 3 files changed, 16 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ba08162..548fe86 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /zlib-bindings-0.0.0.tar.gz
+/zlib-bindings-0.0.1.tar.gz
diff --git a/ghc-zlib-bindings.spec b/ghc-zlib-bindings.spec
index 59af18f..7bb0591 100644
--- a/ghc-zlib-bindings.spec
+++ b/ghc-zlib-bindings.spec
@@ -9,23 +9,25 @@
 %global common_description %{common_summary}.
 
 Name:           ghc-%{pkg_name}
-Version:        0.0.0
-Release:        6%{?dist}.1
+Version:        0.0.1
+Release:        1%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
 License:        BSD
-# BEGIN: cabal2spec-0.24
+# BEGIN cabal2spec
 URL:            http://hackage.haskell.org/package/%{pkg_name}
 Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
 ExclusiveArch:  %{ghc_arches}
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
+%if %{undefined without_hscolour}
 BuildRequires:  hscolour
-# END: cabal2spec-0.24
+%endif
+# END cabal2spec
 
-BuildRequires:  ghc-bytestring-devel
-BuildRequires:  ghc-zlib-devel
+BuildRequires:  ghc-bytestring-prof
+BuildRequires:  ghc-zlib-prof
 
 %description
 %{common_description}
@@ -34,11 +36,11 @@ BuildRequires:  ghc-zlib-devel
 %package -n ghc-%{pkg_name}-devel
 Summary:        Development files for %{common_summary}
 Group:          Development/Libraries
-# BEGIN: cabal2spec-0.24
+# BEGIN cabal2spec
 %{?ghc_devel_requires}
 Obsoletes:      ghc-%{pkg_name}-prof < %{version}-%{release}
 Provides:       ghc-%{pkg_name}-prof = %{version}-%{release}
-# END: cabal2spec-0.24
+# END cabal2spec
 
 %description -n ghc-%{pkg_name}-devel
 %{common_description}
@@ -67,14 +69,16 @@ This package contains the development files.
 
 %if %{undefined ghc_without_shared}
 %files -n ghc-%{pkg_name} -f ghc-%{pkg_name}.files
-%defattr(-,root,root,-)
 %endif
 
 %files -n ghc-%{pkg_name}-devel -f ghc-%{pkg_name}-devel.files
-%defattr(-,root,root,-)
 
 
 %changelog
+* Mon Oct 17 2011 Jens Petersen <petersen at redhat.com> - 0.0.1-1
+- update to 0.0.1
+- BR prof not devel
+
 * Tue Oct 11 2011 Peter Schiffer <pschiffe at redhat.com> - 0.0.0-6.1
 - rebuild with new gmp
 
diff --git a/sources b/sources
index 1512c84..a875329 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ced9be9c31f54ad848f58babf1ca2190  zlib-bindings-0.0.0.tar.gz
+999c52afde320a165881d2408a2af4d7  zlib-bindings-0.0.1.tar.gz


More information about the scm-commits mailing list