|
|
@ -5,8 +5,8 @@
|
|
|
|
%bcond_with tests
|
|
|
|
%bcond_with tests
|
|
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
Version: 1.2.5
|
|
|
|
Version: 1.2.4
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Streaming data processing library
|
|
|
|
Summary: Streaming data processing library
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -41,7 +41,7 @@ transformation, and consumption of streams of data in constant memory.
|
|
|
|
It is an alternative to lazy I/O which guarantees deterministic resource
|
|
|
|
It is an alternative to lazy I/O which guarantees deterministic resource
|
|
|
|
handling, and fits in the same general solution space as enumerator, iteratee,
|
|
|
|
handling, and fits in the same general solution space as enumerator, iteratee,
|
|
|
|
and pipes. For a tutorial, see
|
|
|
|
and pipes. For a tutorial, see
|
|
|
|
<https://www.fpcomplete.com/user/snoyberg/library-documentation/conduit-overview>.
|
|
|
|
<https://haskell.fpcomplete.com/user/snoyberg/library-documentation/conduit-overview>.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
@ -67,8 +67,6 @@ This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%ghc_lib_install
|
|
|
|
%ghc_lib_install
|
|
|
|
|
|
|
|
|
|
|
|
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
%if %{with tests}
|
|
|
|
%if %{with tests}
|
|
|
@ -85,7 +83,7 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
|
|
|
%files -f %{name}.files
|
|
|
|
%license LICENSE
|
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
|
|
|
%files devel -f %{name}-devel.files
|
|
|
@ -93,9 +91,6 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Fri Sep 18 2015 Jens Petersen <petersen@redhat.com> - 1.2.5-1
|
|
|
|
|
|
|
|
- update to 1.2.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-2
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|