2012-03-06 10:29:43 +00:00
|
|
|
# cabal2spec-0.25.4
|
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
|
|
|
|
|
|
|
|
%global pkg_name conduit
|
|
|
|
|
|
|
|
%global common_summary Streaming data processing library
|
|
|
|
|
|
|
|
%global common_description Conduits are an approach to the streaming data problem. They are meant\
|
|
|
|
as an alternative to enumerators/iterators, hoping to address the same\
|
|
|
|
issues with different trade-offs based on real-world experience with\
|
|
|
|
enumerators. For more information, see http://www.yesodweb.com/book/conduit.
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
2012-06-13 08:43:09 +00:00
|
|
|
Version: 0.4.2
|
2012-07-26 07:16:35 +00:00
|
|
|
Release: 3%{?dist}
|
2012-03-06 10:29:43 +00:00
|
|
|
Summary: %{common_summary}
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: BSD
|
|
|
|
# BEGIN cabal2spec
|
|
|
|
URL: http://hackage.haskell.org/package/%{pkg_name}
|
|
|
|
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
|
|
|
ExclusiveArch: %{ghc_arches}
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
|
|
|
|
# END cabal2spec
|
|
|
|
BuildRequires: ghc-containers-devel
|
|
|
|
BuildRequires: ghc-lifted-base-devel
|
2012-04-10 04:41:32 +00:00
|
|
|
BuildRequires: ghc-resourcet-devel
|
2012-03-06 10:29:43 +00:00
|
|
|
BuildRequires: ghc-text-devel
|
2012-04-25 02:32:54 +00:00
|
|
|
BuildRequires: ghc-void-devel
|
2012-03-06 10:29:43 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
%{common_description}
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{pkg_name}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%ghc_lib_build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%ghc_lib_install
|
|
|
|
|
|
|
|
|
|
|
|
# devel subpackage
|
|
|
|
%ghc_devel_package
|
|
|
|
|
|
|
|
%ghc_devel_description
|
|
|
|
|
|
|
|
|
|
|
|
%ghc_devel_post_postun
|
|
|
|
|
|
|
|
|
2012-03-22 13:32:32 +00:00
|
|
|
%ghc_files LICENSE
|
2012-03-06 10:29:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2012-07-26 07:16:35 +00:00
|
|
|
* Thu Jul 26 2012 Jens Petersen <petersen@redhat.com> - 0.4.2-3
|
|
|
|
- rebuild
|
|
|
|
|
2012-07-19 05:30:04 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-13 08:43:09 +00:00
|
|
|
* Wed Jun 13 2012 Jens Petersen <petersen@redhat.com> - 0.4.2-1
|
|
|
|
- update to 0.4.2
|
|
|
|
|
2012-05-01 07:30:42 +00:00
|
|
|
* Tue May 1 2012 Jens Petersen <petersen@redhat.com> - 0.4.1.1-2
|
|
|
|
- rebuild
|
|
|
|
|
2012-04-25 02:32:54 +00:00
|
|
|
* Wed Apr 25 2012 Jens Petersen <petersen@redhat.com> - 0.4.1.1-1
|
|
|
|
- update to 0.4.1.1
|
|
|
|
- depends on void
|
|
|
|
|
2012-04-10 04:41:32 +00:00
|
|
|
* Tue Apr 10 2012 Jens Petersen <petersen@redhat.com> - 0.3.0-1
|
|
|
|
- update to 0.3.0
|
|
|
|
- depends on resourcet
|
|
|
|
|
2012-03-22 13:32:32 +00:00
|
|
|
* Thu Mar 22 2012 Jens Petersen <petersen@redhat.com> - 0.2.2-2
|
|
|
|
- add license to ghc_files
|
|
|
|
|
2012-03-06 10:30:54 +00:00
|
|
|
* Tue Mar 6 2012 Jens Petersen <petersen@redhat.com> - 0.2.2-1
|
|
|
|
- update to 0.2.2
|
|
|
|
|
2012-03-06 10:29:43 +00:00
|
|
|
* Tue Feb 7 2012 Jens Petersen <petersen@redhat.com> - 0.2.0-1
|
|
|
|
- BSD license
|
|
|
|
- needs lifted-base
|
|
|
|
|
|
|
|
* Tue Feb 7 2012 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org>
|
|
|
|
- spec file template generated by cabal2spec-0.25.4
|