- rebuild against ghc-6.12.2

- condition ghc_lib_package
- depend on utf8-string again
This commit is contained in:
Jens Petersen 2010-04-29 02:09:36 +00:00
parent fc68d676c7
commit 146104b044
1 changed files with 8 additions and 3 deletions

View File

@ -5,7 +5,7 @@
%global common_description Haskell bindings to Xft, X Free Type interface library,\
and some Xrender parts.
%global ghc_pkg_deps ghc-X11-devel
%global ghc_pkg_deps ghc-X11-devel ghc-utf8-string-devel
%global ghc_pkg_c_deps libXft-devel
@ -16,7 +16,7 @@ and some Xrender parts.
Name: ghc-%{pkg_name}
Version: 0.3
Release: 7%{?dist}
Release: 8%{?dist}
Summary: %{common_summary}
Group: System Environment/Libraries
@ -38,7 +38,7 @@ This package provides the shared library.
%endif
%ghc_lib_package
%{?ghc_lib_package}
%prep
@ -63,6 +63,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Apr 27 2010 Jens Petersen <petersen@redhat.com> - 0.3-8
- rebuild against ghc-6.12.2
- condition ghc_lib_package
- depend on utf8-string again
* Fri Jan 15 2010 Jens Petersen <petersen@redhat.com> - 0.3-7
- drop ghc-utf8-string-devel dependency: utf8-string is part of ghc!