rpms/ghc-HTTP/devel ghc-HTTP.spec,1.13,1.14

Jens Petersen petersen at fedoraproject.org
Mon Sep 28 01:02:22 UTC 2009


Author: petersen

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

Modified Files:
	ghc-HTTP.spec 
Log Message:
build against the new ghc-network library


Index: ghc-HTTP.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghc-HTTP/devel/ghc-HTTP.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- ghc-HTTP.spec	14 Sep 2009 02:20:28 -0000	1.13
+++ ghc-HTTP.spec	28 Sep 2009 01:02:21 -0000	1.14
@@ -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}-%{ve
 # 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} = %{vers
 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 
 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 at redhat.com> - 4000.0.6-5
+- build against the new ghc-network library
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4000.0.6-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list