|
|
|
@ -4,20 +4,26 @@
|
|
|
|
|
%global pkg_name tasty
|
|
|
|
|
%global pkgver %{pkg_name}-%{version}
|
|
|
|
|
|
|
|
|
|
%global wcwidth wcwidth-0.0.2
|
|
|
|
|
%global subpkgs %{wcwidth}
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 1.0.1.1
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Version: 1.1.0.4
|
|
|
|
|
# can only be reset when all subpkgs bumped
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Modern and extensible testing framework
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
|
|
|
|
# Begin cabal-rpm sources:
|
|
|
|
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
|
|
|
|
Source1: https://hackage.haskell.org/package/%{wcwidth}/%{wcwidth}.tar.gz
|
|
|
|
|
# End cabal-rpm sources
|
|
|
|
|
|
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
|
BuildRequires: ghc-rpm-macros-extra
|
|
|
|
|
BuildRequires: chrpath
|
|
|
|
|
BuildRequires: ghc-ansi-terminal-devel
|
|
|
|
|
BuildRequires: ghc-async-devel
|
|
|
|
|
BuildRequires: ghc-clock-devel
|
|
|
|
@ -28,6 +34,7 @@ BuildRequires: ghc-stm-devel
|
|
|
|
|
BuildRequires: ghc-tagged-devel
|
|
|
|
|
BuildRequires: ghc-unbounded-delays-devel
|
|
|
|
|
BuildRequires: ghc-unix-devel
|
|
|
|
|
#BuildRequires: ghc-wcwidth-devel
|
|
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -51,21 +58,33 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%global main_version %{version}
|
|
|
|
|
|
|
|
|
|
%if %{defined ghclibdir}
|
|
|
|
|
%ghc_lib_subpackage %{wcwidth}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%global version %{main_version}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
# Begin cabal-rpm setup:
|
|
|
|
|
%setup -q -n %{pkgver}
|
|
|
|
|
%setup -q -n %{pkgver} -a1
|
|
|
|
|
# End cabal-rpm setup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
# Begin cabal-rpm build:
|
|
|
|
|
%ghc_libs_build %{subpkgs}
|
|
|
|
|
%ghc_lib_build
|
|
|
|
|
# End cabal-rpm build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
# Begin cabal-rpm install
|
|
|
|
|
%ghc_libs_install %{subpkgs}
|
|
|
|
|
%ghc_lib_install
|
|
|
|
|
%ghc_fix_rpath %{pkgver}
|
|
|
|
|
# End cabal-rpm install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -88,6 +107,10 @@ This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Feb 21 2019 Jens Petersen <petersen@redhat.com> - 1.1.0.4-1
|
|
|
|
|
- update to 1.1.0.4
|
|
|
|
|
- add wcwidth subpackage
|
|
|
|
|
|
|
|
|
|
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 1.0.1.1-5
|
|
|
|
|
- refresh to cabal-rpm-0.13
|
|
|
|
|
|
|
|
|
|