update to 0.5.2.7 with cabal-rpm
This commit is contained in:
parent
5b3c8d81f5
commit
3aad75a3f9
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/conduit-0.3.0.tar.gz
|
||||
/conduit-0.4.1.1.tar.gz
|
||||
/conduit-0.4.2.tar.gz
|
||||
/conduit-0.5.2.7.tar.gz
|
||||
|
@ -1,4 +1,3 @@
|
||||
# cabal2spec-0.25.4
|
||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
|
||||
|
||||
@ -6,30 +5,34 @@
|
||||
|
||||
%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.
|
||||
%global common_description Conduit is a solution to the streaming data problem, allowing for production,\
|
||||
transformation, and consumption of streams of data in constant memory.\
|
||||
It is an alternative to lazy I/O which guarantees deterministic resource\
|
||||
handling, and fits in the same general solution space as enumerator, iteratee,\
|
||||
and pipes.
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.4.2
|
||||
Release: 3%{?dist}
|
||||
Version: 0.5.2.7
|
||||
Release: 1%{?dist}
|
||||
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-rpm-macros
|
||||
# Begin cabal-rpm deps:
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-lifted-base-devel
|
||||
BuildRequires: ghc-monad-control-devel
|
||||
BuildRequires: ghc-resourcet-devel
|
||||
BuildRequires: ghc-text-devel
|
||||
BuildRequires: ghc-transformers-devel
|
||||
BuildRequires: ghc-transformers-base-devel
|
||||
BuildRequires: ghc-void-devel
|
||||
# End cabal-rpm deps
|
||||
|
||||
%description
|
||||
%{common_description}
|
||||
@ -47,7 +50,6 @@ BuildRequires: ghc-void-devel
|
||||
%ghc_lib_install
|
||||
|
||||
|
||||
# devel subpackage
|
||||
%ghc_devel_package
|
||||
|
||||
%ghc_devel_description
|
||||
@ -60,6 +62,10 @@ BuildRequires: ghc-void-devel
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 06 2012 Jens Petersen <petersen@redhat.com> - 0.5.2.7-1
|
||||
- update to 0.5.2.7 with cabal-rpm
|
||||
- update description
|
||||
|
||||
* Thu Jul 26 2012 Jens Petersen <petersen@redhat.com> - 0.4.2-3
|
||||
- rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user