rpms/gtk2hs/devel gtk2hs.spec,1.42,1.43

Bryan O'Sullivan bos at fedoraproject.org
Fri Nov 7 16:34:37 UTC 2008


Author: bos

Update of /cvs/extras/rpms/gtk2hs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28062

Modified Files:
	gtk2hs.spec 
Log Message:
Update for GHC 6.10.1


Index: gtk2hs.spec
===================================================================
RCS file: /cvs/extras/rpms/gtk2hs/devel/gtk2hs.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- gtk2hs.spec	24 Oct 2008 05:12:53 -0000	1.42
+++ gtk2hs.spec	7 Nov 2008 16:34:06 -0000	1.43
@@ -1,7 +1,7 @@
 #%%define snapdate 20061116
 
 %define pkg_name gtk2hs
-%define ghc_version 6.8.3
+%define ghc_version 6.10.1
 
 %define build_docs 1
 %define build_mozembed 0
@@ -14,7 +14,7 @@
 Summary:        A Haskell GUI library based on the Gtk+ GUI toolkit
 Name:           gtk2hs
 Version:        0.9.13
-Release:        3%{?dist}
+Release:        4%{?dist}
 # cairo/ and svgcairo/ are FreeBSD
 # compat/ is BSD
 # tools/c2hs (used to build) is GPL, LGPL
@@ -29,9 +29,6 @@
 ExcludeArch:	alpha ppc64
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  ghc = %{ghc_version}
-%if %{build_docs}
-BuildRequires:  haddock09
-%endif
 BuildRequires:  gtk2-devel
 BuildRequires:  gtksourceview-devel
 BuildRequires:  libglade2-devel
@@ -128,9 +125,6 @@
 %endif
 
 %build
-%if %{build_docs}
-export HADDOCK=%{_bindir}/haddock-0.9
-%endif
 %configure \
         --with-hc=ghc-%{ghc_version} \
         --enable-packager-mode \
@@ -308,6 +302,9 @@
 
 
 %changelog
+* Fri Nov 07 2008 Bryan O'Sullivan <bos at serpentine.com> - 0.9.13-4
+- Rebuild for GHC 6.10.1
+
 * Fri Oct 24 2008 Jens Petersen <petersen at redhat.com> - 0.9.13-3
 - install docs in ghc haddock dir with htmldocdir and use ghc_reindex_haddock
 - rename gtk2hs-doc to ghc-gtk2hs-doc




More information about the fedora-extras-commits mailing list