- deleted extra BR after project configuration fix

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=102
This commit is contained in:
Peter Trommler 2012-05-26 06:47:36 +00:00 committed by Git OBS Bridge
parent 262ec93c04
commit a17dbceb26
2 changed files with 7 additions and 22 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat May 26 06:56:22 UTC 2012 - peter.trommler@ohm-hochschule.de
- deleted extra BR after project configuration fix
-------------------------------------------------------------------
Sat May 19 16:00:19 UTC 2012 - peter.trommler@ohm-hochschule.de

View File

@ -33,9 +33,9 @@ License: BSD-3-Clause
Url: http://haskell.org/ghc/dist/%{version}/%{name}-%{version}-src.tar.bz2
Summary: The Glorious Glasgow Haskell Compiler
%if %{defined ghc_bootstrapping}
BuildRequires: ghc >= 6.10
BuildRequires: ghc-compiler >= 6.10
%else
BuildRequires: ghc = %version
BuildRequires: ghc-compiler = %version
%endif
BuildRequires: ghc-directory-devel
BuildRequires: ghc-process-devel
@ -44,15 +44,6 @@ BuildRequires: ghc-containers-devel
BuildREquires: ghc-haskell98-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-rpm-macros >= 0.14
# up to ghc-time-devel should be Required by ghc, remove after fix!
BuildRequires: ghc-base-devel
BuildRequires: ghc-filepath-devel
BuildRequires: ghc-unix-devel
BuildRequires: ghc-array-devel
BuildRequires: ghc-old-locale-devel
BuildRequires: ghc-old-time-devel
BuildRequires: ghc-random-devel
BuildRequires: ghc-time-devel
BuildRequires: gcc
BuildRequires: pkg-config
BuildRequires: autoconf
@ -67,17 +58,6 @@ BuildRequires: docbook-utils
%endif
%if %{undefined without_haddock} && %{undefined without_hscolour}
BuildRequires: hscolour
# FIXME: containers, array and base not pulled in by OBS
BuildRequires: ghc-containers
BuildRequires: ghc-base ghc-array
BuildRequires: ghc-haskell98
BuildRequires: ghc-random
BuildRequires: ghc-time ghc-process
BuildRequires: ghc-directory
BuildRequires: ghc-unix
BuildRequires: ghc-old-time
BuildRequires: ghc-old-locale
BuildRequires: ghc-filepath
%endif
BuildRequires: fdupes
PreReq: update-alternatives