rpms/ghc-HTTP/F-11 ghc-HTTP.spec,1.7,1.8

Jens Petersen petersen at fedoraproject.org
Tue Sep 29 10:03:54 UTC 2009


Author: petersen

Update of /cvs/pkgs/rpms/ghc-HTTP/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14134

Modified Files:
	ghc-HTTP.spec 
Log Message:
sync haskell-platform update from devel


Index: ghc-HTTP.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghc-HTTP/F-11/ghc-HTTP.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- ghc-HTTP.spec	30 May 2009 03:24:45 -0000	1.7
+++ ghc-HTTP.spec	29 Sep 2009 10:03:52 -0000	1.8
@@ -7,9 +7,9 @@
 %global debug_package %{nil}
 
 Name:           ghc-%{pkg_name}
-# part of haskell-platform
+# part of haskell-platform-2009.2.0.1
 Version:        4000.0.6
-Release:        3%{?dist}
+Release:        5%{?dist}
 Summary:        Haskell HTTP client library
 
 Group:          Development/Libraries
@@ -19,13 +19,15 @@ Source0:        http://hackage.haskell.o
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # fedora ghc archs:
 ExclusiveArch:  %{ix86} x86_64 ppc alpha
-BuildRequires:  ghc
-BuildRequires:  ghc-rpm-macros
+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
@@ -39,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.
@@ -54,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.
@@ -66,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}
@@ -139,6 +144,12 @@ fi
 
 
 %changelog
+* Mon Sep 28 2009 Jens Petersen <petersen at redhat.com> - 4000.0.6-5
+- buildrequire 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
+
 * Sat May 30 2009 Jens Petersen <petersen at redhat.com> - 4000.0.6-3
 - ppc workaround no longer needed with ghc-6.10.3
 - provide ghc-HTTP (cabal2spec-0.17)




More information about the fedora-extras-commits mailing list