You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ghc-async/ghc-async.spec

192 lines
5.4 KiB

# generated by cabal-rpm-1.0.0
11 years ago
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name async
8 years ago
%global pkgver %{pkg_name}-%{version}
11 years ago
11 years ago
%bcond_with tests
11 years ago
Name: ghc-%{pkg_name}
6 years ago
Version: 2.2.1
Release: 2%{?dist}
10 years ago
Summary: Run IO operations asynchronously and wait for their results
11 years ago
License: BSD
10 years ago
Url: https://hackage.haskell.org/package/%{pkg_name}
# Begin cabal-rpm sources:
8 years ago
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
6 years ago
Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal
# End cabal-rpm sources
11 years ago
# Begin cabal-rpm deps:
11 years ago
BuildRequires: ghc-Cabal-devel
%if %{with haddock}
BuildRequires: ghc-doc
%endif
%if %{with ghc_prof}
BuildRequires: ghc-prof
%endif
11 years ago
BuildRequires: ghc-rpm-macros
6 years ago
BuildRequires: ghc-hashable-devel
11 years ago
BuildRequires: ghc-stm-devel
11 years ago
%if %{with tests}
BuildRequires: ghc-HUnit-devel
BuildRequires: ghc-test-framework-devel
BuildRequires: ghc-test-framework-hunit-devel
%endif
11 years ago
# End cabal-rpm deps
%description
This package provides a higher-level interface over threads, in which an
'Async a' is a concurrent thread that will eventually deliver a value of
type 'a'. The package provides ways to create "Async" computations,
11 years ago
wait for their results, and cancel them.
Using 'Async' is safer than using threads in two ways:
11 years ago
* When waiting for a thread to return a result, if the thread dies with an
exception then the caller must either re-throw the exception ('wait') or handle
it ('waitCatch'); the exception cannot be ignored.
* The API makes it possible to build a tree of threads that are automatically
killed when their parent dies (see 'withAsync').
%package devel
Summary: Haskell %{pkg_name} library development files
Provides: %{name}-static = %{version}-%{release}
%if %{defined ghc_version}
11 years ago
Requires: ghc-compiler = %{ghc_version}
%endif
11 years ago
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
This package provides the Haskell %{pkg_name} library development files.
%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
11 years ago
%prep
# Begin cabal-rpm setup:
8 years ago
%setup -q -n %{pkgver}
6 years ago
cp -bp %{SOURCE1} %{pkg_name}.cabal
# End cabal-rpm setup
11 years ago
%build
# Begin cabal-rpm build:
11 years ago
%ghc_lib_build
# End cabal-rpm build
11 years ago
%install
# Begin cabal-rpm install
11 years ago
%ghc_lib_install
# End cabal-rpm install
11 years ago
11 years ago
%check
%cabal_test
11 years ago
11 years ago
%files -f %{name}.files
# Begin cabal-rpm files:
%license LICENSE
# End cabal-rpm files
11 years ago
%files devel -f %{name}-devel.files
8 years ago
%doc changelog.md
11 years ago
%if %{with haddock}
%files doc -f %{name}-doc.files
%endif
%if %{with ghc_prof}
%files prof -f %{name}-prof.files
%endif
11 years ago
%changelog
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
6 years ago
* Thu Feb 21 2019 Jens Petersen <petersen@redhat.com> - 2.2.1-1
- update to 2.2.1
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 2.1.1.1-6
- refresh to cabal-rpm-0.13
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
7 years ago
* Sat Jul 28 2018 Jens Petersen <petersen@redhat.com> - 2.1.1.1-4
- rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 2.1.1.1-1
- update to 2.1.1.1
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8 years ago
* Wed Feb 22 2017 Jens Petersen <petersen@redhat.com> - 2.1.1-1
- update to 2.1.1
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
9 years ago
* Thu Jun 23 2016 Jens Petersen <petersen@redhat.com> - 2.1.0-1
- update to 2.1.0
* Tue Jun 7 2016 Jens Petersen <petersen@redhat.com> - 2.0.2-1
- update to 2.0.2
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
11 years ago
* Fri Aug 8 2014 Jens Petersen <petersen@redhat.com> - 2.0.1.5-1
- update to 2.0.1.5
* Tue Jul 8 2014 Jens Petersen <petersen@redhat.com> - 2.0.1.4-31
- f21 rebuild
* Tue Feb 4 2014 Jens Petersen <petersen@redhat.com> - 2.0.1.4-30
- bump release over current haskell-platform
11 years ago
* Thu Nov 28 2013 Jens Petersen <petersen@redhat.com> - 2.0.1.4-27
- separate source package from haskell-platform
* Thu Nov 28 2013 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 2.0.1.4
- spec file generated by cabal-rpm-0.8.7