Author: arekm Date: Tue Jun 26 10:54:41 2007 GMT Module: SPECS Tag: HEAD ---- Log message: rel 3; GhcWithInterpreter=yes
---- Files affected: SPECS: ghc.spec (1.69 -> 1.70) ---- Diffs: ================================================================ Index: SPECS/ghc.spec diff -u SPECS/ghc.spec:1.69 SPECS/ghc.spec:1.70 --- SPECS/ghc.spec:1.69 Tue Jun 26 08:22:50 2007 +++ SPECS/ghc.spec Tue Jun 26 12:54:36 2007 @@ -10,7 +10,7 @@ Summary(pl.UTF-8): System kompilacji Glasgow Haskell Name: ghc Version: 6.6.1 -Release: 2 +Release: 3 License: BSD-like w/o adv. clause Group: Development/Languages Source0: http://haskell.org/ghc/dist/%{version}/%{name}-%{version}-src.tar.bz2 @@ -155,7 +155,6 @@ cat << 'EOF' >> mk/build.mk GhcUnregisterised=YES GhcWithNativeCodeGen=NO -GhcWithInterpreter=NO SplitObjs=NO EOF %endif @@ -176,7 +175,8 @@ %{__make} %if %{with doc} %{__make} html -%{__make} -C docs/ext-core ps +# broken +#%{__make} -C docs/ext-core ps %{__make} -C docs/storage-mgt ps %endif @@ -203,7 +203,7 @@ %doc ANNOUNCE README %if %{with doc} %doc docs/users_guide/users_guide docs/comm -%doc docs/ext-core/core.ps docs/storage-mgt/*.ps +%doc docs/*-*/*.ps %doc libraries/html-docs %doc html/* libraries/Cabal/doc/Cabal %endif @@ -226,11 +226,9 @@ %attr(755,root,root) %{_libdir}/ghc-%{version}/unlit %{_libdir}/ghc-%{version}/libHS*.a %exclude %{_libdir}/ghc-%{version}/libHS*_p.a -%if ! %{with unregistered} %ifarch %{ix86} %{x8664} ppc ppc64 sparc sparcv9 sparc64 %{_libdir}/ghc-%{version}/HS*.o %endif -%endif %{_libdir}/ghc-%{version}/package.conf %{_libdir}/ghc-%{version}/*.h %{_libdir}/ghc-%{version}/ghc*-usage.txt @@ -249,6 +247,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.70 2007/06/26 10:54:36 arekm +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 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/ghc.spec?r1=1.69&r2=1.70&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
