Compare commits

...

3 Commits
rawhide ... f13

Author SHA1 Message Date
Fedora Release Engineering
92ee9e09a0 dist-git conversion 2010-07-28 15:34:47 +00:00
Jens Petersen
4199f35102 - update to 2.2.0.1 for haskell-platform-2010.1.0.0
- new dep on deepseq
2010-04-07 16:49:17 +00:00
Jesse Keating
36376b4964 Initialize branch F-13 for ghc-parallel 2010-02-17 01:25:42 +00:00
5 changed files with 15 additions and 27 deletions

View File

@ -1 +1,2 @@
parallel-1.1.0.1.tar.gz
parallel-2.2.0.1.tar.gz

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: ghc-parallel
# $Id$
NAME := ghc-parallel
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View File

@ -4,15 +4,17 @@
%global common_description A parallel programming library for Haskell.
%global ghc_pkg_deps ghc-deepseq-devel
%bcond_without shared
# debuginfo is not useful for ghc
%global debug_package %{nil}
Name: ghc-%{pkg_name}
# part of haskell-platform-2009.2.0.2
Version: 1.1.0.1
Release: 2%{?dist}
# part of haskell-platform-2010.1.0.0
Version: 2.2.0.1
Release: 1%{?dist}
Summary: %{common_summary}
Group: System Environment/Libraries
@ -33,7 +35,7 @@ This package provides the shared library.
%endif
%ghc_lib_package
%{?ghc_lib_package}
%prep
@ -58,8 +60,14 @@ rm -rf $RPM_BUILD_ROOT
%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
-
- 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
- initial packaging for Fedora automatically generated by cabal2spec-0.21.1

View File

@ -1 +0,0 @@
ghc-parallel-1_1_0_1-2_fc12:HEAD:ghc-parallel-1.1.0.1-2.fc12.src.rpm:1264577486

View File

@ -1 +1,2 @@
70fda9f7721f9a3dc8aaf2e24d1846e0 parallel-1.1.0.1.tar.gz
82151f619cb21518c1bdf4cdfa2e635e parallel-2.2.0.1.tar.gz