From 1cdc0efd295c6c19d36528af8e9c68ebe51c1c2a Mon Sep 17 00:00:00 2001 From: Xavier LAMIEN Date: Apr 02 2009 06:51:04 +0000 Subject: Enable moonlight support --- diff --git a/mono.spec b/mono.spec index ad32516..03b4439 100644 --- a/mono.spec +++ b/mono.spec @@ -1,6 +1,6 @@ Name: mono Version: 2.4 -Release: 12%{?dist} +Release: 13%{?dist} Summary: A .NET runtime environment Group: Development/Languages @@ -301,7 +301,9 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" gcc -o monodir %{SOURCE1} -DMONODIR=\"%{_libdir}/mono\" -%configure --with-ikvm=yes --with-jit=yes --with-xen_opt=yes --with-moonlight=no --disable-static --with-preview=yes --with-libgdiplus=installed +%configure --with-ikvm=yes --with-jit=yes --with-xen_opt=yes \ + --with-moonlight=yes --disable-static --with-preview=yes \ + --with-libgdiplus=installed make @@ -687,6 +689,9 @@ install monodir %{buildroot}%{_bindir} %{_libdir}/pkgconfig/monodoc.pc %changelog +* Thu Apr 02 2009 Xavier Lamien - 2.4-13 +- Enable moonlight support. + * Thu Mar 26 2009 Paul F. Johnson 2.4-12 - Full 2.4 release