|
|
|
@ -1,17 +1,17 @@
|
|
|
|
|
Name: alex
|
|
|
|
|
# part of haskell-platform-2011.1.0.0
|
|
|
|
|
# part of haskell-platform-2011.1.0.1
|
|
|
|
|
Version: 2.3.5
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: A lexer generator for Haskell
|
|
|
|
|
|
|
|
|
|
Group: Development/Tools
|
|
|
|
|
License: BSD
|
|
|
|
|
URL: http://hackage.haskell.org/package/%{name}
|
|
|
|
|
Source0: http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
# fedora ghc archs:
|
|
|
|
|
ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9 ppc64
|
|
|
|
|
BuildRequires: ghc-devel
|
|
|
|
|
BuildRequires: ghc-rpm-macros >= 0.7.0
|
|
|
|
|
# ghc_excluded_archs is defined in redhat-rpm-config
|
|
|
|
|
ExcludeArch: %{ghc_excluded_archs}
|
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
|
BuildRequires: autoconf docbook-style-xsl libxslt
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -46,6 +46,10 @@ cd ..
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jun 20 2011 Jens Petersen <petersen@redhat.com> - 2.3.5-4
|
|
|
|
|
- BR ghc-Cabal-devel
|
|
|
|
|
- use ghc_excluded_archs
|
|
|
|
|
|
|
|
|
|
* Wed May 18 2011 Jens Petersen <petersen@redhat.com> - 2.3.5-3
|
|
|
|
|
- add ppc64
|
|
|
|
|
|
|
|
|
|