revert disabling debug_package since it behaves inconsistently with redhat-rpm-config
This commit is contained in:
parent
21e17e3468
commit
7d50a02159
@ -114,7 +114,6 @@ This package provides the shared library.\
|
||||
%global _use_internal_dependency_generator 0\
|
||||
%global __find_provides /usr/lib/rpm/ghc-deps.sh --provides %{buildroot}%{ghcpkgbasedir}\
|
||||
%global __find_requires /usr/lib/rpm/ghc-deps.sh --requires %{buildroot}%{ghcpkgbasedir}\
|
||||
%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\
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ghc-rpm-macros
|
||||
Version: 0.10.2
|
||||
Version: 0.10.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Macros for building packages for GHC
|
||||
|
||||
@ -53,6 +53,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Dec 20 2010 Jens Petersen <petersen@redhat.com> - 0.10.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)
|
||||
|
||||
* Fri Nov 26 2010 Jens Petersen <petersen@redhat.com>
|
||||
- drop with_devhelp since --html-help option gone from haddock-2.8.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user