update to 0.5.2.7 with cabal-rpm

This commit is contained in:
Jens Petersen 2012-11-06 22:11:25 +09:00
parent 5b3c8d81f5
commit 3aad75a3f9
3 changed files with 21 additions and 14 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
b81491db3f1397269f132561a67a6f58 conduit-0.4.2.tar.gz
482751ab22a4bd084f16331a288c0698 conduit-0.5.2.7.tar.gz