|
|
|
@ -5,8 +5,8 @@
|
|
|
|
|
%bcond_with tests
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 1.1.7.0
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 1.1.13.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Conduit adapters for common libraries
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
@ -16,11 +16,13 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg
|
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
|
BuildRequires: ghc-async-devel
|
|
|
|
|
BuildRequires: ghc-attoparsec-devel
|
|
|
|
|
BuildRequires: ghc-blaze-builder-devel
|
|
|
|
|
BuildRequires: ghc-bytestring-devel
|
|
|
|
|
BuildRequires: ghc-conduit-devel
|
|
|
|
|
BuildRequires: ghc-directory-devel
|
|
|
|
|
BuildRequires: ghc-exceptions-devel
|
|
|
|
|
BuildRequires: ghc-filepath-devel
|
|
|
|
|
BuildRequires: ghc-monad-control-devel
|
|
|
|
|
BuildRequires: ghc-network-devel
|
|
|
|
@ -33,9 +35,8 @@ BuildRequires: ghc-text-devel
|
|
|
|
|
BuildRequires: ghc-transformers-base-devel
|
|
|
|
|
BuildRequires: ghc-transformers-devel
|
|
|
|
|
%if %{with tests}
|
|
|
|
|
BuildRequires: ghc-async-devel
|
|
|
|
|
BuildRequires: ghc-QuickCheck-devel
|
|
|
|
|
BuildRequires: ghc-bytestring-builder-devel
|
|
|
|
|
BuildRequires: ghc-exceptions-devel
|
|
|
|
|
BuildRequires: ghc-hspec-devel
|
|
|
|
|
%endif
|
|
|
|
|
# End cabal-rpm deps
|
|
|
|
@ -79,6 +80,8 @@ This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
%install
|
|
|
|
|
%ghc_lib_install
|
|
|
|
|
|
|
|
|
|
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
%if %{with tests}
|
|
|
|
@ -95,13 +98,17 @@ This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
|
|
|
|
%doc LICENSE
|
|
|
|
|
%license LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
|
|
|
|
%doc README.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jun 23 2016 Jens Petersen <petersen@redhat.com> - 1.1.13.1-1
|
|
|
|
|
- update to 1.1.13.1
|
|
|
|
|
|
|
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.7.0-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|