|
@@ -2,7 +2,7 @@ Summary: .NET runtime environment
|
|
Summary(ja): .NET ランタイム環境
|
|
Summary(ja): .NET ランタイム環境
|
|
Name: mono
|
|
Name: mono
|
|
Version: 2.8
|
|
Version: 2.8
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
Group: Development/Languages
|
|
Group: Development/Languages
|
|
License: GPL, LGPL, MIT X11
|
|
License: GPL, LGPL, MIT X11
|
|
URL: http://www.mono-project.com/
|
|
URL: http://www.mono-project.com/
|
|
@@ -200,8 +200,8 @@ monodoc is the documentation package for the mono .NET environment
|
|
#autoreconf --force --install
|
|
#autoreconf --force --install
|
|
#autoreconf --force --install libgc
|
|
#autoreconf --force --install libgc
|
|
|
|
|
|
-# Remove prebuilt binaries
|
|
|
|
-rm -rf mcs/class/lib/monolite/*
|
|
|
|
|
|
+## Remove prebuilt binaries
|
|
|
|
+#rm -rf mcs/class/lib/monolite/*
|
|
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
@@ -631,6 +631,9 @@ install monodir %{buildroot}%{_bindir}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Nov 06 2010 Shu KONNO <owa@bg.wakwak.com> 2.8-2
|
|
|
|
+- comment out script that removes prebuilt binaries, because gmcs.exe require
|
|
|
|
+
|
|
* Fri Oct 08 2010 Shu KONNO <owa@bg.wakwak.com> 2.8-1
|
|
* Fri Oct 08 2010 Shu KONNO <owa@bg.wakwak.com> 2.8-1
|
|
- updated mono to 2.8
|
|
- updated mono to 2.8
|
|
- modified macros used in %%files
|
|
- modified macros used in %%files
|