Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
92ee9e09a0 | ||
|
4199f35102 | ||
|
36376b4964 |
1
.cvsignore → .gitignore
vendored
1
.cvsignore → .gitignore
vendored
@ -1 +1,2 @@
|
|||||||
parallel-1.1.0.1.tar.gz
|
parallel-1.1.0.1.tar.gz
|
||||||
|
parallel-2.2.0.1.tar.gz
|
21
Makefile
21
Makefile
@ -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)
|
|
@ -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
|
||||||
|
@ -1 +0,0 @@
|
|||||||
ghc-parallel-1_1_0_1-2_fc12:HEAD:ghc-parallel-1.1.0.1-2.fc12.src.rpm:1264577486
|
|
Loading…
Reference in New Issue
Block a user