- rebuild against ghc-6.12.2

- condition ghc_lib_package
This commit is contained in:
Jens Petersen 2010-04-24 09:16:18 +00:00
parent 8ed4d02fe1
commit 4f6f576cca
1 changed files with 6 additions and 3 deletions

View File

@ -13,7 +13,7 @@ uuencode, xxencode, and yEncoding.
Name: ghc-%{pkg_name}
Version: 0.13.0.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: %{common_summary}
Group: System Environment/Libraries
@ -25,7 +25,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")}
%description
%{common_description}
@ -34,7 +33,7 @@ This package provides the shared library.
%endif
%ghc_lib_package
%{?ghc_lib_package}
%prep
@ -59,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sat Apr 24 2010 Jens Petersen <petersen@redhat.com> - 0.13.0.2-2
- rebuild against ghc-6.12.2
- condition ghc_lib_package
* Sat Jan 23 2010 Jens Petersen <petersen@redhat.com> - 0.13.0.2-1
- BSD license
- summary and description from hackage