build against the new ghc-network library
This commit is contained in:
parent
6492be4cc6
commit
d1a341a40c
@ -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 <petersen@redhat.com> - 4000.0.6-5
|
||||
- build against the new ghc-network library
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4000.0.6-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user