Browse Source

mono update

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2181 ec354946-7b23-47d6-9f5a-488ba84defc7
owa 13 years ago
parent
commit
75364eb5d4
1 changed files with 6 additions and 3 deletions
  1. 6 3
      m/mono/mono-vl.spec

+ 6 - 3
m/mono/mono-vl.spec

@@ -2,7 +2,7 @@ Summary: .NET runtime environment
 Summary(ja): .NET ランタイム環境
 Name: mono
 Version: 2.8
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 Group: Development/Languages
 License: GPL, LGPL, MIT X11
 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 libgc
 
-# Remove prebuilt binaries
-rm -rf mcs/class/lib/monolite/*
+## Remove prebuilt binaries
+#rm -rf mcs/class/lib/monolite/*
 
 
 %build
@@ -631,6 +631,9 @@ install monodir %{buildroot}%{_bindir}
 
 
 %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
 - updated mono to 2.8
 - modified macros used in %%files