Author: qboosh Date: Fri Feb 25 22:16:36 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pass MONO_PATH for gacutil rebuild to allow build without mono installed
- dropped -mno-explicit-relocs hack, more accurate EA
---- Files affected:
SPECS:
mono.spec (1.106 -> 1.107)
---- Diffs:
================================================================
Index: SPECS/mono.spec
diff -u SPECS/mono.spec:1.106 SPECS/mono.spec:1.107
--- SPECS/mono.spec:1.106 Thu Feb 24 23:53:29 2005
+++ SPECS/mono.spec Fri Feb 25 23:16:30 2005
@@ -18,20 +18,18 @@
Patch1: %{name}-runtime-install-path.patch
Patch2: %{name}-lib64.patch
URL: http://www.mono-project.com/
-ExcludeArch: alpha
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: bison
BuildRequires: glib2-devel >= 2.0.0
-BuildRequires: libtool
-BuildRequires: pkgconfig
BuildRequires: icu
BuildRequires: libicu-devel >= 2.6.1
+BuildRequires: libtool
+BuildRequires: pkgconfig
+ExclusiveArch: %{ix86} amd64 arm hppa ppc s390 sparc sparcv9 sparc64
+# alpha still broken, mips/ia64/m68k disabled in configure
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-# workaround for buggy gcc 3.3.1
-%define specflags_alpha -mno-explicit-relocs
-
%description
The Common Language Infrastructure platform. Microsoft has created a
new development platform. The highlights of this new development
@@ -180,6 +178,7 @@
CFLAGS="%{rpmcflags} -DSKEL_DIRECTORY=\\\"%{_datadir}/jay\\\""
# rebuild gacutil with lib64 patch
+MONO_PATH="`pwd`/runtime/net_1_1" \
%{__make} -C mcs-*/tools/gacutil \
MCS="`pwd`/mono/interpreter/mint `pwd`/runtime/mcs.exe
-lib:`pwd`/runtime/net_1_1"
cp -f mcs-*/tools/gacutil/gacutil.exe runtime
@@ -340,6 +339,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.107 2005/02/25 22:16:30 qboosh
+- pass MONO_PATH for gacutil rebuild to allow build without mono installed
+- dropped -mno-explicit-relocs hack, more accurate EA
+
Revision 1.106 2005/02/24 22:53:29 pawcioos
- updated to 1.0.6
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/mono.spec?r1=1.106&r2=1.107&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit