revert disabling debug_package by default

This commit is contained in:
Jens Petersen 2010-12-29 21:19:00 +09:00
parent a5d5e91f4b
commit 6b8936e288
2 changed files with 6 additions and 2 deletions

View File

@ -116,7 +116,6 @@ This package provides the shared library.\
# ghc_package_devel [-n pkgname] [-c cdepslist] [-h pkgdepslist] [-l licensetag] [-v version]
%ghc_package_devel(n:c:h:l:v:)\
%global debug_package %{nil}\
%define local_pkg_name %{-n:%{-n*}}%{!-n:%{pkg_name}}\
%define ghc_pkg_name ghc-%{local_pkg_name}\
%package -n %{ghc_pkg_name}-devel\

View File

@ -1,5 +1,5 @@
Name: ghc-rpm-macros
Version: 0.7.3
Version: 0.7.4
Release: 1%{?dist}
Summary: Macros for building packages for GHC
@ -48,6 +48,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Dec 29 2010 Jens Petersen <petersen@redhat.com> - 0.7.4-1
- revert disabling debug_package, since with redhat-rpm-config installed
the behaviour depended on the position of ghc_lib_package in the spec file
(reported by narasim_7)
* Tue Dec 7 2010 Jens Petersen <petersen@redhat.com> - 0.7.3-1
- add ghc_pkg_obsoletes for obsoleting old packages
- disable debuginfo by default