rpms/ghc-fgl/devel ghc-fgl.spec,1.3,1.4

Jens Petersen petersen at fedoraproject.org
Fri Dec 25 16:21:58 UTC 2009


Author: petersen

Update of /cvs/extras/rpms/ghc-fgl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21149

Modified Files:
	ghc-fgl.spec 
Log Message:
buildrequires ghc-mtl


Index: ghc-fgl.spec
===================================================================
RCS file: /cvs/extras/rpms/ghc-fgl/devel/ghc-fgl.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- ghc-fgl.spec	25 Dec 2009 15:56:06 -0000	1.3
+++ ghc-fgl.spec	25 Dec 2009 16:21:57 -0000	1.4
@@ -24,11 +24,14 @@ Source0:        http://hackage.haskell.o
 # fedora ghc archs:
 ExclusiveArch:  %{ix86} x86_64 ppc alpha
 BuildRequires:  ghc, ghc-rpm-macros >= 0.4.0
+BuildRequires:  ghc-mtl-devel
 %if %{with doc}
 BuildRequires:  ghc-doc
+BuildRequires:  ghc-mtl-doc
 %endif
 %if %{with prof}
 BuildRequires:  ghc-prof
+BuildRequires:  ghc-mtl-prof
 %endif
 
 %description
@@ -42,6 +45,7 @@ This package provides the shared library
 Summary:        %{common_summary} development files
 Group:          Development/Libraries
 %{?ghc_requires}
+Requires:       ghc-mtl-devel
 
 %description devel
 %{common_description}
@@ -54,6 +58,7 @@ This package contains the development fi
 Summary:        Documentation for %{common_summary}
 Group:          Development/Libraries
 %{?ghc_doc_requires}
+Requires:       ghc-mtl-doc
 
 %description doc
 %{common_description}
@@ -67,6 +72,7 @@ This package contains development docume
 Summary:        Profiling libraries for %{common_summary}
 Group:          Development/Libraries
 %{?ghc_prof_requires}
+Requires:       ghc-mtl-prof
 
 %description prof
 %{common_description}
@@ -151,6 +157,7 @@ fi
 - update for ghc-6.12.1: add shared library support
 - use new ghc*_requires macros: needs ghc-rpm-macros 0.4.0
 - add common_summary and common_description
+- buildrequires ghc-mtl
 
 * Wed Aug 12 2009 Bryan O'Sullivan <bos at serpentine.com> - 5.4.2.2-1
 - initial packaging for Fedora created by cabal2spec




More information about the fedora-extras-commits mailing list