[ghc-wai] disable debuginfo explicitly

Jens Petersen petersen at fedoraproject.org
Tue Jun 10 08:42:29 UTC 2014


commit 60e0eb2d160096f61c163f402c1276195bcd8820
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Jun 10 17:42:19 2014 +0900

    disable debuginfo explicitly

 ghc-wai.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/ghc-wai.spec b/ghc-wai.spec
index 26100ad..020b773 100644
--- a/ghc-wai.spec
+++ b/ghc-wai.spec
@@ -2,9 +2,12 @@
 
 %global pkg_name wai
 
+# no useful debuginfo for Haskell packages without C sources
+%global debug_package %{nil}
+
 Name:           ghc-%{pkg_name}
 Version:        1.4.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Haskell Web Application Interface library
 
 License:        MIT
@@ -69,6 +72,9 @@ This package provides the Haskell %{pkg_name} library development files.
 
 
 %changelog
+* Tue Jun 10 2014 Jens Petersen <petersen at redhat.com> - 1.4.1-3
+- disable debuginfo explicitly (cblrpm-0.8.11)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list