rpms/ghc-HTTP/devel ghc-HTTP.spec,1.8,1.9

Jens Petersen petersen at fedoraproject.org
Wed May 13 13:01:10 UTC 2009


Author: petersen

Update of /cvs/pkgs/rpms/ghc-HTTP/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv893

Modified Files:
	ghc-HTTP.spec 
Log Message:
- rebuild with ghc-rpm-macros and ghc-6.10.3 (cabal2spec-0.16)




Index: ghc-HTTP.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghc-HTTP/devel/ghc-HTTP.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- ghc-HTTP.spec	25 Apr 2009 12:14:23 -0000	1.8
+++ ghc-HTTP.spec	13 May 2009 13:00:40 -0000	1.9
@@ -6,14 +6,9 @@
 # ghc does not emit debug information
 %global debug_package %{nil}
 
-%ifarch ppc
-# hack around mysterious runghc fail
-%global cabal ./cabal
-%endif
-
 Name:           ghc-%{pkg_name}
 Version:        4000.0.6
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Haskell HTTP client library
 
 Group:          Development/Libraries
@@ -23,8 +18,8 @@ Source0:        http://hackage.haskell.o
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # fedora ghc archs:
 ExclusiveArch:  %{ix86} x86_64 ppc alpha
-# for latest macros.ghc
-BuildRequires:  ghc >= 6.10.2-3
+BuildRequires:  ghc
+BuildRequires:  ghc-rpm-macros
 %if %{with doc}
 BuildRequires:  ghc-doc
 %endif
@@ -82,8 +77,11 @@ built for ghc-%{ghc_version}.
 
 %build
 %ifarch ppc
+# hack around mysterious runghc fail
+%global cabal ./cabal
 ghc --make Setup -o cabal
 %endif
+
 %cabal_configure --ghc %{?with_prof:-p}
 %cabal build
 %if %{with doc}
@@ -145,6 +143,9 @@ fi
 
 
 %changelog
+* Wed May 13 2009 Jens Petersen <petersen at redhat.com> - 4000.0.6-2
+- rebuild with ghc-rpm-macros and ghc-6.10.3 (cabal2spec-0.16)
+
 * Sat Apr 25 2009 Jens Petersen <petersen at redhat.com> - 4000.0.6-1
 - update to 4000.0.6
 - sync with cabal2spec-0.14




More information about the scm-commits mailing list