add armv5tel and use ghc-deps.sh when bootstrapping
This commit is contained in:
parent
6ca8b93328
commit
e274f6227d
14
ghc.spec
14
ghc.spec
@ -15,16 +15,14 @@
|
|||||||
#%%global without_testsuite 1
|
#%%global without_testsuite 1
|
||||||
|
|
||||||
# unregisterized archs
|
# unregisterized archs
|
||||||
%global unregisterised_archs ppc64 armv7hl
|
%global unregisterised_archs ppc64 armv7hl armv5tel
|
||||||
|
|
||||||
# ghc does not output dwarf format so debuginfo is not useful
|
# ghc does not output dwarf format so debuginfo is not useful
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
%if %{undefined ghc_bootstrapping}
|
|
||||||
%global _use_internal_dependency_generator 0
|
%global _use_internal_dependency_generator 0
|
||||||
%global __find_provides %{_rpmconfigdir}/ghc-deps.sh --provides %{buildroot}%{ghclibdir}
|
%global __find_provides %{_rpmconfigdir}/ghc-deps.sh --provides %{buildroot}%{ghclibdir}
|
||||||
%global __find_requires %{_rpmconfigdir}/ghc-deps.sh --requires %{buildroot}%{ghclibdir}
|
%global __find_requires %{_rpmconfigdir}/ghc-deps.sh --requires %{buildroot}%{ghclibdir}
|
||||||
%endif
|
|
||||||
|
|
||||||
Name: ghc
|
Name: ghc
|
||||||
# part of haskell-platform
|
# part of haskell-platform
|
||||||
@ -34,7 +32,7 @@ Version: 7.0.4
|
|||||||
# - release can only be reset if all library versions get bumped simultaneously
|
# - release can only be reset if all library versions get bumped simultaneously
|
||||||
# (eg for a major release)
|
# (eg for a major release)
|
||||||
# - minor release numbers should be incremented monotonically
|
# - minor release numbers should be incremented monotonically
|
||||||
Release: 32%{?dist}
|
Release: 33%{?dist}
|
||||||
Summary: Glasgow Haskell Compiler
|
Summary: Glasgow Haskell Compiler
|
||||||
# fedora ghc has been bootstrapped on the following archs:
|
# fedora ghc has been bootstrapped on the following archs:
|
||||||
#ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9 ppc64 armv7hl
|
#ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9 ppc64 armv7hl
|
||||||
@ -61,7 +59,7 @@ Obsoletes: ghc-dph-prim-seq < 0.5, ghc-dph-prim-seq-devel < 0.5, ghc-dph-prim-se
|
|||||||
Obsoletes: ghc-dph-seq < 0.5, ghc-dph-seq-devel < 0.5, ghc-dph-seq-prof < 0.5
|
Obsoletes: ghc-dph-seq < 0.5, ghc-dph-seq-devel < 0.5, ghc-dph-seq-prof < 0.5
|
||||||
Obsoletes: ghc-feldspar-language < 0.4, ghc-feldspar-language-devel < 0.4, ghc-feldspar-language-prof < 0.4
|
Obsoletes: ghc-feldspar-language < 0.4, ghc-feldspar-language-devel < 0.4, ghc-feldspar-language-prof < 0.4
|
||||||
BuildRequires: ghc %{!?ghc_bootstrapping: = %{version}}
|
BuildRequires: ghc %{!?ghc_bootstrapping: = %{version}}
|
||||||
BuildRequires: ghc-rpm-macros >= 0.13.11
|
BuildRequires: ghc-rpm-macros >= 0.13.13
|
||||||
BuildRequires: gmp-devel, libffi-devel
|
BuildRequires: gmp-devel, libffi-devel
|
||||||
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
|
||||||
# for internal terminfo
|
# for internal terminfo
|
||||||
@ -327,7 +325,6 @@ if [ "$1" = 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc ANNOUNCE HACKING LICENSE README
|
%doc ANNOUNCE HACKING LICENSE README
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%dir %{ghclibdir}
|
%dir %{ghclibdir}
|
||||||
@ -376,9 +373,12 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 18 2011 Jens Petersen <petersen@redhat.com> - 7.0.4-33
|
||||||
|
- add armv5tel (ported by Henrik Nordström)
|
||||||
|
- also use ghc-deps.sh when bootstrapping (ghc-rpm-macros-0.13.13)
|
||||||
|
|
||||||
* Mon Oct 17 2011 Jens Petersen <petersen@redhat.com> - 7.0.4-32
|
* Mon Oct 17 2011 Jens Petersen <petersen@redhat.com> - 7.0.4-32
|
||||||
- remove libffi_archs: not allowed to bundle libffi on any arch
|
- remove libffi_archs: not allowed to bundle libffi on any arch
|
||||||
- include the ghc (ghci) library in ghc-devel
|
- include the ghc (ghci) library in ghc-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user