|
|
|
@ -8,7 +8,7 @@
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 0.5.0.0
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Release: 9%{?dist}
|
|
|
|
|
Summary: Haskell compression and decompression library binding
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -18,8 +18,7 @@ Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{versi
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
# fedora ghc archs:
|
|
|
|
|
ExclusiveArch: %{ix86} x86_64 ppc alpha
|
|
|
|
|
# for latest macros.ghc
|
|
|
|
|
BuildRequires: ghc >= 6.10.2-3
|
|
|
|
|
BuildRequires: ghc, ghc-rpm-macros
|
|
|
|
|
%if %{with doc}
|
|
|
|
|
BuildRequires: ghc-doc
|
|
|
|
|
%endif
|
|
|
|
@ -143,6 +142,9 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat May 16 2009 Jens Petersen <petersen@redhat.com> - 0.5.0.0-9
|
|
|
|
|
- buildrequires ghc-rpm-macros (cabal2spec-0.16)
|
|
|
|
|
|
|
|
|
|
* Fri Apr 24 2009 Jens Petersen <petersen@redhat.com> - 0.5.0.0-8
|
|
|
|
|
- sync with cabal2spec-0.14
|
|
|
|
|
|
|
|
|
|