revert disabling debug_package by default

This commit is contained in:
Jens Petersen 2010-12-29 21:14:10 +09:00
parent 4485d43033
commit 6cc692f693
3 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,7 @@
Maintainer:
Jens Petersen <petersen@redhat.com>
Initial implementation:
Bryan O'Sullivan
Jens Petersen
Yaakov Nemoy

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] (-o deprecated no-op)
%ghc_package_devel(n:c:h:l:v:o:)\
%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.8.2
Version: 0.8.3
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.8.3-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)
* Thu Sep 30 2010 Jens Petersen <petersen@redhat.com> - 0.8.2-1
- add ghc_pkg_obsoletes for obsoleting old packages
- always obsolete -doc packages, but keep -o for now for backward compatibility