disable debuginfo

This commit is contained in:
Jens Petersen 2014-10-27 12:20:46 +09:00
parent b007f24d1d
commit 331d007e8a

View File

@ -2,10 +2,13 @@
%global pkg_name zlib %global pkg_name zlib
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
# part of haskell-platform # part of haskell-platform
Version: 0.5.4.1 Version: 0.5.4.1
Release: 29%{?dist} Release: 30%{?dist}
Summary: Compression and decompression in the gzip and zlib formats Summary: Compression and decompression in the gzip and zlib formats
License: BSD License: BSD
@ -22,7 +25,7 @@ BuildRequires: zlib-devel%{?_isa}
%description %description
This package provides a pure interface for compressing and decompressing This package provides a pure interface for compressing and decompressing
streams of data represented as lazy 'ByteString's. It uses the zlib C library streams of data represented as lazy 'ByteString's. It uses the zlib C library
so it has high performance. It supports the zlib, gzip and raw so it has high performance. It supports the "zlib", "gzip" and "raw"
compression formats. compression formats.
It provides a convenient high level API suitable for most tasks and for the few It provides a convenient high level API suitable for most tasks and for the few
@ -74,6 +77,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog %changelog
* Mon Oct 27 2014 Jens Petersen <petersen@redhat.com> - 0.5.4.1-30
- disable debuginfo
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.4.1-29 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.4.1-29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild