2019-08-05 10:28:54 +00:00
|
|
|
# generated by cabal-rpm-1.0.1
|
2017-01-06 02:17:53 +00:00
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
|
|
|
|
%global pkg_name enclosed-exceptions
|
2017-02-24 08:48:12 +00:00
|
|
|
%global pkgver %{pkg_name}-%{version}
|
2017-01-06 02:17:53 +00:00
|
|
|
|
|
|
|
%bcond_with tests
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
2018-07-26 16:21:22 +00:00
|
|
|
Version: 1.0.3
|
2020-01-28 20:38:18 +00:00
|
|
|
Release: 6%{?dist}
|
2017-01-06 02:19:20 +00:00
|
|
|
Summary: Catch exceptions within an enclosed computation
|
2017-01-06 02:17:53 +00:00
|
|
|
|
|
|
|
License: MIT
|
|
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
2019-02-17 14:44:30 +00:00
|
|
|
# Begin cabal-rpm sources:
|
2017-02-24 08:48:12 +00:00
|
|
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
2019-02-17 14:44:30 +00:00
|
|
|
# End cabal-rpm sources
|
2017-01-06 02:17:53 +00:00
|
|
|
|
2019-02-17 14:44:30 +00:00
|
|
|
# Begin cabal-rpm deps:
|
2017-01-06 02:17:53 +00:00
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
BuildRequires: ghc-rpm-macros
|
2019-08-05 10:28:54 +00:00
|
|
|
BuildRequires: ghc-base-prof
|
|
|
|
BuildRequires: ghc-deepseq-prof
|
|
|
|
BuildRequires: ghc-lifted-base-prof
|
|
|
|
BuildRequires: ghc-monad-control-prof
|
|
|
|
BuildRequires: ghc-transformers-prof
|
|
|
|
BuildRequires: ghc-transformers-base-prof
|
2017-01-06 02:17:53 +00:00
|
|
|
%if %{with tests}
|
|
|
|
BuildRequires: ghc-QuickCheck-devel
|
|
|
|
BuildRequires: ghc-async-devel
|
|
|
|
BuildRequires: ghc-hspec-devel
|
|
|
|
BuildRequires: ghc-stm-devel
|
|
|
|
%endif
|
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
%description
|
|
|
|
Catching all exceptions raised within an enclosed computation, while remaining
|
|
|
|
responsive to (external) asynchronous exceptions. For more information on the
|
|
|
|
technique, please see:
|
|
|
|
<https://www.fpcomplete.com/user/snoyberg/general-haskell/exceptions/catching-all-exceptions>.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
2019-08-05 10:28:54 +00:00
|
|
|
Provides: %{name}-static%{?_isa} = %{version}-%{release}
|
2018-01-24 13:11:02 +00:00
|
|
|
%if %{defined ghc_version}
|
2017-01-06 02:17:53 +00:00
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
2018-01-24 13:11:02 +00:00
|
|
|
%endif
|
2017-01-06 02:17:53 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package provides the Haskell %{pkg_name} library development
|
|
|
|
files.
|
|
|
|
|
|
|
|
|
2019-07-25 04:22:57 +00:00
|
|
|
%if %{with haddock}
|
|
|
|
%package doc
|
|
|
|
Summary: Haskell %{pkg_name} library documentation
|
|
|
|
|
|
|
|
%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}
|
|
|
|
|
|
|
|
%description prof
|
|
|
|
This package provides the Haskell %{pkg_name} profiling library.
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2017-01-06 02:17:53 +00:00
|
|
|
%prep
|
2019-02-17 14:44:30 +00:00
|
|
|
# Begin cabal-rpm setup:
|
2017-02-24 08:48:12 +00:00
|
|
|
%setup -q -n %{pkgver}
|
2019-02-17 14:44:30 +00:00
|
|
|
# End cabal-rpm setup
|
2017-01-06 02:17:53 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2019-02-17 14:44:30 +00:00
|
|
|
# Begin cabal-rpm build:
|
2017-01-06 02:17:53 +00:00
|
|
|
%ghc_lib_build
|
2019-02-17 14:44:30 +00:00
|
|
|
# End cabal-rpm build
|
2017-01-06 02:17:53 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2019-02-17 14:44:30 +00:00
|
|
|
# Begin cabal-rpm install
|
2017-01-06 02:17:53 +00:00
|
|
|
%ghc_lib_install
|
2019-02-17 14:44:30 +00:00
|
|
|
# End cabal-rpm install
|
2017-01-06 02:17:53 +00:00
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%cabal_test
|
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
2019-02-17 14:44:30 +00:00
|
|
|
# Begin cabal-rpm files:
|
2017-01-19 12:06:48 +00:00
|
|
|
%license LICENSE
|
2019-02-17 14:44:30 +00:00
|
|
|
# End cabal-rpm files
|
2017-01-06 02:17:53 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
2018-07-26 16:21:22 +00:00
|
|
|
%doc ChangeLog.md README.md
|
2017-01-06 02:17:53 +00:00
|
|
|
|
|
|
|
|
2019-07-25 04:22:57 +00:00
|
|
|
%if %{with haddock}
|
|
|
|
%files doc -f %{name}-doc.files
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with ghc_prof}
|
|
|
|
%files prof -f %{name}-prof.files
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2017-01-06 02:17:53 +00:00
|
|
|
%changelog
|
2020-01-28 20:38:18 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-25 04:22:57 +00:00
|
|
|
* Thu Aug 01 2019 Jens Petersen <petersen@redhat.com> - 1.0.3-5
|
|
|
|
- add doc and prof subpackages (cabal-rpm-1.0.0)
|
|
|
|
|
2019-07-25 02:23:58 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-17 14:44:30 +00:00
|
|
|
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 1.0.3-3
|
|
|
|
- refresh to cabal-rpm-0.13
|
|
|
|
|
2019-01-31 21:27:23 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-26 16:21:22 +00:00
|
|
|
* Thu Jul 26 2018 Jens Petersen <petersen@redhat.com> - 1.0.3-1
|
|
|
|
- update to 1.0.3
|
|
|
|
|
2018-07-13 01:45:23 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 11:35:44 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-26 10:31:05 +00:00
|
|
|
* Fri Jan 26 2018 Jens Petersen <petersen@redhat.com> - 1.0.2-8
|
|
|
|
- rebuild
|
|
|
|
|
2017-08-02 21:19:08 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 09:41:31 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-24 08:48:12 +00:00
|
|
|
* Fri Feb 24 2017 Jens Petersen <petersen@redhat.com> - 1.0.2-5
|
|
|
|
- refresh to cabal-rpm-0.11.1
|
|
|
|
|
2017-02-10 10:38:29 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-06 02:22:00 +00:00
|
|
|
* Fri Jan 6 2017 Jens Petersen <petersen@redhat.com> - 1.0.2-3
|
|
|
|
- bump release over yaml
|
|
|
|
- shorten summary
|
|
|
|
|
2017-01-06 02:17:53 +00:00
|
|
|
* Thu Sep 8 2016 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 1.0.2-1
|
|
|
|
- spec file generated by cabal-rpm-0.10.1
|