rpms/ghc/devel ghc.spec,1.84,1.85

Jens Petersen petersen at fedoraproject.org
Tue Apr 28 10:10:08 UTC 2009


Author: petersen

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

Modified Files:
	ghc.spec 
Log Message:
only BR libffi-devel for shared build


Index: ghc.spec
===================================================================
RCS file: /cvs/extras/rpms/ghc/devel/ghc.spec,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -p -r1.84 -r1.85
--- ghc.spec	28 Apr 2009 09:45:16 -0000	1.84
+++ ghc.spec	28 Apr 2009 10:09:37 -0000	1.85
@@ -42,7 +42,9 @@ Obsoletes: ghc682, ghc681, ghc661, ghc66
 Provides: haddock = 2.3.0
 BuildRequires: ghc, happy, sed
 BuildRequires: gmp-devel, libedit-devel > 2.11-2
+%if %{with shared}
 BuildRequires: libffi-devel
+%endif
 %if %{with doc}
 BuildRequires: libxslt, docbook-style-xsl
 %if %{with hscolour}
@@ -276,10 +278,10 @@ fi
 %changelog
 * Tue Apr 28 2009 Jens Petersen <petersen at redhat.com> - 6.10.2-4
 - add experimental bcond hscolour
-- BR libffi-devel
 - add experimental support for building shared libraries (for ghc-6.11)
   - add libs subpackage for shared libraries
   - create a ld.conf.d file for libghc*.so
+  - BR libffi-devel
 - drop redundant setting of GhcLibWays in build.mk for no prof
 - drop redundant setting of HADDOCK_DOCS
 - simplify filelist names




More information about the fedora-extras-commits mailing list