[ghc-xmonad-contrib] make sure to build with X11-xft

Jens Petersen petersen at fedoraproject.org
Mon Aug 29 10:36:43 UTC 2011


commit 8337b0b12ef312bd6e73fef55341a376b86c3ecf
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Aug 29 19:36:25 2011 +0900

    make sure to build with X11-xft

 ghc-xmonad-contrib.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/ghc-xmonad-contrib.spec b/ghc-xmonad-contrib.spec
index 1a69f1c..2d0ec67 100644
--- a/ghc-xmonad-contrib.spec
+++ b/ghc-xmonad-contrib.spec
@@ -19,7 +19,7 @@ your own extensions.
 
 Name:           ghc-%{pkg_name}
 Version:        0.9.2
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -43,7 +43,7 @@ BuildRequires:  ghc-process-devel
 BuildRequires:  ghc-random-devel
 BuildRequires:  ghc-unix-devel
 BuildRequires:  ghc-utf8-string-devel
-BuildRequires:  ghc-X11-devel
+BuildRequires:  ghc-X11-xft-devel
 BuildRequires:  ghc-xmonad-devel
 
 %description
@@ -66,6 +66,7 @@ This package contains the development files.
 
 
 %prep
+%define cabal_configure_options -f use_xft
 %setup -q -n %{pkg_name}-%{version}
 
 
@@ -94,6 +95,9 @@ This package contains the development files.
 
 
 %changelog
+* Mon Aug 29 2011 Jens Petersen <petersen at redhat.com> - 0.9.2-6
+- make sure we build with X11-xft
+
 * Sat Jul 09 2011 Ben Boeckel <mathstuf at gmail.com> - 0.9.2-5
 - Update to cabal2spec-0.24
 


More information about the scm-commits mailing list