- update to 1.1.17.1

This commit is contained in:
Alexander Larsson 2006-09-01 15:19:04 +00:00
parent 2179bbe156
commit dbdf5b291c
4 changed files with 38 additions and 22 deletions

View File

@ -1 +1 @@
mono-1.1.16.1.tar.gz
mono-1.1.17.1.tar.gz

View File

@ -0,0 +1,21 @@
--- mono-1.1.17.1/scripts/script.in.use-monodir 2006-08-25 21:35:14.000000000 +0200
+++ mono-1.1.17.1/scripts/script.in 2006-09-01 14:57:01.000000000 +0200
@@ -1,2 +1,2 @@
#!/bin/sh
-exec @bindir@/@mono_interp@ $MONO_OPTIONS @mono_instdir@/@framework_version@/@exe_name@.exe "$@"
+exec @bindir@/@mono_interp@ $MONO_OPTIONS `@bindir@/monodir`/@framework_version@/@exe_name@.exe "$@"
--- mono-1.1.17.1/scripts/mono-service.in.use-monodir 2006-08-25 21:35:14.000000000 +0200
+++ mono-1.1.17.1/scripts/mono-service.in 2006-09-01 14:57:20.000000000 +0200
@@ -29,4 +29,4 @@
fi
export MONO_DISABLE_SHM=1
-exec @bindir@/@mono_interp@ $MONO_OPTIONS @mono_instdir@/@framework_version@/@exe_name@.exe $args </dev/null >& /dev/null &
+exec @bindir@/@mono_interp@ $MONO_OPTIONS `@bindir@/monodir`/@framework_version@/@exe_name@.exe $args </dev/null >& /dev/null &
--- mono-1.1.17.1/scripts/script_umask.in.use-monodir 2006-08-25 21:35:14.000000000 +0200
+++ mono-1.1.17.1/scripts/script_umask.in 2006-09-01 14:57:27.000000000 +0200
@@ -1,3 +1,3 @@
#!/bin/sh
umask 077
-exec @bindir@/@mono_interp@ $MONO_OPTIONS @mono_instdir@/@framework_version@/@exe_name@.exe "$@"
+exec @bindir@/@mono_interp@ $MONO_OPTIONS `@bindir@/monodir`/@framework_version@/@exe_name@.exe "$@"

View File

@ -1,6 +1,6 @@
Name: mono
Version: 1.1.16.1
Release: 2%{?dist}
Version: 1.1.17.1
Release: 1%{?dist}
Summary: a .NET runtime environment
Group: Development/Languages
@ -30,7 +30,7 @@ ExclusiveArch: %ix86 x86_64 ppc ia64 armv4l sparc
Patch1: mono-1.1.13.4-selinux-ia64.patch
Patch2: mono-1.1.13.4-ppc-threading.patch
Patch3: mono-libdir.patch
Patch4: mono-1.1.16.1-use-monodir.patch
Patch4: mono-1.1.17.1-use-monodir.patch
%description
The Mono runtime implements a JIT engine for the ECMA CLI
@ -53,6 +53,10 @@ Virtual Machine, Just-in-time compiler, C# compiler, security
tools and libraries (corlib, XML, System.Security, ZipLib,
I18N, Cairo and Mono.*).
# Mono-basic was removed in 1.1.17
Obsoletes: mono-basic
Provides: mono-basic
%package devel
Summary: Development tools for Mono
Group: Development/Languages
@ -107,16 +111,6 @@ This package contains the JScript .NET compiler and language runtime.
This allows you to compile and run JScript.NET application and
assemblies.
%package basic
Summary: Visual Basic .NET support for Mono
Group: Development/Languages
Requires: mono-core = %{version}-%{release}
%description basic
This package contains the Visual Basic .NET compiler and language
runtime. This allows you to compile and run VB.NET application and
assemblies.
%package extras
Summary: Provides the infrastructure for running and building daemons and services with Mono as well as various stub assemblies
Group: Development/Languages
@ -277,6 +271,8 @@ install monodir $RPM_BUILD_ROOT%{_bindir}
%{__rm} $RPM_BUILD_ROOT%{_bindir}/mono-find-provides
%{__rm} $RPM_BUILD_ROOT%{_bindir}/mono-find-requires
%{__rm} $RPM_BUILD_ROOT%{_bindir}/mbas
# This was removed upstream:
%{__rm} -fr $RPM_BUILD_ROOT%{monodir}/gac/Mono.Security.Win32/[12]*
%{__rm} $RPM_BUILD_ROOT%{monodir}/*/Mono.Security.Win32.dll
@ -346,6 +342,7 @@ install monodir $RPM_BUILD_ROOT%{_bindir}
%gac_dll System.Security
%gac_dll System.Xml
%gac_dll cscompmgd
%gac_dll CustomMarshalers
%{monodir}/?.0/mscorlib.dll
%{monodir}/?.0/mscorlib.dll.mdb
%dir /etc/mono
@ -444,17 +441,12 @@ install monodir $RPM_BUILD_ROOT%{_bindir}
%mono_bin mjs
%gac_dll Microsoft.JScript
%files basic
%defattr(-,root,root,-)
%mono_bin mbas
%gac_dll Microsoft.VisualBasic
%{_mandir}/man1/mbas.1.gz
%files extras
%defattr(-,root,root,-)
%{_mandir}/man1/mono-service.1.gz
%mono_bin_1 mono-service mono-service
%{_bindir}/mono-service2
%mono_bin_2 mono-service2 mono-service
%{monodir}/gac/mono-service
%gac_dll System.Management
%gac_dll System.Messaging
@ -532,6 +524,9 @@ install monodir $RPM_BUILD_ROOT%{_bindir}
%gac_dll IBM.Data.DB2
%changelog
* Fri Sep 1 2006 Alexander Larsson <alexl@redhat.com> - 1.1.17.1-1
- update to 1.1.17.1
* Fri Aug 18 2006 Alexander Larsson <alexl@redhat.com> - 1.1.16.1-2
- Move gac to libdir to be multilib compat
- rename mono-devtools back to mono-devel

View File

@ -1 +1 @@
11556607ba74cae225d9c73aef09e5e3 mono-1.1.16.1.tar.gz
072cb3de1f19cbebd6034f7a5cff1292 mono-1.1.17.1.tar.gz