Author: glen Date: Mon Feb 25 08:13:08 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - add patch for perl 5.10.0
---- Files affected: SPECS: ghc.spec (1.74 -> 1.75) ---- Diffs: ================================================================ Index: SPECS/ghc.spec diff -u SPECS/ghc.spec:1.74 SPECS/ghc.spec:1.75 --- SPECS/ghc.spec:1.74 Mon Sep 10 23:57:23 2007 +++ SPECS/ghc.spec Mon Feb 25 09:13:02 2008 @@ -10,7 +10,7 @@ Summary(pl.UTF-8): System kompilacji Glasgow Haskell Name: ghc Version: 6.6.1 -Release: 6 +Release: 7 License: BSD-like w/o adv. clause Group: Development/Languages Source0: http://haskell.org/ghc/dist/%{version}/%{name}-%{version}-src.tar.bz2 @@ -20,6 +20,7 @@ Patch0: %{name}-ac.patch Patch1: %{name}-tinfo.patch Patch2: %{name}-gcc42.patch +Patch3: %{name}-perl10.patch URL: http://haskell.org/ghc/ BuildRequires: OpenAL-devel BuildRequires: OpenGL-GLU-devel @@ -152,6 +153,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %if %{with unregistered} cat << 'EOF' >> mk/build.mk @@ -193,7 +195,7 @@ %if %{with doc} rm -rf html %{__make} install-docs \ - datadir=`pwd` \ + datadir=$(pwd) \ mandir=RPM_BUILD_ROOT%{_mandir} %endif @@ -250,6 +252,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.75 2008-02-25 08:13:02 glen +- add patch for perl 5.10.0 + Revision 1.74 2007-09-10 21:57:23 baggins - rel 6 - missed a very important file, damn @@ -266,11 +271,11 @@ - rebuild (no ppc) Revision 1.70 2007/06/26 10:54:36 arekm -rel 3; GhcWithInterpreter=yes +- rel 3; GhcWithInterpreter=yes Revision 1.69 2007/06/26 06:22:50 arekm - rel 2; do unregistered build due to ghc own problems with gcc 4.2 -[updated to 6.6.1] + [updated to 6.6.1] Revision 1.68 2007/03/04 11:32:30 qrczak - Cosmetics. @@ -315,7 +320,7 @@ Revision 1.57 2007/01/20 20:42:20 arekm - 0.1; doesn't build on th -[updated to 6.6] + [updated to 6.6] Revision 1.56 2005/11/01 11:18:57 arekm - rel 2 @@ -447,18 +452,18 @@ - massive attack: perl -pi -e "s/^#+\%\{/#\%\%\{/" Revision 1.16 2002/10/07 11:23:57 qboosh -- BR: autoconf; new %%doc +- BR: autoconf; new %doc Revision 1.15 2002/05/21 23:13:09 kloczek -perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \ +- perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \ s/^automake -a -c -f/\%\{__automake\}/; \ - s/^autoconf/\%\{__autoconf\}/" + s/^autoconf/\%\{__autoconf\}/" Revision 1.14 2002/04/25 16:23:03 arturs -fixed a small typo +- fixed a small typo Revision 1.13 2002/03/27 12:06:17 roman -s/BSD style/BSD-like in License +- s/BSD style/BSD-like in License Revision 1.12 2002/02/23 02:17:44 kloczek - adapterized. @@ -468,7 +473,7 @@ Group field using gettext). Revision 1.10 2002/01/18 02:13:02 kloczek -perl -pi -e "s/[EMAIL PROTECTED]/[EMAIL PROTECTED]/" +- perl -pi -e "s/[EMAIL PROTECTED]/[EMAIL PROTECTED]/" Revision 1.9 2001/12/04 23:53:52 filon - updated to 5.02.1 @@ -476,32 +481,32 @@ - updated DESTDIR patch - use autoconf now - changes/fixes in docs and files -- pass %%{__cc} as gcc for confiugre script +- pass %{__cc} as gcc for confiugre script - cleanup Revision 1.8 2001/11/29 08:41:28 qboosh -- adapterized, pl translations, removed empty %%doc line; release 2 +- adapterized, pl translations, removed empty %doc line; release 2 Revision 1.7 2001/09/25 19:40:13 pawelk -added some missing files +- added some missing files Revision 1.6 2001/09/18 17:49:10 baggins - buildrequires happy >= 1.9 Revision 1.5 2001/08/06 18:23:42 pawelk -it works, it works ! (at least is seems to) +- it works, it works ! (at least is seems to) Revision 1.4 2001/06/26 15:23:32 pawelk -do 'make install' before 'make install-dirs' -NFY +- do 'make install' before 'make install-dirs' + NFY Revision 1.3 2001/06/25 17:17:49 pawelk -version 5.00.2 +- version 5.00.2 Revision 1.2 2001/06/24 22:17:15 pawelk --version 5.00.1 - i've started building it 6h30m ago and it's stil building on by - k6-2/300, so i'm not sure if this is correct (but I hope so) +- version 5.00.1 + i've started building it 6h30m ago and it's stil building on by + k6-2/300, so i'm not sure if this is correct (but I hope so) Revision 1.1 2000/11/20 12:53:53 baggins - initial revision ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ghc.spec?r1=1.74&r2=1.75&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
