- update to 2.2.0.1 for haskell-platform-2010.1.0.0
- new dep on deepseq
This commit is contained in:
parent
6b79245131
commit
18b63e790e
@ -1 +1,2 @@
|
|||||||
parallel-1.1.0.1.tar.gz
|
parallel-1.1.0.1.tar.gz
|
||||||
|
parallel-2.2.0.1.tar.gz
|
||||||
|
@ -4,15 +4,17 @@
|
|||||||
|
|
||||||
%global common_description A parallel programming library for Haskell.
|
%global common_description A parallel programming library for Haskell.
|
||||||
|
|
||||||
|
%global ghc_pkg_deps ghc-deepseq-devel
|
||||||
|
|
||||||
%bcond_without shared
|
%bcond_without shared
|
||||||
|
|
||||||
# debuginfo is not useful for ghc
|
# debuginfo is not useful for ghc
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
# part of haskell-platform-2009.2.0.2
|
# part of haskell-platform-2010.1.0.0
|
||||||
Version: 1.1.0.1
|
Version: 2.2.0.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: %{common_summary}
|
Summary: %{common_summary}
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -33,7 +35,7 @@ This package provides the shared library.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%ghc_lib_package
|
%{?ghc_lib_package}
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -58,8 +60,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 24 2010 Jens Petersen <petersen@redhat.com> - 2.2.0.1-1
|
||||||
|
- update to 2.2.0.1 for haskell-platform-2010.1.0.0
|
||||||
|
- new dep on deepseq
|
||||||
|
|
||||||
* Thu Jan 21 2010 Jens Petersen <petersen@redhat.com> - 1.1.0.1-2
|
* Thu Jan 21 2010 Jens Petersen <petersen@redhat.com> - 1.1.0.1-2
|
||||||
-
|
- BSD license
|
||||||
|
- summary and description
|
||||||
|
- note part of haskell-platform-2009.2.0.2
|
||||||
|
|
||||||
* Thu Jan 21 2010 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 1.1.0.1-1
|
* Thu Jan 21 2010 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 1.1.0.1-1
|
||||||
- initial packaging for Fedora automatically generated by cabal2spec-0.21.1
|
- initial packaging for Fedora automatically generated by cabal2spec-0.21.1
|
||||||
|
Loading…
Reference in New Issue
Block a user