69 lines
1.8 KiB
RPMSpec
69 lines
1.8 KiB
RPMSpec
%global pkg_name digest
|
|
|
|
%global common_summary Haskell %{pkg_name} library
|
|
|
|
%global common_description This package provides efficient cryptographic hash implementations for strict\
|
|
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
|
|
|
|
# debuginfo is not useful for ghc
|
|
%global debug_package %{nil}
|
|
|
|
Name: ghc-%{pkg_name}
|
|
Version: 0.0.0.9
|
|
Release: 1%{?dist}
|
|
Summary: %{common_summary}
|
|
|
|
Group: System Environment/Libraries
|
|
License: BSD
|
|
URL: http://hackage.haskell.org/package/%{pkg_name}
|
|
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
|
# fedora ghc archs:
|
|
ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9 ppc64
|
|
BuildRequires: ghc-prof
|
|
BuildRequires: ghc-rpm-macros
|
|
BuildRequires: hscolour
|
|
%{?ghc_pkg_c_deps:BuildRequires: %{ghc_pkg_c_deps}}
|
|
|
|
%description
|
|
%{common_description}
|
|
|
|
|
|
%prep
|
|
%setup -q -n %{pkg_name}-%{version}
|
|
|
|
|
|
%build
|
|
%ghc_lib_build
|
|
|
|
|
|
%install
|
|
%ghc_lib_install
|
|
|
|
|
|
%ghc_lib_package
|
|
|
|
|
|
%changelog
|
|
* Sat May 28 2011 Jens Petersen <petersen@redhat.com> - 0.0.0.9-1
|
|
- update to 0.0.9
|
|
- update to cabal2spec-0.23: add ppc64
|
|
|
|
* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 0.0.0.8-4
|
|
- Enable build on sparcv9
|
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.0.8-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Wed Jan 19 2011 Jens Petersen <petersen@redhat.com> - 0.0.0.8-2
|
|
- update to cabal2spec-0.22.4
|
|
|
|
* Fri Nov 12 2010 Jens Petersen <petersen@redhat.com> - 0.0.0.8-1
|
|
- BSD
|
|
- BR zlib-devel
|
|
|
|
* Fri Nov 12 2010 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 0.0.0.8-0
|
|
- initial packaging for Fedora automatically generated by cabal2spec-0.22.2
|