|
|
|
@ -1,3 +1,7 @@
|
|
|
|
|
# cabal2spec-0.25.2
|
|
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
|
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
|
|
|
|
|
|
|
|
|
|
%global pkg_name digest
|
|
|
|
|
|
|
|
|
|
%global common_summary Haskell %{pkg_name} library
|
|
|
|
@ -6,22 +10,21 @@
|
|
|
|
|
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%{?_isa}
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 0.0.1.0
|
|
|
|
|
Release: 1%{?dist}.3
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: %{common_summary}
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: BSD
|
|
|
|
|
# BEGIN cabal2spec
|
|
|
|
|
URL: http://hackage.haskell.org/package/%{pkg_name}
|
|
|
|
|
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
|
|
|
|
ExclusiveArch: %{ghc_arches}
|
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
|
BuildRequires: hscolour
|
|
|
|
|
%{?ghc_pkg_c_deps:BuildRequires: %{ghc_pkg_c_deps}}
|
|
|
|
|
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
|
|
|
|
|
# END cabal2spec
|
|
|
|
|
BuildRequires: zlib-devel%{?_isa}
|
|
|
|
|
BuildRequires: ghc-bytestring-prof
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -40,10 +43,22 @@ BuildRequires: ghc-bytestring-prof
|
|
|
|
|
%ghc_lib_install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ghc_lib_package
|
|
|
|
|
%ghc_devel_package
|
|
|
|
|
Requires: zlib-devel%{?_isa}
|
|
|
|
|
|
|
|
|
|
%ghc_devel_description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ghc_devel_post_postun
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ghc_files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jan 6 2012 Jens Petersen <petersen@redhat.com> - 0.0.1.0-2
|
|
|
|
|
- update to cabal2spec-0.25.2
|
|
|
|
|
|
|
|
|
|
* Mon Oct 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.0.1.0-1.3
|
|
|
|
|
- rebuild with new gmp without compat lib
|
|
|
|
|
|
|
|
|
|