build against the new ghc-network library
This commit is contained in:
parent
6492be4cc6
commit
d1a341a40c
@ -9,7 +9,7 @@
|
|||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
# part of haskell-platform-2009.2.0.2
|
# part of haskell-platform-2009.2.0.2
|
||||||
Version: 4000.0.6
|
Version: 4000.0.6
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Haskell HTTP client library
|
Summary: Haskell HTTP client library
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -20,11 +20,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
# fedora ghc archs:
|
# fedora ghc archs:
|
||||||
ExclusiveArch: %{ix86} x86_64 ppc alpha
|
ExclusiveArch: %{ix86} x86_64 ppc alpha
|
||||||
BuildRequires: ghc, ghc-rpm-macros
|
BuildRequires: ghc, ghc-rpm-macros
|
||||||
|
BuildRequires: ghc-network-devel
|
||||||
%if %{with doc}
|
%if %{with doc}
|
||||||
BuildRequires: ghc-doc
|
BuildRequires: ghc-doc
|
||||||
|
BuildRequires: ghc-network-doc
|
||||||
%endif
|
%endif
|
||||||
%if %{with prof}
|
%if %{with prof}
|
||||||
BuildRequires: ghc-prof
|
BuildRequires: ghc-prof
|
||||||
|
BuildRequires: ghc-network-prof
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -38,6 +41,7 @@ Provides: ghc-%{pkg_name} = %{version}-%{release}
|
|||||||
Requires: ghc = %{ghc_version}
|
Requires: ghc = %{ghc_version}
|
||||||
Requires(post): ghc = %{ghc_version}
|
Requires(post): ghc = %{ghc_version}
|
||||||
Requires(preun): ghc = %{ghc_version}
|
Requires(preun): ghc = %{ghc_version}
|
||||||
|
Requires: ghc-network-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
A Haskell library for client-side HTTP.
|
A Haskell library for client-side HTTP.
|
||||||
@ -53,6 +57,7 @@ Group: Development/Libraries
|
|||||||
Requires: ghc-doc = %{ghc_version}
|
Requires: ghc-doc = %{ghc_version}
|
||||||
Requires(post): ghc-doc = %{ghc_version}
|
Requires(post): ghc-doc = %{ghc_version}
|
||||||
Requires(postun): ghc-doc = %{ghc_version}
|
Requires(postun): ghc-doc = %{ghc_version}
|
||||||
|
Requires: ghc-network-doc
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
This package contains development documentation files for the %{name} library.
|
This package contains development documentation files for the %{name} library.
|
||||||
@ -65,6 +70,7 @@ Summary: Profiling libraries for %{name}
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name}-devel = %{version}-%{release}
|
Requires: %{name}-devel = %{version}-%{release}
|
||||||
Requires: ghc-prof = %{ghc_version}
|
Requires: ghc-prof = %{ghc_version}
|
||||||
|
Requires: ghc-network-prof
|
||||||
|
|
||||||
%description prof
|
%description prof
|
||||||
This package contains profiling libraries for %{name}
|
This package contains profiling libraries for %{name}
|
||||||
@ -138,6 +144,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user