rpms/ghc-cgi/devel ghc-cgi.spec,1.1,1.2

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


Author: petersen

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

Modified Files:
	ghc-cgi.spec 
Log Message:
buildrequire the new ghc-network library


Index: ghc-cgi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghc-cgi/devel/ghc-cgi.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- ghc-cgi.spec	24 Sep 2009 07:33:45 -0000	1.1
+++ ghc-cgi.spec	28 Sep 2009 01:22:27 -0000	1.2
@@ -9,7 +9,7 @@
 Name:           ghc-%{pkg_name}
 # part of haskell-platform-2009.2.0.2
 Version:        3001.1.7.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Haskell %{pkg_name} 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
@@ -39,6 +42,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
 This package contains the development files for %{name}
@@ -52,6 +56,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.
@@ -64,6 +69,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}
@@ -137,5 +143,8 @@ fi
 
 
 %changelog
+* Mon Sep 28 2009 Jens Petersen <petersen at redhat.com> - 3001.1.7.1-2
+- buildrequire the new ghc-network library
+
 * Mon Sep 14 2009 Jens Petersen <petersen at redhat.com> - 3001.1.7.1-1
 - initial packaging for Fedora created by cabal2spec




More information about the fedora-extras-commits mailing list