|
|
|
@ -2,9 +2,14 @@
|
|
|
|
|
|
|
|
|
|
%global pkg_name resourcet
|
|
|
|
|
|
|
|
|
|
%bcond_with tests
|
|
|
|
|
|
|
|
|
|
# no useful debuginfo for Haskell packages without C sources
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 0.4.10.2
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 1.1.2.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Deterministic allocation and freeing of scarce resources
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
@ -15,12 +20,16 @@ BuildRequires: ghc-Cabal-devel
|
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
|
BuildRequires: ghc-containers-devel
|
|
|
|
|
BuildRequires: ghc-exceptions-devel
|
|
|
|
|
BuildRequires: ghc-lifted-base-devel
|
|
|
|
|
BuildRequires: ghc-mmorph-devel
|
|
|
|
|
BuildRequires: ghc-monad-control-devel
|
|
|
|
|
BuildRequires: ghc-mtl-devel
|
|
|
|
|
BuildRequires: ghc-transformers-base-devel
|
|
|
|
|
BuildRequires: ghc-transformers-devel
|
|
|
|
|
%if %{with tests}
|
|
|
|
|
BuildRequires: ghc-hspec-devel
|
|
|
|
|
%endif
|
|
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -53,6 +62,12 @@ This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
%ghc_lib_install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
%if %{with tests}
|
|
|
|
|
%cabal test
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post devel
|
|
|
|
|
%ghc_pkg_recache
|
|
|
|
|
|
|
|
|
@ -69,6 +84,10 @@ This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Sep 16 2014 Jens Petersen <petersen@redhat.com> - 1.1.2.3-1
|
|
|
|
|
- update to 1.1.2.3
|
|
|
|
|
- refresh to cblrpm-0.8.11
|
|
|
|
|
|
|
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.10.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|