|
|
@ -8,13 +8,10 @@ It defines the Data class of types permitting folding and unfolding of\
|
|
|
|
constructor applications, instances of this class for primitive types, and\
|
|
|
|
constructor applications, instances of this class for primitive types, and\
|
|
|
|
a variety of traversals.
|
|
|
|
a variety of traversals.
|
|
|
|
|
|
|
|
|
|
|
|
# debuginfo is not useful for ghc
|
|
|
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
# part of haskell-platform-2011.1.0.0
|
|
|
|
# part of haskell-platform-2011.2.0.0
|
|
|
|
Version: 0.3
|
|
|
|
Version: 0.3
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Summary: %{common_summary}
|
|
|
|
Summary: %{common_summary}
|
|
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
@ -22,19 +19,13 @@ License: BSD
|
|
|
|
URL: http://hackage.haskell.org/package/%{pkg_name}
|
|
|
|
URL: http://hackage.haskell.org/package/%{pkg_name}
|
|
|
|
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
|
|
|
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
|
|
|
# fedora ghc archs:
|
|
|
|
# fedora ghc archs:
|
|
|
|
ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9
|
|
|
|
ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9 ppc64
|
|
|
|
BuildRequires: ghc, ghc-doc, ghc-prof
|
|
|
|
BuildRequires: ghc-prof
|
|
|
|
BuildRequires: ghc-rpm-macros >= 0.7.3
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
BuildRequires: hscolour
|
|
|
|
BuildRequires: hscolour
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
%{common_description}
|
|
|
|
%{common_description}
|
|
|
|
%if %{with shared}
|
|
|
|
|
|
|
|
This package provides the shared library.
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%{?ghc_lib_package}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
@ -49,7 +40,13 @@ This package provides the shared library.
|
|
|
|
%ghc_lib_install
|
|
|
|
%ghc_lib_install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ghc_lib_package
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed May 25 2011 Jens Petersen <petersen@redhat.com> - 0.3-5
|
|
|
|
|
|
|
|
- update to cabal2spec-0.22.7
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 0.3-4
|
|
|
|
* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 0.3-4
|
|
|
|
- Enable build on sparcv9
|
|
|
|
- Enable build on sparcv9
|
|
|
|
|
|
|
|
|
|
|
|