- part of haskell-platform-2010.1.0.0

- rebuild against ghc-6.12.2
- condition ghc_lib_package
This commit is contained in:
Jens Petersen 2010-04-27 02:32:38 +00:00
parent c7fd27ffcf
commit 9cd5ec7634
1 changed files with 8 additions and 4 deletions

View File

@ -12,9 +12,9 @@
%global debug_package %{nil}
Name: ghc-%{pkg_name}
# part of haskell-platform-2009.3.1
# part of haskell-platform-2010.1.0.0
Version: 2.2.3.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: %{common_summary}
Group: System Environment/Libraries
@ -26,7 +26,6 @@ ExclusiveArch: %{ix86} x86_64 ppc alpha
BuildRequires: ghc, ghc-rpm-macros >= 0.5.1
BuildRequires: ghc-doc
BuildRequires: ghc-prof
%{?ghc_pkg_deps:BuildRequires: %{ghc_pkg_deps}, %(echo %{ghc_pkg_deps} | sed -e "s/\(ghc-[^, ]\+\)-devel/\1-doc,\1-prof/g")}
%{?ghc_pkg_c_deps:BuildRequires: %{ghc_pkg_c_deps}}
%description
@ -36,7 +35,7 @@ This package provides the shared library.
%endif
%ghc_lib_package
%{?ghc_lib_package}
%prep
@ -61,6 +60,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Apr 27 2010 Jens Petersen <petersen@redhat.com> - 2.2.3.0-2
- part of haskell-platform-2010.1.0.0
- rebuild against ghc-6.12.2
- condition ghc_lib_package
* Mon Jan 11 2010 Jens Petersen <petersen@redhat.com> - 2.2.3.0-1
- update to 2.2.3.0 (current haskell-platform-2009.3.1)
- update to ghc-rpm-macros-0.5.1 and cabal2spec-0.21.1: