This commit is contained in:
parent
77447c0c5e
commit
a2f59c5b50
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a86c516e85a923078e03b137e2a79d704115a2da52de9fee6350dcc9c8b49034
|
||||
size 19362592
|
||||
oid sha256:d8a00feefaf98e6c77fdf0eb2b4220fa8f60f66f44a35dee3514c4248ed362d7
|
||||
size 19327965
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 2 10:26:11 MDT 2008 - ajorgensen@novell.com
|
||||
|
||||
- Update to 2.0 RC1
|
||||
* Bugfixes
|
||||
* Adds a 2.0 gacutil
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 26 09:33:09 MDT 2008 - ajorgensen@novell.com
|
||||
|
||||
|
@ -17,6 +17,7 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%{!?ext_man: %define ext_man .gz}
|
||||
|
||||
Name: mono-core
|
||||
License: LGPL v2.1 or later
|
||||
@ -24,7 +25,7 @@ Group: Development/Languages/Mono
|
||||
Summary: A .NET Runtime Environment
|
||||
Url: http://go-mono.org/
|
||||
Version: 2.0
|
||||
Release: 1
|
||||
Release: 5
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: mono-%{version}.tar.bz2
|
||||
Patch1: mono-libtool.diff
|
||||
@ -159,6 +160,7 @@ Authors:
|
||||
%_bindir/certmgr
|
||||
%_bindir/chktrust
|
||||
%_bindir/gacutil
|
||||
%_bindir/gacutil2
|
||||
%_bindir/gmcs
|
||||
%_bindir/mono-test-install
|
||||
%_bindir/mcs
|
||||
@ -171,6 +173,7 @@ Authors:
|
||||
%_prefix/lib/mono/1.0/certmgr.exe*
|
||||
%_prefix/lib/mono/1.0/chktrust.exe*
|
||||
%_prefix/lib/mono/1.0/gacutil.exe*
|
||||
%_prefix/lib/mono/2.0/gacutil.exe*
|
||||
%_prefix/lib/mono/2.0/gmcs.exe*
|
||||
%_prefix/lib/mono/1.0/mcs.exe*
|
||||
%_prefix/lib/mono/1.0/mozroots.exe*
|
||||
@ -1064,12 +1067,11 @@ export CFLAGS=" $RPM_OPT_FLAGS -DKDE_ASSEMBLIES='\"/opt/kde3/%{_lib}\"' -fno-str
|
||||
%configure \
|
||||
--with-jit=yes \
|
||||
--with-ikvm=yes \
|
||||
--with-sigaltstack=no \
|
||||
--with-moonlight=yes
|
||||
make
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
make install DESTDIR=%buildroot
|
||||
# Remove unused files
|
||||
rm $RPM_BUILD_ROOT%_libdir/libMonoPosixHelper.a
|
||||
rm $RPM_BUILD_ROOT%_libdir/libMonoPosixHelper.la
|
||||
@ -1145,6 +1147,10 @@ rm %buildroot%_prefix/usr
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
%changelog
|
||||
* Tue Sep 02 2008 ajorgensen@novell.com
|
||||
- Update to 2.0 RC1
|
||||
* Bugfixes
|
||||
* Adds a 2.0 gacutil
|
||||
* Tue Aug 26 2008 ajorgensen@novell.com
|
||||
- Update to 2.0 (preview 2)
|
||||
* Runtime: Performance
|
||||
|
Loading…
Reference in New Issue
Block a user