diff --git a/ghc-HTTP.spec b/ghc-HTTP.spec index 8f7b112..68dd1a9 100644 --- a/ghc-HTTP.spec +++ b/ghc-HTTP.spec @@ -9,7 +9,7 @@ Name: ghc-%{pkg_name} # part of haskell-platform-2009.2.0.2 Version: 4000.0.6 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Haskell HTTP client library Group: Development/Libraries @@ -20,11 +20,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # fedora ghc archs: ExclusiveArch: %{ix86} x86_64 ppc alpha BuildRequires: ghc, ghc-rpm-macros +BuildRequires: ghc-network-devel %if %{with doc} BuildRequires: ghc-doc +BuildRequires: ghc-network-doc %endif %if %{with prof} BuildRequires: ghc-prof +BuildRequires: ghc-network-prof %endif %description @@ -38,6 +41,7 @@ Provides: ghc-%{pkg_name} = %{version}-%{release} Requires: ghc = %{ghc_version} Requires(post): ghc = %{ghc_version} Requires(preun): ghc = %{ghc_version} +Requires: ghc-network-devel %description devel A Haskell library for client-side HTTP. @@ -53,6 +57,7 @@ Group: Development/Libraries Requires: ghc-doc = %{ghc_version} Requires(post): ghc-doc = %{ghc_version} Requires(postun): ghc-doc = %{ghc_version} +Requires: ghc-network-doc %description doc This package contains development documentation files for the %{name} library. @@ -65,6 +70,7 @@ Summary: Profiling libraries for %{name} Group: Development/Libraries Requires: %{name}-devel = %{version}-%{release} Requires: ghc-prof = %{ghc_version} +Requires: ghc-network-prof %description prof This package contains profiling libraries for %{name} @@ -138,6 +144,9 @@ fi %changelog +* Mon Sep 28 2009 Jens Petersen - 4000.0.6-5 +- build against the new ghc-network library + * Fri Jul 24 2009 Fedora Release Engineering - 4000.0.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild