back to the "bootstrapping" rebuild for ppc with minor bump
This commit is contained in:
parent
12c3f9e897
commit
f78d369c4a
9
ghc.spec
9
ghc.spec
@ -10,7 +10,7 @@
|
|||||||
# build xml manuals (users_guide, etc)
|
# build xml manuals (users_guide, etc)
|
||||||
%bcond_without manual
|
%bcond_without manual
|
||||||
# run testsuite
|
# run testsuite
|
||||||
%bcond_without testsuite
|
%bcond_with testsuite
|
||||||
# include colored html src
|
# include colored html src
|
||||||
%bcond_without hscolour
|
%bcond_without hscolour
|
||||||
# use system libffi
|
# use system libffi
|
||||||
@ -30,7 +30,7 @@ Name: ghc
|
|||||||
# NB make sure to rebuild ghc after a version bump to avoid ABI change problems
|
# NB make sure to rebuild ghc after a version bump to avoid ABI change problems
|
||||||
Version: 7.0.1
|
Version: 7.0.1
|
||||||
# can't be reset - used by versioned library subpackages
|
# can't be reset - used by versioned library subpackages
|
||||||
Release: 10%{?dist}
|
Release: 9.1%{?dist}
|
||||||
Summary: Glasgow Haskell Compilation system
|
Summary: Glasgow Haskell Compilation system
|
||||||
# fedora ghc has only been bootstrapped on the following archs:
|
# fedora ghc has only been bootstrapped on the following archs:
|
||||||
ExclusiveArch: %{ix86} x86_64 ppc alpha
|
ExclusiveArch: %{ix86} x86_64 ppc alpha
|
||||||
@ -52,7 +52,9 @@ Obsoletes: ghc-haddock-doc < 2.4.2-3
|
|||||||
Obsoletes: ghc-libs < 7.0.1-3
|
Obsoletes: ghc-libs < 7.0.1-3
|
||||||
BuildRequires: ghc, ghc-rpm-macros >= 0.11.1
|
BuildRequires: ghc, ghc-rpm-macros >= 0.11.1
|
||||||
BuildRequires: gmp-devel, libffi-devel
|
BuildRequires: gmp-devel, libffi-devel
|
||||||
|
%ifarch %{ix86} x86_64
|
||||||
BuildRequires: ghc-directory-devel, ghc-process-devel, ghc-pretty-devel, ghc-containers-devel, ghc-haskell98-devel, ghc-bytestring-devel
|
BuildRequires: ghc-directory-devel, ghc-process-devel, ghc-pretty-devel, ghc-containers-devel, ghc-haskell98-devel, ghc-bytestring-devel
|
||||||
|
%endif
|
||||||
# for internal terminfo
|
# for internal terminfo
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
Requires: gcc
|
Requires: gcc
|
||||||
@ -353,9 +355,6 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Feb 10 2011 Jens Petersen <petersen@redhat.com> - 7.0.1-10
|
|
||||||
- rebuild
|
|
||||||
|
|
||||||
* Thu Feb 10 2011 Jens Petersen <petersen@redhat.com> - 7.0.1-9
|
* Thu Feb 10 2011 Jens Petersen <petersen@redhat.com> - 7.0.1-9
|
||||||
- fix without_shared build (thanks Adrian Reber)
|
- fix without_shared build (thanks Adrian Reber)
|
||||||
- disable system libffi for secondary archs
|
- disable system libffi for secondary archs
|
||||||
|
Loading…
Reference in New Issue
Block a user