2020-06-19 08:57:07 +00:00
|
|
|
# generated by cabal-rpm-2.0.6 --subpackage
|
2020-06-04 11:28:30 +00:00
|
|
|
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
2017-11-17 01:25:28 +00:00
|
|
|
|
|
|
|
%global pkg_name tasty
|
|
|
|
%global pkgver %{pkg_name}-%{version}
|
|
|
|
|
2019-02-21 04:24:08 +00:00
|
|
|
%global wcwidth wcwidth-0.0.2
|
|
|
|
%global subpkgs %{wcwidth}
|
|
|
|
|
2017-11-17 01:25:28 +00:00
|
|
|
Name: ghc-%{pkg_name}
|
2020-02-14 04:04:48 +00:00
|
|
|
Version: 1.2.3
|
2019-02-21 04:24:08 +00:00
|
|
|
# can only be reset when all subpkgs bumped
|
2020-08-01 01:33:04 +00:00
|
|
|
Release: 8%{?dist}
|
2017-11-17 01:25:28 +00:00
|
|
|
Summary: Modern and extensible testing framework
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
2019-02-17 14:47:22 +00:00
|
|
|
# Begin cabal-rpm sources:
|
2017-11-17 01:25:28 +00:00
|
|
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
2019-02-21 04:24:08 +00:00
|
|
|
Source1: https://hackage.haskell.org/package/%{wcwidth}/%{wcwidth}.tar.gz
|
2019-02-17 14:47:22 +00:00
|
|
|
# End cabal-rpm sources
|
2017-11-17 01:25:28 +00:00
|
|
|
|
2019-02-17 14:47:22 +00:00
|
|
|
# Begin cabal-rpm deps:
|
2017-11-17 01:25:28 +00:00
|
|
|
BuildRequires: ghc-Cabal-devel
|
2019-02-21 04:24:08 +00:00
|
|
|
BuildRequires: ghc-rpm-macros-extra
|
2019-08-05 10:32:10 +00:00
|
|
|
BuildRequires: ghc-ansi-terminal-prof
|
|
|
|
BuildRequires: ghc-async-prof
|
|
|
|
BuildRequires: ghc-base-prof
|
|
|
|
BuildRequires: ghc-clock-prof
|
|
|
|
BuildRequires: ghc-containers-prof
|
|
|
|
BuildRequires: ghc-mtl-prof
|
|
|
|
BuildRequires: ghc-optparse-applicative-prof
|
|
|
|
BuildRequires: ghc-stm-prof
|
|
|
|
BuildRequires: ghc-tagged-prof
|
|
|
|
BuildRequires: ghc-unbounded-delays-prof
|
|
|
|
BuildRequires: ghc-unix-prof
|
|
|
|
#BuildRequires: ghc-wcwidth-prof
|
2017-11-17 01:25:28 +00:00
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
%description
|
|
|
|
Tasty is a modern testing framework for Haskell. It lets you combine your unit
|
|
|
|
tests, golden tests, QuickCheck/SmallCheck properties, and any other types of
|
|
|
|
tests into a single test suite.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
2019-08-05 10:32:10 +00:00
|
|
|
Provides: %{name}-static%{?_isa} = %{version}-%{release}
|
2018-01-24 13:12:07 +00:00
|
|
|
%if %{defined ghc_version}
|
2017-11-17 01:25:28 +00:00
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
2018-01-24 13:12:07 +00:00
|
|
|
%endif
|
2017-11-17 01:25:28 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
|
|
|
2019-07-25 04:26:11 +00:00
|
|
|
%if %{with haddock}
|
|
|
|
%package doc
|
|
|
|
Summary: Haskell %{pkg_name} library documentation
|
2020-02-06 16:16:41 +00:00
|
|
|
BuildArch: noarch
|
2019-07-25 04:26:11 +00:00
|
|
|
|
|
|
|
%description doc
|
|
|
|
This package provides the Haskell %{pkg_name} library documentation.
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with ghc_prof}
|
|
|
|
%package prof
|
|
|
|
Summary: Haskell %{pkg_name} profiling library
|
|
|
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
2020-02-06 16:16:41 +00:00
|
|
|
Supplements: (%{name}-devel and ghc-prof)
|
2019-07-25 04:26:11 +00:00
|
|
|
|
|
|
|
%description prof
|
|
|
|
This package provides the Haskell %{pkg_name} profiling library.
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2019-02-21 04:24:08 +00:00
|
|
|
%global main_version %{version}
|
|
|
|
|
|
|
|
%if %{defined ghclibdir}
|
|
|
|
%ghc_lib_subpackage %{wcwidth}
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%global version %{main_version}
|
|
|
|
|
|
|
|
|
2017-11-17 01:25:28 +00:00
|
|
|
%prep
|
2019-02-17 14:47:22 +00:00
|
|
|
# Begin cabal-rpm setup:
|
2019-02-21 04:24:08 +00:00
|
|
|
%setup -q -n %{pkgver} -a1
|
2019-02-17 14:47:22 +00:00
|
|
|
# End cabal-rpm setup
|
2017-11-17 01:25:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2019-02-17 14:47:22 +00:00
|
|
|
# Begin cabal-rpm build:
|
2019-02-21 04:24:08 +00:00
|
|
|
%ghc_libs_build %{subpkgs}
|
2017-11-17 01:25:28 +00:00
|
|
|
%ghc_lib_build
|
2019-02-17 14:47:22 +00:00
|
|
|
# End cabal-rpm build
|
2017-11-17 01:25:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2019-02-17 14:47:22 +00:00
|
|
|
# Begin cabal-rpm install
|
2019-02-21 04:24:08 +00:00
|
|
|
%ghc_libs_install %{subpkgs}
|
2017-11-17 01:25:28 +00:00
|
|
|
%ghc_lib_install
|
2019-02-21 04:24:08 +00:00
|
|
|
%ghc_fix_rpath %{pkgver}
|
2019-02-17 14:47:22 +00:00
|
|
|
# End cabal-rpm install
|
2017-11-17 01:25:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
2019-02-17 14:47:22 +00:00
|
|
|
# Begin cabal-rpm files:
|
2017-11-17 01:25:28 +00:00
|
|
|
%license LICENSE
|
2019-02-17 14:47:22 +00:00
|
|
|
# End cabal-rpm files
|
2017-11-17 01:25:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
|
|
|
%doc CHANGELOG.md README.md
|
|
|
|
|
|
|
|
|
2019-07-25 04:26:11 +00:00
|
|
|
%if %{with haddock}
|
|
|
|
%files doc -f %{name}-doc.files
|
2020-02-06 16:16:41 +00:00
|
|
|
%license LICENSE
|
2019-07-25 04:26:11 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with ghc_prof}
|
|
|
|
%files prof -f %{name}-prof.files
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2017-11-17 01:25:28 +00:00
|
|
|
%changelog
|
2020-08-01 01:33:04 +00:00
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-8
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-27 19:43:37 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-17 10:41:03 +00:00
|
|
|
* Fri Jul 17 2020 Jens Petersen <petersen@redhat.com> - 1.2.3-6
|
|
|
|
- refresh to cabal-rpm-2.0.6
|
|
|
|
|
2020-02-14 04:04:48 +00:00
|
|
|
* Fri Feb 14 2020 Jens Petersen <petersen@redhat.com> - 1.2.3-5
|
|
|
|
- update to 1.2.3
|
|
|
|
|
2020-01-28 21:28:20 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-25 16:45:36 +00:00
|
|
|
* Thu Jul 25 2019 Jens Petersen <petersen@redhat.com> - 1.2-3
|
|
|
|
- update to 1.2
|
|
|
|
|
2019-07-25 03:04:27 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-21 04:24:08 +00:00
|
|
|
* Thu Feb 21 2019 Jens Petersen <petersen@redhat.com> - 1.1.0.4-1
|
|
|
|
- update to 1.1.0.4
|
|
|
|
- add wcwidth subpackage
|
|
|
|
|
2019-02-17 14:47:22 +00:00
|
|
|
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 1.0.1.1-5
|
|
|
|
- refresh to cabal-rpm-0.13
|
|
|
|
|
2019-01-31 22:05:44 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-28 16:06:02 +00:00
|
|
|
* Sat Jul 28 2018 Jens Petersen <petersen@redhat.com> - 1.0.1.1-3
|
|
|
|
- rebuild
|
|
|
|
|
2018-07-13 02:10:38 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-07-09 05:05:24 +00:00
|
|
|
* Mon Jul 09 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.0.1.1-1
|
|
|
|
- update to 1.0.1.1
|
|
|
|
|
2018-02-07 12:13:16 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-28 06:10:49 +00:00
|
|
|
* Sun Jan 28 2018 Jens Petersen <petersen@redhat.com> - 0.12.0.1-1
|
|
|
|
- update to 0.12.0.1
|
2018-01-24 14:55:14 +00:00
|
|
|
|
2017-11-17 01:25:28 +00:00
|
|
|
* Wed Nov 15 2017 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.12-1
|
|
|
|
- spec file generated by cabal-rpm-0.11.2
|