|
|
|
@ -2,14 +2,9 @@
|
|
|
|
|
|
|
|
|
|
%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: 1.1.2.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 0.4.10.2
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Deterministic allocation and freeing of scarce resources
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
@ -62,12 +57,6 @@ 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
|
|
|
|
|
|
|
|
|
@ -84,10 +73,6 @@ 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
|
|
|
|
|
|
|
|
|
|