|
|
|
@ -6,11 +6,11 @@
|
|
|
|
|
and lazy bytestrings. For now, CRC32 and Adler32 are supported; they are\
|
|
|
|
|
implemented as FFI bindings to efficient code from zlib.
|
|
|
|
|
|
|
|
|
|
%global ghc_pkg_c_deps zlib-devel
|
|
|
|
|
%global ghc_pkg_c_deps zlib-devel%{?_isa}
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 0.0.0.9
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.0.1.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: %{common_summary}
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@ -44,6 +44,10 @@ BuildRequires: ghc-bytestring-prof
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Sep 28 2011 Jens Petersen <petersen@redhat.com> - 0.0.1.0-1
|
|
|
|
|
- update to 0.0.1.0
|
|
|
|
|
- use _isa for zlib-devel dependency
|
|
|
|
|
|
|
|
|
|
* Wed Jun 22 2011 Jens Petersen <petersen@redhat.com> - 0.0.0.9-2
|
|
|
|
|
- BR ghc-Cabal-devel and use ghc_arches (cabal2spec-0.23.2)
|
|
|
|
|
|
|
|
|
|