enable debuginfo
production build
This commit is contained in:
parent
bf23eb900b
commit
6ee0cad912
23
ghc.spec
23
ghc.spec
@ -2,23 +2,18 @@
|
||||
# (disabled for other archs in ghc-rpm-macros)
|
||||
|
||||
# To bootstrap build a new version of ghc, uncomment the following:
|
||||
%global ghc_bootstrapping 1
|
||||
%{?ghc_bootstrap}
|
||||
%global without_testsuite 1
|
||||
# uncomment to generate haddocks
|
||||
#%%undefine without_haddock
|
||||
|
||||
# To do a test build instead with shared libs, uncomment the following:
|
||||
#%%global ghc_bootstrapping 1
|
||||
#%%{?ghc_test}
|
||||
#%%global without_testsuite 1
|
||||
# either:
|
||||
#%%{?ghc_bootstrap}
|
||||
# or for shared libs:
|
||||
#%%{?ghc_test}
|
||||
# uncomment to generate haddocks for bootstrap
|
||||
#%%undefine without_haddock
|
||||
|
||||
# unregisterized archs
|
||||
%global unregisterised_archs ppc64 s390 s390x
|
||||
|
||||
# ghc does not output dwarf format so debuginfo is not useful
|
||||
%global debug_package %{nil}
|
||||
|
||||
%global space %(echo -n ' ')
|
||||
%global BSDHaskellReport BSD%{space}and%{space}HaskellReport
|
||||
|
||||
@ -30,7 +25,7 @@ Version: 7.6.3
|
||||
# - release can only be reset if *all* library versions get bumped simultaneously
|
||||
# (sometimes after a major release)
|
||||
# - minor release numbers for a branch should be incremented monotonically
|
||||
Release: 19%{?dist}
|
||||
Release: 20%{?dist}
|
||||
Summary: Glasgow Haskell Compiler
|
||||
|
||||
License: %BSDHaskellReport
|
||||
@ -475,6 +470,10 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Oct 30 2013 Jens Petersen <petersen@redhat.com> - 7.6.3-20
|
||||
- enable debuginfo for C code bits (#989593)
|
||||
- back to production build
|
||||
|
||||
* Tue Oct 29 2013 Jens Petersen <petersen@redhat.com> - 7.6.3-19
|
||||
- fix rts hang on 64bit bigendian archs (patch by Gustavo Luiz Duarte, #989593)
|
||||
- generate and ship library doc index for ghc bundled libraries
|
||||
|
Loading…
Reference in New Issue
Block a user