fcami / rpms / mono

Forked from rpms/mono 3 years ago
Clone
48bd560
Name:           mono
Paul F. Johnson 8277796
Version:        2.4
362b581
Release:        15.1.RC1%{?dist}
Paul F. Johnson cebb202
Summary:        A .NET runtime environment
jross 3a83684
5c76d72
Group:          Development/Languages
Paul F. Johnson 7b91332
License:        MIT
48bd560
URL:            http://www.mono-project.com/Main_Page
48bd560
# Prereleases are available here
48bd560
# http://mono.ximian.com/monobuild/preview/sources-preview/
48bd560
Source0:        http://ftp.novell.com/pub/%{name}/sources/%{name}/%{name}-%{version}.tar.bz2
48bd560
Source1:        monodir.c
5c76d72
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
jross 4c5700a
Paul F. Johnson ded144d
BuildRequires:  bison 
7e2b69d
BuildRequires:  glib2-devel
7e2b69d
BuildRequires:  pkgconfig
7e2b69d
BuildRequires:  libicu-devel
Paul F. Johnson a017dd3
BuildRequires:  libgdiplus-devel >= 2.4
7e2b69d
BuildRequires:  zlib-devel
57332fe
%ifarch ia64
57332fe
BuildRequires:  libunwind
Paul F. Johnson 86ecf30
BuildRequires:  libunwind-devel
57332fe
%endif
25a3bf8
# Required for mono-libdir.patch
Paul F. Johnson fa8f4bd
BuildRequires: automake libtool gettext-devel
Paul F. Johnson 264ee24
Obsoletes:     monodoc, monodoc-devel
446d1e6
6b1958b
# Yes, mono actually depends on itself, because
6b1958b
# we deleted the bootstrapping binaries. If you
6b1958b
# need to bootstrap mono, comment out this BuildRequires
6b1958b
# and don't delete the binaries in %%prep.
Paul F. Johnson d415e04
48bd560
BuildRequires: mono-core
6b1958b
b95c25a
# JIT only availible on these:
48bd560
ExclusiveArch: %ix86 x86_64 ia64 armv4l sparc alpha s390 s390x ppc
jross 4c5700a
Paul F. Johnson f4cfb33
Patch0: mono-2.2-ppc-threading.patch
Paul F. Johnson f4cfb33
Patch1: mono-libdir-126.patch
Paul F. Johnson f4cfb33
Patch2: mono-1.2.3-use-monodir.patch
Paul F. Johnson f4cfb33
Patch3: mono-2.2-uselibdir.patch
Paul F. Johnson f4cfb33
Patch4: mono-2.0-monoservice.patch
Paul F. Johnson f4cfb33
Patch5: mono-2.0-metadata-makefile.patch
Paul F. Johnson af0454e
Patch6: mono-22-libgdiwinform.patch
Paul F. Johnson af0454e
Patch7: mono-22-libdir.patch
Paul F. Johnson e9de6c8
Patch8: mono-24-ppc-glocks.patch
9b8d334
5c76d72
%description
5c76d72
The Mono runtime implements a JIT engine for the ECMA CLI
5c76d72
virtual machine (as well as a byte code interpreter, the
5c76d72
class loader, the garbage collector, threading system and
5c76d72
metadata access libraries.
jross 4c5700a
5c76d72
%package core
5c76d72
Summary:        The Mono CIL runtime, suitable for running .NET code
5c76d72
Group:          Development/Languages
eb48902
Requires:	libgdiplus
25a3bf8
5c76d72
%description core
5c76d72
This package contains the core of the Mono runtime including its
5c76d72
Virtual Machine, Just-in-time compiler, C# compiler, security
5c76d72
tools and libraries (corlib, XML, System.Security, ZipLib,
5c76d72
I18N, Cairo and Mono.*).
jross 4c5700a
25a3bf8
%package devel
6f739de
Summary:        Development tools for Mono
5c76d72
Group:          Development/Languages
7e2b69d
Requires:       mono-core = %{version}-%{release}
60246aa
Requires:       pkgconfig
5c76d72
Requires:       glib2-devel
6f739de
b337430
%description devel
b337430
This package completes the Mono developer toolchain with the mono profiler,
b337430
assembler and other various tools.
b337430
5c76d72
%package nunit
5c76d72
Summary:        NUnit Testing Framework
8b6ba67
License:	zlib with acknowledgement
5c76d72
Group:          Development/Languages
7e2b69d
Requires:       mono-core = %{version}-%{release}
5c76d72
Requires:       glib2-devel
jross 4c5700a
5c76d72
%description nunit
5c76d72
NUnit is a unit-testing framework for all .Net languages. Initially
5c76d72
ported from JUnit, the current release, version 2.2, is the fourth
5c76d72
major release of this Unit based unit testing tool for Microsoft .NET.
5c76d72
It is written entirely in C# and  has been completely redesigned to
5c76d72
take advantage of many .NET language features, for example
5c76d72
custom attributes and other reflection related capabilities. NUnit
5c76d72
brings xUnit to all .NET languages.
5c76d72
208c8c9
%package nunit-devel
208c8c9
Summary: pkgconfig for nunit
208c8c9
Group: Development/Libraries
bcea006
Requires: mono-core = %{version}-%{release}, pkgconfig
8b6ba67
Requires: mono-nunit = %{version}-%{release}
208c8c9
208c8c9
%description nunit-devel
208c8c9
Development files for nunit
208c8c9
5c76d72
%package locale-extras
5c76d72
Summary:        Extra locale information for Mono
5c76d72
Group:          Development/Languages
7e2b69d
Requires:       mono-core = %{version}-%{release}
5c76d72
5c76d72
%description locale-extras
5c76d72
This package contains assemblies to support I18N applications for
5c76d72
non-latin alphabets.
5c76d72
5c76d72
%package jscript
5c76d72
Summary:        JScript .NET support for Mono
5c76d72
Group:          Development/Languages
7e2b69d
Requires:       mono-core = %{version}-%{release}
5c76d72
5c76d72
%description jscript
5c76d72
This package contains the JScript .NET compiler and language runtime.
5c76d72
This allows you to compile and run JScript.NET application and
5c76d72
assemblies.
jross 4c5700a
5c76d72
%package extras
5c76d72
Summary:        Provides the infrastructure for running and building daemons and services with Mono as well as various stub assemblies
5c76d72
Group:          Development/Languages
7e2b69d
Requires:       mono-core = %{version}-%{release}
jross 4c5700a
5c76d72
%description extras
5c76d72
This package provides the libary and application to run services
5c76d72
and daemons with Mono. It also includes stubs for the following
5c76d72
.NET 1.1 and 2.0 assemblies: Microsoft.Vsa,
5c76d72
System.Configuration.Install, System.Management, System.Messaging.
jross 4c5700a
5c76d72
%package winforms
5c76d72
Summary:        Windows Forms implementation for Mono
5c76d72
Group:          Development/Languages
Paul F. Johnson fc352e7
Requires:       mono-core = %{version}-%{release}
jross 4c5700a
5c76d72
%description winforms
5c76d72
This package provides a fully managed implementation of
5c76d72
System.Windows.Forms, the default graphical toolkit for .NET
5c76d72
applications.
jross 4c5700a
5c76d72
%package web
5c76d72
Summary:        ASP.NET, Remoting, and Web Services for Mono
5c76d72
Group:          Development/Languages
7e2b69d
Requires:       mono-core = %{version}-%{release}
jross 4c5700a
5c76d72
%description web
5c76d72
This package provides the ASP.NET libraries and runtime for
5c76d72
development of web application, web services and remoting support.
jross 4c5700a
Paul F. Johnson 8d5b63e
%package web-devel
Paul F. Johnson 8d5b63e
Summary:        Development files for system.web
Paul F. Johnson 8d5b63e
Group:          Development/Languages
Paul F. Johnson 8d5b63e
Requires:       mono-core = %{version}-%{release}
Paul F. Johnson 8d5b63e
Requires:	mono-web = %{version}-%{release} pkgconfig
Paul F. Johnson 8d5b63e
Paul F. Johnson 8d5b63e
%description web-devel
Paul F. Johnson 8d5b63e
This package provides the .pc file for mono-web
Paul F. Johnson 8d5b63e
5c76d72
%package data
5c76d72
Summary:        Database connectivity for Mono
5c76d72
Group:          Development/Languages
7e2b69d
Requires:       mono-core = %{version}-%{release}
jross 4c5700a
5c76d72
%description data
5c76d72
This package provides a Mono assembly to facilitate data access
5c76d72
and manipulation with databases, LDAP compatible directory servers
5c76d72
and/or XML data exchange. Beyond the ADO.NET, Novell.LDAP and
5c76d72
System.DirectoryServices assemblies, it also includes a command
5c76d72
line sql application as well as the Microsoft SQL Server and ODBC
5c76d72
data providers.
jross 4c5700a
5c76d72
%package data-sqlite
5c76d72
Summary:        sqlite database connectivity for Mono
5c76d72
Group:          Development/Languages
7e2b69d
Requires:       mono-core = %{version}-%{release}
5c76d72
Requires:       sqlite
jross 4c5700a
5c76d72
%description data-sqlite
5c76d72
This package contains the ADO.NET Data provider for the sqlite
5c76d72
database.
jross 4c5700a
5c76d72
%package data-sybase
5c76d72
Summary:        Sybase database connectivity for Mono
5c76d72
Group:          Development/Languages
7e2b69d
Requires:       mono-core = %{version}-%{release}
jross 4c5700a
5c76d72
%description data-sybase
5c76d72
This package contains the ADO.NET Data provider for the Sybase
5c76d72
database.
jross 4c5700a
5c76d72
%package data-oracle
5c76d72
Summary:        Oracle database connectivity for Mono
5c76d72
Group:          Development/Languages
7e2b69d
Requires:       mono-core = %{version}-%{release}
jross 4c5700a
5c76d72
%description data-oracle
5c76d72
This package contains the ADO.NET Data provider for the Oracle
5c76d72
database.
jross 4c5700a
5c76d72
%package data-postgresql
5c76d72
Summary:        Postgresql database connectivity for Mono
5c76d72
Group:          Development/Languages
7e2b69d
Requires:       mono-core = %{version}-%{release}
jross 3a83684
5c76d72
%description data-postgresql
5c76d72
This package contains the ADO.NET Data provider for the PostgreSQL
5c76d72
database.
5c76d72
5c76d72
%package data-firebird
5c76d72
Summary:        Firebird database connectivity for Mono
5c76d72
Group:          Development/Languages
7e2b69d
Requires:       mono-core = %{version}-%{release}
5c76d72
5c76d72
%description data-firebird
5c76d72
This package contains the ADO.NET Data provider for the Firebird
5c76d72
database.
5c76d72
5c76d72
%package -n ibm-data-db2
5c76d72
Summary:        IBM DB2 database connectivity for Mono
5c76d72
Group:          Development/Languages
7e2b69d
Requires:       mono-core = %{version}-%{release}
5c76d72
5c76d72
%description -n ibm-data-db2
5c76d72
This package contains the ADO.NET Data provider for the IBM DB2
5c76d72
Universal database.
5c76d72
5c76d72
%package -n bytefx-data-mysql
5c76d72
Summary:        MySQL database connectivity for Mono
5c76d72
Group:          Development/Languages
7e2b69d
Requires:       mono-core = %{version}-%{release}
5c76d72
5c76d72
%description -n bytefx-data-mysql
5c76d72
This package contains the ADO.NET Data provider for MySQL. This is
5c76d72
no longer maintained. MySQL AB now provides MySQL Connector/Net
5c76d72
which is fully managed and actively maintained.
5c76d72
Paul F. Johnson adb6c98
%package -n monodoc
Paul F. Johnson 264ee24
Summary:	The mono documentation system
Paul F. Johnson 264ee24
Group:		Documentation
Paul F. Johnson 264ee24
Requires:	mono-core = %{version}-%{release}
Paul F. Johnson 264ee24
Paul F. Johnson adb6c98
%description -n monodoc
Paul F. Johnson 264ee24
monodoc is the documentation package for the mono .NET environment
Paul F. Johnson 264ee24
Paul F. Johnson adb6c98
%package -n monodoc-devel
Paul F. Johnson 264ee24
Summary: .pc file for monodoc
Paul F. Johnson 264ee24
Group: Documentation
Paul F. Johnson adb6c98
Requires: monodoc = %{version}-%{release} pkgconfig
Paul F. Johnson adb6c98
Requires: mono-core = %{version}-%{release}
Paul F. Johnson 264ee24
Paul F. Johnson adb6c98
%description -n monodoc-devel
Paul F. Johnson 264ee24
Development file for monodoc
Paul F. Johnson 264ee24
Paul F. Johnson ebfc9a6
%package moonlight
Paul F. Johnson ebfc9a6
Summary:	All the parts required for moonlight compilation
Paul F. Johnson ebfc9a6
Group:		Development/Libraries
Paul F. Johnson ebfc9a6
Requires:	mono-core = %{version}-%{release}
Paul F. Johnson ebfc9a6
Paul F. Johnson ebfc9a6
%description moonlight
Paul F. Johnson ebfc9a6
mono-moonlight are all the parts required for moonlight compilation
Paul F. Johnson ebfc9a6
25a3bf8
%define monodir %{_libdir}/mono
75d0d22
%define gac_dll(dll)  %{monodir}/gac/%{1} \
5c76d72
  %{monodir}/?.0/%{1}.dll \
5c76d72
  %{nil}
Paul F. Johnson ebfc9a6
%define moon_dll(dll) %{monodir}/gac/%{1} \
Paul F. Johnson ebfc9a6
  %{monodir}/2.1/%{1}.dll \
Paul F. Johnson ebfc9a6
  %{nil}
75d0d22
%define mono_bin(bin) %{_bindir}/%{1} \
5c76d72
  %{monodir}/?.0/%{1}.exe \
5c76d72
  %{monodir}/?.0/%{1}.exe.* \
5c76d72
  %{nil}
75d0d22
%define mono_bin_1(bin, dll) %{_bindir}/%{1} \
5c76d72
  %{monodir}/1.0/%{2}.exe \
5c76d72
  %{monodir}/1.0/%{2}.exe.* \
5c76d72
  %{nil}
75d0d22
%define mono_bin_2(bin, dll) %{_bindir}/%{1} \
5c76d72
  %{monodir}/2.0/%{2}.exe \
5c76d72
  %{monodir}/2.0/%{2}.exe.* \
5c76d72
  %{nil}
jross 3a83684
jross 3a83684
%prep
Paul F. Johnson a017dd3
%setup -q 
Paul F. Johnson f4cfb33
Paul F. Johnson f4cfb33
%patch0 -p1 -b .ppc-threading
Paul F. Johnson f4cfb33
%patch1 -p1 -b .libdir
Paul F. Johnson f4cfb33
%patch2 -p1 -b .usemonodir
Paul F. Johnson f4cfb33
%patch3 -p1 -b .uselibdir
Paul F. Johnson f4cfb33
%patch4 -p1 -b .monoservice
Paul F. Johnson f4cfb33
%patch5 -p1 -b .metadata-makefile
Paul F. Johnson af0454e
%patch6 -p1 -b .libgdiplus
Paul F. Johnson e9de6c8
%patch8 -p1 -b .glocks-ppc
Paul F. Johnson af0454e
sed -i -e 's!@libdir@!%{_libdir}!' %{PATCH7}
Paul F. Johnson af0454e
%patch7 -p1 -b .libdir-22
Paul F. Johnson af0454e
sed -i -e 's!%{_libdir}!@libdir@!' %{PATCH7}
362b581
#sed -i -e 's!@prefix@/lib/!%{_libdir}/!' data/mono.web.pc.in
Paul F. Johnson 8d5b63e
sed -i -e 's!@prefix@/lib/!%{_libdir}/!' data/system.web.extensions_1.0.pc.in
Paul F. Johnson 7f82b73
sed -i -e 's!@prefix@/lib/!%{_libdir}/!' data/system.web.extensions.design_1.0.pc.in
Paul F. Johnson 7f82b73
sed -i -e 's!$(prefix)/lib/!%{_libdir}/!' docs/Makefile.{am,in}
Paul F. Johnson f4cfb33
Paul F. Johnson ce54f48
autoreconf -f -i -s
9b8d334
92ed9ae
# Add undeclared Arg
92ed9ae
sed -i "61a #define ARG_MAX	_POSIX_ARG_MAX" mono/io-layer/wapi_glob.h
92ed9ae
9b6f559
# Remove prebuilt binaries
48bd560
rm -rf mcs/class/lib/monolite/*
92ed9ae
jross 3a83684
%build
Paul F. Johnson e59e3d1
%ifarch ia64 s390 s390x
Paul F. Johnson 1259983
export CFLAGS="-O2 -fno-strict-aliasing"
180583d
%else
Paul F. Johnson 1259983
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
180583d
%endif
25a3bf8
25a3bf8
gcc -o monodir %{SOURCE1} -DMONODIR=\"%{_libdir}/mono\"
180583d
Paul F. Johnson ebfc9a6
%configure --with-ikvm=yes --with-jit=yes --with-xen_opt=yes \
Paul F. Johnson ebfc9a6
           --with-moonlight=yes --disable-static --with-preview=yes \
Paul F. Johnson ebfc9a6
           --with-libgdiplus=installed
Paul F. Johnson ce54f48
make
jross 3a83684
25a3bf8
jross 3a83684
%install
Paul F. Johnson 7541abc
%{__rm} -rf %{buildroot}
Paul F. Johnson 7541abc
make DESTDIR=%{buildroot} install
Paul F. Johnson 7541abc
install monodir %{buildroot}%{_bindir}
5c76d72
Paul F. Johnson 7541abc
%{__rm} %{buildroot}%{_libdir}/*.la
5c76d72
5c76d72
# We put these inside rpm
Paul F. Johnson 7541abc
%{__rm} %{buildroot}%{_bindir}/mono-find-provides
Paul F. Johnson 7541abc
%{__rm} %{buildroot}%{_bindir}/mono-find-requires
5c76d72
5c76d72
# This was removed upstream:
Paul F. Johnson 7541abc
%{__rm} -fr %{buildroot}%{monodir}/gac/Mono.Security.Win32/[12]*
Paul F. Johnson 7541abc
%{__rm} -rf %{buildroot}%{monodir}/1.0/Mono.Security.Win32.dll
Paul F. Johnson 7541abc
%{__rm} -rf %{buildroot}%{monodir}/2.0/Mono.Security.Win32.dll
Paul F. Johnson 7541abc
%{__rm} %{buildroot}%{_datadir}/libgc-mono/README*
Paul F. Johnson 7541abc
%{__rm} %{buildroot}%{_datadir}/libgc-mono/barrett_diagram
Paul F. Johnson 7541abc
%{__rm} %{buildroot}%{_datadir}/libgc-mono/*.html
Paul F. Johnson 7541abc
%{__rm} %{buildroot}%{_datadir}/libgc-mono/gc.man
Paul F. Johnson 7541abc
%{__rm} %{buildroot}/%_bindir/jay
Paul F. Johnson 7541abc
%{__rm} -r %{buildroot}%{_datadir}/jay
Paul F. Johnson 7541abc
%{__rm} %{buildroot}%{_mandir}/man1/jay.1
Paul F. Johnson 7541abc
%{__rm} %{buildroot}%{_mandir}/man1/monostyle.1
Paul F. Johnson 7541abc
%{__rm} %{buildroot}%{_mandir}/man1/oldmono.1
Paul F. Johnson 7541abc
%{__rm} %{buildroot}%{_mandir}/man1/mint.1
Paul F. Johnson 7541abc
%{__rm} %{buildroot}%{monodir}/1.0/browsercaps-updater.exe*
Paul F. Johnson 7541abc
%{__rm} %{buildroot}/%_bindir/smcs
Paul F. Johnson 7541abc
%{__rm} %{buildroot}/%_libdir/pkgconfig/smcs.pc
jross 3a83684
Paul F. Johnson 264ee24
%find_lang mcs
Paul F. Johnson 264ee24
60246aa
%post -p /sbin/ldconfig
60246aa
60246aa
%postun -p /sbin/ldconfig
60246aa
60246aa
%post devel -p /sbin/ldconfig
60246aa
60246aa
%postun devel -p /sbin/ldconfig
60246aa
jross 3a83684
%clean
Paul F. Johnson 7541abc
%{__rm} -rf %{buildroot}
jross 3a83684
Paul F. Johnson 264ee24
%files core -f mcs.lang
5c76d72
%defattr(-,root,root,-)
jross 3a83684
%doc AUTHORS COPYING.LIB ChangeLog NEWS README
jross 3a83684
%{_bindir}/mono
25a3bf8
%{_bindir}/monodir
Paul F. Johnson f7824fe
%{_bindir}/mono-api-*
Paul F. Johnson adb6c98
%mono_bin csharp
Paul F. Johnson 264ee24
%{_bindir}/gacutil1
Paul F. Johnson adb6c98
%mono_bin mod
Paul F. Johnson adb6c98
%mono_bin mono-cil-strip
Paul F. Johnson 1259983
%{monodir}/?.0/mono-api-info*
Paul F. Johnson 54e0be3
%{_bindir}/mono-test-install
Paul F. Johnson 318dae4
%{_bindir}/gacutil2
5c76d72
%mono_bin certmgr
5c76d72
%mono_bin chktrust
5c76d72
%mono_bin gacutil
5c76d72
%mono_bin gmcs
5c76d72
%mono_bin mcs
Paul F. Johnson 7b91332
%{_bindir}/mcs1
5c76d72
%mono_bin mozroots
Paul F. Johnson 54e0be3
%mono_bin mconfig
5c76d72
%mono_bin setreg
5c76d72
%mono_bin sn
Paul F. Johnson f7824fe
%mono_bin installvst
Paul F. Johnson f7824fe
%mono_bin monolinker
Paul F. Johnson cebb202
%{monodir}/?.0/installutil.*
Paul F. Johnson cebb202
%{monodir}/3.5/System.Web.Extensions*
Paul F. Johnson 7b91332
%{monodir}/2.0/System.Xml.Linq.dll
60246aa
%{_bindir}/mkbundle2
25a3bf8
%{_libdir}/libmono.so.*
Paul F. Johnson 7b91332
%{_libdir}/libmono-profiler-logging.so.*
5c76d72
%{_mandir}/man1/certmgr.1.gz
5c76d72
%{_mandir}/man1/chktrust.1.gz
5c76d72
%{_mandir}/man1/gacutil.1.gz
5c76d72
%{_mandir}/man1/mcs.1.gz
5c76d72
%{_mandir}/man1/mono.1.gz
5c76d72
%{_mandir}/man1/mozroots.1.gz
5c76d72
%{_mandir}/man1/setreg.1.gz
5c76d72
%{_mandir}/man1/sn.1.gz
Paul F. Johnson f7824fe
%{_mandir}/man1/monolinker.1.gz
Paul F. Johnson f7824fe
%{_mandir}/man1/resgen.1.gz
Paul F. Johnson 54e0be3
%{_mandir}/man1/mconfig.1.gz
5c76d72
%{_mandir}/man5/mono-config.5.gz
Paul F. Johnson 264ee24
%{_mandir}/man1/csharp.1.gz
Paul F. Johnson 264ee24
%{_mandir}/man1/mono-cil-strip.1.gz
Paul F. Johnson f96202c
%{_libdir}/libMonoPosixHelper.so
5c76d72
%dir %{monodir}
5c76d72
%dir %{monodir}/1.0
5c76d72
%dir %{monodir}/2.0
Paul F. Johnson cebb202
%dir %{monodir}/3.5
5c76d72
%dir %{monodir}/gac
6f739de
%dir %{monodir}/compat-*
5c76d72
%gac_dll Commons.Xml.Relaxng
5c76d72
%gac_dll I18N
5c76d72
%gac_dll I18N.West
5c76d72
%gac_dll ICSharpCode.SharpZipLib
ddc5536
%{monodir}/compat-*/ICSharpCode.SharpZipLib.dll
5c76d72
%gac_dll Microsoft.VisualC
5c76d72
%gac_dll Mono.C5
5c76d72
%gac_dll Mono.Cairo
Paul F. Johnson cebb202
%{monodir}/gac/Mono.Cecil
Paul F. Johnson cebb202
%{monodir}/gac/Mono.Cecil.Mdb
5c76d72
%gac_dll Mono.CompilerServices.SymbolWriter
5c76d72
%gac_dll Mono.GetOptions
5c76d72
%gac_dll Mono.Posix
5c76d72
%gac_dll Mono.Security
5c76d72
%gac_dll System
5c76d72
%gac_dll System.Configuration
446d1e6
%gac_dll System.Drawing
5c76d72
%gac_dll System.Security
5c76d72
%gac_dll System.Xml
Paul F. Johnson f7824fe
%gac_dll System.Core
Paul F. Johnson adb6c98
%gac_dll Mono.CSharp
Paul F. Johnson adb6c98
%gac_dll Mono.Management
Paul F. Johnson adb6c98
%gac_dll Mono.Simd
Paul F. Johnson adb6c98
%gac_dll System.ComponentModel.DataAnnotations
Paul F. Johnson adb6c98
%gac_dll System.IdentityModel.Selectors
Paul F. Johnson adb6c98
%gac_dll System.IdentityModel
Paul F. Johnson adb6c98
%gac_dll System.Runtime.Serialization
5c76d72
%gac_dll cscompmgd
dbdf5b2
%gac_dll CustomMarshalers
60246aa
%gac_dll OpenSystem.C
Paul F. Johnson cebb202
%{monodir}/gac/System.Xml.Linq
5c76d72
%{monodir}/?.0/mscorlib.dll
5c76d72
%{monodir}/?.0/mscorlib.dll.mdb
b39ed40
%dir %{_sysconfdir}/mono
b39ed40
%dir %{_sysconfdir}/mono/1.0
b39ed40
%dir %{_sysconfdir}/mono/2.0
Paul F. Johnson e59e3d1
%dir %{_sysconfdir}/mono/mconfig
b39ed40
%config (noreplace) %{_sysconfdir}/mono/config
b39ed40
%config (noreplace) %{_sysconfdir}/mono/1.0/machine.config
b39ed40
%config (noreplace) %{_sysconfdir}/mono/2.0/machine.config
Paul F. Johnson 54e0be3
%config (noreplace) %{_sysconfdir}/mono/mconfig/config.xml
Paul F. Johnson cebb202
%config (noreplace) %{_sysconfdir}/mono/2.0/settings.map
Paul F. Johnson 264ee24
%{_libdir}/mono-source-libs/
jross 3a83684
25a3bf8
%files devel
5c76d72
%defattr(-,root,root,-)
jross 152f144
%{_bindir}/monodis
jross 3a83684
%{_bindir}/pedump
b39ed40
%mono_bin_1 al al
b39ed40
%mono_bin_2 al2 al
Paul F. Johnson 7b91332
%{_bindir}/al1
5c76d72
%mono_bin caspol
5c76d72
%mono_bin cert2spc
5711d90
%mono_bin cilc
5c76d72
%mono_bin dtd2xsd
5711d90
%mono_bin dtd2rng
Paul F. Johnson 7b91332
%mono_bin_1 genxs1 genxs
Paul F. Johnson 7b91332
%{_bindir}/genxs
60246aa
%mono_bin sgen
ddc5536
%mono_bin_1 ilasm ilasm
Paul F. Johnson 7b91332
%{_bindir}/ilasm1
ddc5536
%mono_bin_2 ilasm2 ilasm
5c76d72
%mono_bin macpack
5c76d72
%mono_bin makecert
5c76d72
%mono_bin mkbundle
Paul F. Johnson 7b91332
%{_bindir}/mkbundle1
5711d90
%mono_bin_1 monop monop
Paul F. Johnson 7b91332
%{_bindir}/monop1
5711d90
%mono_bin_2 monop2 monop
5c76d72
%mono_bin mono-shlib-cop
5711d90
%mono_bin mono-xmltool
5c76d72
%mono_bin permview
5c76d72
%mono_bin prj2make
5711d90
%mono_bin_1 resgen resgen
Paul F. Johnson 7b91332
%{_bindir}/resgen1
5711d90
%mono_bin_2 resgen2 resgen
5c76d72
%mono_bin secutil
5c76d72
%mono_bin signcode
ddc5536
%mono_bin xbuild
5c76d72
%{monodir}/1.0/ictool.exe
5c76d72
%{monodir}/1.0/ictool.exe.mdb
5c76d72
%{_mandir}/man1/al.1.gz
5c76d72
%{_mandir}/man1/cert2spc.1.gz
5711d90
%{_mandir}/man1/cilc.1.gz
5c76d72
%{_mandir}/man1/dtd2xsd.1.gz
5c76d72
%{_mandir}/man1/genxs.1.gz
5c76d72
%{_mandir}/man1/ilasm.1.gz
5c76d72
%{_mandir}/man1/macpack.1.gz
5c76d72
%{_mandir}/man1/makecert.1.gz
5c76d72
%{_mandir}/man1/mkbundle.1.gz
5c76d72
%{_mandir}/man1/mono-shlib-cop.1.gz
5711d90
%{_mandir}/man1/mono-xmltool.1.gz
5c76d72
%{_mandir}/man1/monodis.1.gz
5c76d72
%{_mandir}/man1/monop.1.gz
5c76d72
%{_mandir}/man1/permview.1.gz
5c76d72
%{_mandir}/man1/prj2make.1.gz
5c76d72
%{_mandir}/man1/secutil.1.gz
60246aa
%{_mandir}/man1/sgen.1.gz
5c76d72
%{_mandir}/man1/signcode.1.gz
5c76d72
%gac_dll PEAPI
ddc5536
%gac_dll Microsoft.Build.Engine
ddc5536
%gac_dll Microsoft.Build.Framework
ddc5536
%gac_dll Microsoft.Build.Tasks
ddc5536
%gac_dll Microsoft.Build.Utilities
b39ed40
%{monodir}/2.0/MSBuild
b39ed40
%{monodir}/2.0/Microsoft.Build.xsd
b39ed40
%{monodir}/2.0/Microsoft.*.targets
b39ed40
%{monodir}/2.0/Microsoft.Common.tasks
b39ed40
%{monodir}/2.0/xbuild.rsp
5c76d72
%{_bindir}/monograph
5c76d72
%{_libdir}/libmono-profiler-aot.*
5c76d72
%{_libdir}/libmono-profiler-cov.*
25a3bf8
%{_libdir}/libmono.so
Paul F. Johnson 7b91332
%{_libdir}/libMonoSupportW.so
Paul F. Johnson 7b91332
%{_libdir}/libmono-profiler-logging.so
Paul F. Johnson 7b91332
%{_libdir}/libikvm-native.so
5c76d72
%{_libdir}/pkgconfig/dotnet.pc
ddc5536
%{_libdir}/pkgconfig/mono-cairo.pc
25a3bf8
%{_libdir}/pkgconfig/mono.pc
Paul F. Johnson 54e0be3
%{_libdir}/pkgconfig/cecil.pc
Paul F. Johnson 7b91332
%{_libdir}/pkgconfig/dotnet35.pc
Paul F. Johnson 264ee24
%{_libdir}/pkgconfig/mono-lineeditor.pc
Paul F. Johnson 264ee24
%{_libdir}/pkgconfig/mono-options.pc
Paul F. Johnson 264ee24
%{_libdir}/pkgconfig/wcf.pc
b39ed40
%{_includedir}/mono-1.0
b39ed40
%{_datadir}/mono-1.0/mono/cil/cil-opcodes.xml
b39ed40
%dir %{_datadir}/mono-1.0
b39ed40
%dir %{_datadir}/mono-1.0/mono
b39ed40
%dir %{_datadir}/mono-1.0/mono/cil
Paul F. Johnson f7824fe
%{_libdir}/mono/1.0/culevel*
5c76d72
Paul F. Johnson ebfc9a6
%files moonlight
Paul F. Johnson ebfc9a6
%defattr(-,root,root,-)
Paul F. Johnson ebfc9a6
%{_libdir}/mono/2.1/*.dll
Paul F. Johnson ebfc9a6
%{_libdir}/mono/2.1/*.mdb
Paul F. Johnson ebfc9a6
%{_libdir}/mono/2.1/smcs.exe
Paul F. Johnson ebfc9a6
%moon_dll System.Net
Paul F. Johnson ebfc9a6
5c76d72
%files nunit
5c76d72
%defattr(-,root,root,-)
5711d90
%mono_bin_1 nunit-console nunit-console
5711d90
%mono_bin_2 nunit-console2 nunit-console
5c76d72
%gac_dll nunit.core
5c76d72
%gac_dll nunit.framework
5c76d72
%gac_dll nunit.util
50a9456
%gac_dll nunit.mocks
Paul F. Johnson af0454e
%gac_dll nunit-console-runner
Paul F. Johnson af0454e
%gac_dll nunit.core.extensions
Paul F. Johnson af0454e
%gac_dll nunit.core.interfaces
Paul F. Johnson af0454e
%gac_dll nunit.framework.extensions
208c8c9
208c8c9
%files nunit-devel
208c8c9
%defattr(-,root,root,-)
5c76d72
%{_libdir}/pkgconfig/mono-nunit.pc
5c76d72
5c76d72
%files locale-extras
5c76d72
%defattr(-,root,root,-)
5c76d72
%gac_dll I18N.MidEast
5c76d72
%gac_dll I18N.Rare
5c76d72
%gac_dll I18N.CJK
5c76d72
%gac_dll I18N.Other
5c76d72
5c76d72
%files jscript
5c76d72
%defattr(-,root,root,-)
5c76d72
%mono_bin mjs
5c76d72
%gac_dll Microsoft.JScript
jross 4c5700a
5c76d72
%files extras
5c76d72
%defattr(-,root,root,-)
5c76d72
%{_mandir}/man1/mono-service.1.gz
5711d90
%mono_bin_1 mono-service mono-service
dbdf5b2
%mono_bin_2 mono-service2 mono-service
dbdf5b2
%{monodir}/gac/mono-service
5c76d72
%gac_dll System.Management
5c76d72
%gac_dll System.Messaging
5c76d72
%gac_dll System.ServiceProcess
Paul F. Johnson adb6c98
%gac_dll System.ServiceModel
5c76d72
%gac_dll System.Configuration.Install
5c76d72
%gac_dll Microsoft.Vsa
Paul F. Johnson af0454e
%gac_dll Mono.Messaging.RabbitMQ
Paul F. Johnson af0454e
%gac_dll Mono.Messaging
Paul F. Johnson af0454e
%gac_dll RabbitMQ.Client
jross 4c5700a
5c76d72
%files winforms
5c76d72
%defattr(-,root,root,-)
5c76d72
%gac_dll System.Windows.Forms
5c76d72
%gac_dll Accessibility
5c76d72
%gac_dll System.Design
5c76d72
%gac_dll System.Drawing.Design
jross 4c5700a
jross 4c5700a
%files web
5c76d72
%defattr(-,root,root,-)
5c76d72
%gac_dll Mono.Http
Paul F. Johnson ca5679e
%gac_dll Mono.Web
Paul F. Johnson 7b91332
%gac_dll Mono.WebBrowser
5c76d72
%gac_dll System.Runtime.Remoting
5c76d72
%gac_dll System.Web
5c76d72
%gac_dll System.Runtime.Serialization.Formatters.Soap
Paul F. Johnson adb6c98
%{monodir}/compat-2.0/System.Web.Extensions*dll
Paul F. Johnson adb6c98
%gac_dll System.ServiceModel.Web
Paul F. Johnson adb6c98
%gac_dll System.Web.Abstractions
Paul F. Johnson adb6c98
%gac_dll System.Web.DynamicData
Paul F. Johnson adb6c98
%gac_dll System.Web.Routing
5c76d72
%gac_dll System.Web.Services
Paul F. Johnson 54e0be3
%gac_dll System.Web.Extensions.Design
Paul F. Johnson 54e0be3
%gac_dll System.Web.Extensions
5c76d72
%mono_bin disco
5c76d72
%mono_bin soapsuds
5c76d72
%mono_bin_1 wsdl wsdl
Paul F. Johnson 7b91332
%{_bindir}/wsdl1
5c76d72
%mono_bin_2 wsdl2 wsdl
Paul F. Johnson 7b91332
%mono_bin_2 xsd2 xsd
Paul F. Johnson 7b91332
%mono_bin_1 xsd xsd
5c76d72
%{_mandir}/man1/disco.1.gz
5c76d72
%{_mandir}/man1/soapsuds.1.gz
5c76d72
%{_mandir}/man1/wsdl.1.gz
5c76d72
%{_mandir}/man1/xsd.1.gz
b39ed40
%config (noreplace) %{_sysconfdir}/mono/browscap.ini
Paul F. Johnson 7b91332
%config (noreplace) %{_sysconfdir}/mono/2.0/Browsers/Compat.browser
b39ed40
%config (noreplace) %{_sysconfdir}/mono/1.0/DefaultWsdlHelpGenerator.aspx
b39ed40
%config (noreplace) %{_sysconfdir}/mono/2.0/DefaultWsdlHelpGenerator.aspx
b39ed40
%config (noreplace) %{_sysconfdir}/mono/2.0/web.config
Paul F. Johnson f7824fe
%mono_bin httpcfg
b39ed40
%{_mandir}/man1/httpcfg.1.gz
jross 3a83684
Paul F. Johnson 8d5b63e
%files web-devel
Paul F. Johnson 8d5b63e
%defattr(-,root,root,-)
362b581
#%{_libdir}/pkgconfig/mono.web.pc
Paul F. Johnson 8d5b63e
%{_libdir}/pkgconfig/system.web.extensions_1.0.pc
Paul F. Johnson 7f82b73
%{_libdir}/pkgconfig/system.web.extensions.design_1.0.pc
Paul F. Johnson 8d5b63e
5c76d72
%files data
5c76d72
%defattr(-,root,root,-)
5c76d72
%mono_bin sqlsharp
5c76d72
%{_mandir}/man1/sqlsharp.1.gz
5c76d72
%gac_dll System.Data
Paul F. Johnson 7b91332
%gac_dll System.Data.DataSetExtensions
Paul F. Johnson 7b91332
%gac_dll System.Data.Linq
5c76d72
%gac_dll Mono.Data
5c76d72
%gac_dll Mono.Data.Tds
5c76d72
%gac_dll Mono.Data.TdsClient
5c76d72
%gac_dll System.EnterpriseServices
5c76d72
%gac_dll Novell.Directory.Ldap
5c76d72
%gac_dll System.DirectoryServices
5711d90
%gac_dll System.Transactions
jross 4c5700a
5c76d72
%files data-sqlite
5c76d72
%defattr(-,root,root,-)
5c76d72
%gac_dll Mono.Data.SqliteClient
45fc39d
%gac_dll Mono.Data.Sqlite
5c76d72
5c76d72
%files data-sybase
5c76d72
%defattr(-,root,root,-)
5c76d72
%gac_dll Mono.Data.SybaseClient
jross 152f144
5c76d72
%files data-oracle
5c76d72
%defattr(-,root,root,-)
5c76d72
%gac_dll System.Data.OracleClient
5c76d72
5c76d72
%files data-postgresql
5c76d72
%defattr(-,root,root,-)
5c76d72
%gac_dll Npgsql
5c76d72
5c76d72
%files data-firebird
5c76d72
%defattr(-,root,root,-)
5c76d72
%gac_dll FirebirdSql.Data.Firebird
5c76d72
5c76d72
%files -n bytefx-data-mysql
5c76d72
%defattr(-,root,root,-)
5c76d72
%gac_dll ByteFX.Data
5c76d72
5c76d72
%files -n ibm-data-db2
5c76d72
%defattr(-,root,root,-)
5c76d72
%gac_dll IBM.Data.DB2
5c76d72
Paul F. Johnson adb6c98
%files -n monodoc
Paul F. Johnson 264ee24
%defattr(-, root, root)
Paul F. Johnson 264ee24
%{_libdir}/mono/gac/monodoc
Paul F. Johnson 264ee24
%{_libdir}/monodoc/*
Paul F. Johnson adb6c98
%{_libdir}/mono/monodoc/monodoc.dll
Paul F. Johnson adb6c98
%mono_bin mdoc
Paul F. Johnson adb6c98
%{_bindir}/mdoc-*
Paul F. Johnson 264ee24
%{_bindir}/mdass*
Paul F. Johnson 264ee24
%{_bindir}/mdval*
Paul F. Johnson 264ee24
%{_bindir}/mod
Paul F. Johnson 264ee24
%{_bindir}/monodoc*
Paul F. Johnson 264ee24
%{_mandir}/man1/md*
Paul F. Johnson 264ee24
%{_mandir}/man1/monodoc*
Paul F. Johnson 264ee24
%{_mandir}/man5/mdoc*
Paul F. Johnson 264ee24
Paul F. Johnson adb6c98
%files -n monodoc-devel
Paul F. Johnson 264ee24
%defattr (-, root, root)
Paul F. Johnson 264ee24
%{_libdir}/pkgconfig/monodoc.pc
Paul F. Johnson 264ee24
5c76d72
%changelog
362b581
* Fri Apr 13 2009 Toshio Kuratomi <toshio@fedoraproject.org> - 2.4-15
362b581
- Revert to RC1 with changes to the spec file such as enabling moonlight so
362b581
  that we have a working build for F11.
362b581
48bd560
* Fri Apr 13 2009 Toshio Kuratomi <toshio@fedoraproject.org> - 2.4-14
48bd560
- Remove bootstrap changes as it's not necessary.
48bd560
- remove ppc64 as we only had ppc before.
48bd560
- Correct release number format
48bd560
- Fix Source and URL.
48bd560
Paul F. Johnson e9de6c8
* Fri Apr 10 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> - 2.4-13.2
Paul F. Johnson e9de6c8
- Re-enable PPC and PPC64
Paul F. Johnson e9de6c8
- sub point build for scratch build and bootstrap
Paul F. Johnson e9de6c8
Paul F. Johnson ebfc9a6
* Mon Apr 06 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> - 2.4-13.1
Paul F. Johnson ebfc9a6
- Remove ppc support
Paul F. Johnson ebfc9a6
- moonlight parts are now in their own subpackage
Paul F. Johnson ebfc9a6
Paul F. Johnson ebfc9a6
* Thu Apr 02 2009 Xavier Lamien <lxtnow@gmail.com> - 2.4-13
Paul F. Johnson ebfc9a6
- Enable moonlight support.
Paul F. Johnson ebfc9a6
Paul F. Johnson ebfc9a6
* Thu Mar 26 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-12
Paul F. Johnson 2ca9758
- Full 2.4 release
Paul F. Johnson 2ca9758
Paul F. Johnson 20b45e6
* Wed Mar 18 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-11.RC3
Paul F. Johnson 20b45e6
- Bump to RC3
87313ad
Paul F. Johnson e624209
* Tue Mar 10 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-10.RC2
Paul F. Johnson e624209
- Bump to RC2
Paul F. Johnson e624209
Paul F. Johnson 7a50c85
* Sat Mar 07 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-9.RC1
Paul F. Johnson 7a50c85
- Fix libdir issue with mono-cairo
1144fef
Paul F. Johnson a017dd3
* Fri Feb 27 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-8.RC1
Paul F. Johnson a017dd3
- Built using official tarball release
Paul F. Johnson a017dd3
- BR now uses libgdiplus >= 2.4
Paul F. Johnson a017dd3
- Bump to RC1
Paul F. Johnson 75c887c
Paul F. Johnson 381cc59
* Tue Feb 10 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-6.pre2.20091002svn126522
Paul F. Johnson 381cc59
- Update from svn
Paul F. Johnson 381cc59
- removed big array support (seems to be causing some problems)
Paul F. Johnson 381cc59
- removed genxs2
Paul F. Johnson 381cc59
Paul F. Johnson b611783
* Thu Feb 05 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-5.pre2.20090502svn125515
Paul F. Johnson b611783
- Update from svn
Paul F. Johnson b611783
- rename to pre2
Paul F. Johnson b611783
Paul F. Johnson b611783
* Sat Jan 24 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-2.20092401svn124412
Paul F. Johnson b611783
- Update from svn
Paul F. Johnson b611783
- Added support for big arrays (64 bit archs only)
Paul F. Johnson b611783
Paul F. Johnson b611783
* Sun Jan 18 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-1.20091801svn123751
Paul F. Johnson b611783
- Update from svn
Paul F. Johnson b611783
Paul F. Johnson 8277796
* Fri Jan 16 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-1.20091601svn123642
Paul F. Johnson 8277796
- Move to 2.4 branch
Paul F. Johnson 8277796
- Update from svn
Paul F. Johnson 8277796
Paul F. Johnson fa8f4bd
* Sun Jan 11 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-17.RC2.20091101svn122991
Paul F. Johnson 2f91839
- Updates from svn
Paul F. Johnson 2f91839
- Change to RC2
Paul F. Johnson 2f91839
- Removed mono-api-diff.exe and transform.exe from spec
Paul F. Johnson 2f91839
- Fixes some problems with winforms on some boxes
Paul F. Johnson fa8f4bd
- Added gettext-devel
Paul F. Johnson 2f91839
Paul F. Johnson 590ea36
* Sun Jan 04 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-15.RC1.20090401svn122388
Paul F. Johnson 590ea36
- Updates from svn
Paul F. Johnson 590ea36
Paul F. Johnson fc53ef6
* Wed Dec 31 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-15.RC1.20081231svn122288
Paul F. Johnson fc53ef6
- Important updates from svn
Paul F. Johnson fc53ef6
Paul F. Johnson b67951e
* Mon Dec 29 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-15.RC1.20081229svn122181
Paul F. Johnson b67951e
- Update from svn
Paul F. Johnson b67951e
Paul F. Johnson 7541abc
* Tue Dec 23 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-14.RC1.20081223svn122032
Paul F. Johnson 7541abc
- Remove ppc self-build parts and ppc reordering patch
Paul F. Johnson b67951e
- Update from svn
Paul F. Johnson 7541abc
- Minor spec file cleanups
Paul F. Johnson 7541abc
Paul F. Johnson d415e04
* Fri Dec 19 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-14.pre3.20081219svn121833
Paul F. Johnson d415e04
- Get PPC to build itself, will be disabled from the next build
Paul F. Johnson d415e04
Paul F. Johnson a3599db
* Fri Dec 19 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-13.pre3.20081219svn121833
Paul F. Johnson a3599db
- Lots more fixes
Paul F. Johnson a3599db
- New patch for ppc archs
Paul F. Johnson a3599db
- Re-enable ppc build
Paul F. Johnson a3599db
Paul F. Johnson 7f82b73
* Wed Dec 17 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-12.pre3.20081217svn121664
Paul F. Johnson 7f82b73
- Fix libdir issue with monodoc
Paul F. Johnson 7f82b73
Paul F. Johnson 8d5b63e
* Tue Dec 16 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-11.pre3.20081216svn121605
Paul F. Johnson 8d5b63e
- Fixes problems with web references
Paul F. Johnson 8d5b63e
- Fixes x86_64 build problems
Paul F. Johnson 8d5b63e
- Added new web-devel subpackage
Paul F. Johnson 8d5b63e
Paul F. Johnson 57fe766
* Mon Dec 15 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-11.pre3.20081215svn121536
Paul F. Johnson 57fe766
- Exclude ppc due to build problems (temporary)
Paul F. Johnson 57fe766
- Moved to pre3 in sync with Novell releases
Paul F. Johnson 57fe766
Paul F. Johnson af0454e
* Wed Dec 10 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-10.pre2.20081215svn121507
Paul F. Johnson af0454e
- removed the winform patch
Paul F. Johnson af0454e
- move to svn
Paul F. Johnson af0454e
- removed files no longer built
Paul F. Johnson af0454e
- removed vbnc manual
Paul F. Johnson af0454e
Paul F. Johnson af0454e
* Tue Dec 09 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-9.pre2
Paul F. Johnson af0454e
- remove the seds and just use patches
Paul F. Johnson af0454e
Paul F. Johnson a5a160d
* Fri Dec 05 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-8.pre2
Paul F. Johnson a5a160d
- Bump to 2.2 preview 2
Paul F. Johnson a5a160d
- More sed fixes
Paul F. Johnson a5a160d
Paul F. Johnson fc352e7
* Thu Dec 04 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-7.pre1
Paul F. Johnson fc352e7
- Add fix so that winforms doesn't need libgdiplus-devel
Paul F. Johnson fc352e7
- Add fix so the sed script works correctly on x86_64
Paul F. Johnson fc352e7
Paul F. Johnson 1b79f7c
* Sun Nov 30 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-6.pre1
Paul F. Johnson 1b79f7c
- missed a sed invocation
Paul F. Johnson 1b79f7c
Paul F. Johnson f4cfb33
* Sun Nov 30 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-5.pre1
Paul F. Johnson f4cfb33
- new patch for winforms problems
Paul F. Johnson f4cfb33
- reorganised patches
Paul F. Johnson f4cfb33
- use sed to fix the incorrect libdir issues - experimental!!!!
Paul F. Johnson f4cfb33
Paul F. Johnson b5d386a
* Wed Nov 26 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-4.pre1
Paul F. Johnson 6e312a7
- mono.pc libfile fix
Paul F. Johnson 6e312a7
Paul F. Johnson 1d1725f
* Tue Nov 25 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-2.pre1
Paul F. Johnson 1d1725f
- fix monodoc libdir issues
Paul F. Johnson 1d1725f
Paul F. Johnson adb6c98
* Tue Nov 25 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-1.1.pre1
Paul F. Johnson adb6c98
- rebuild
Paul F. Johnson adb6c98
Paul F. Johnson 264ee24
* Mon Nov 18 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-1.pre1
Paul F. Johnson 264ee24
- Bump to 2.2 preview 1
Paul F. Johnson 264ee24
- remove old patches
Paul F. Johnson 264ee24
- add build information for monodoc
Paul F. Johnson 264ee24
Paul F. Johnson 1259983
* Sun Nov 02 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0.13
Paul F. Johnson 1259983
- Add in mono-api-diff and mono-api-info
Paul F. Johnson 1259983
Paul F. Johnson e59e3d1
* Fri Oct 24 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0.12
Paul F. Johnson e59e3d1
- Update to 2.0.1
Paul F. Johnson e59e3d1
- remove selinux patch
Paul F. Johnson e59e3d1
- remove s390 disable
Paul F. Johnson e59e3d1
Paul F. Johnson e59e3d1
* Tue Oct 21 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-11.2
Paul F. Johnson e59e3d1
- fixed no ownership of etc-mono-mconfig directory
Paul F. Johnson e59e3d1
Paul F. Johnson 414a753
* Sat Oct 18 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-11.1
Paul F. Johnson 414a753
- fix the last fix...
Paul F. Johnson 414a753
Paul F. Johnson 1b4acc8
* Thu Oct 16 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-11
Paul F. Johnson 1b4acc8
- correct libdir in mono-cairo.pc file (BZ 467294)
Paul F. Johnson 1b4acc8
Paul F. Johnson 795d811
* Fri Oct 03 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-10
Paul F. Johnson 795d811
- bump to RC4
Paul F. Johnson 795d811
Paul F. Johnson 795d811
* Sun Sep 28 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-9
Paul F. Johnson 795d811
- backported binaryserialisation and datatable patches
Paul F. Johnson 795d811
- backported stringreplace optimisation
Paul F. Johnson 795d811
- bump to RC3
Paul F. Johnson 795d811
Paul F. Johnson 992fd39
* Thu Sep 18 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-8
Paul F. Johnson 992fd39
- MimeIcon patch added
Paul F. Johnson 992fd39
Paul F. Johnson 520b08a
* Wed Sep 17 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-7
Paul F. Johnson 520b08a
- TableLayoutSettings fix (bz 462005)
Paul F. Johnson 520b08a
Paul F. Johnson 318dae4
* Tue Sep 09 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-6
Paul F. Johnson 318dae4
- Bump to RC1
Paul F. Johnson 318dae4
- Removed XIM patch
Paul F. Johnson 318dae4
- Added additional configure options
Paul F. Johnson 318dae4
- Fixed spec file
Paul F. Johnson 318dae4
Paul F. Johnson f96202c
* Fri Aug 29 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-5
Paul F. Johnson f96202c
- moved libMonoPosixHelper back to the main package
Paul F. Johnson f96202c
Paul F. Johnson ded144d
* Fri Aug 22 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-4
Paul F. Johnson ded144d
- fix for XIM with en_GB.UTF locale plus others
Paul F. Johnson ded144d
Paul F. Johnson ded144d
* Mon Aug 18 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-3
Paul F. Johnson ded144d
- removed canna-devel requirements
Paul F. Johnson ded144d
- bump to preview 2
Paul F. Johnson ded144d
- removed further bits for moonlight
Paul F. Johnson ded144d
Paul F. Johnson ded144d
* Sun Aug 17 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-2
Paul F. Johnson ded144d
- added Canna-devel BR and R Canna for mwf
Paul F. Johnson ded144d
- removed the build of moonlight parts
Paul F. Johnson ded144d
- disable-static on configure
Paul F. Johnson ded144d
Paul F. Johnson 7b91332
* Sat Aug 02 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-1
Paul F. Johnson 7b91332
- bump to 2.0 preview 1
Paul F. Johnson 7b91332
- alter licence to MIT only
Paul F. Johnson 7b91332
- renamed and clean up patch files
Paul F. Johnson 7b91332
- spec file fixes
Paul F. Johnson 7b91332
Paul F. Johnson aa69705
* Mon Apr 21 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.9.1-2
Paul F. Johnson aa69705
- pc file fixes
Paul F. Johnson aa69705
Paul F. Johnson 650f00a
* Tue Apr 15 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.9.1-1
Paul F. Johnson 650f00a
- bump to new beta
Paul F. Johnson 650f00a
6b1958b
* Fri Apr 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.9-7
6b1958b
- since we're not bootstrapping with prebuilt binaries, BR: mono-core
6b1958b
9b6f559
* Fri Apr 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.9-6
9b6f559
- Remove prebuilt binaries
9b6f559
8b6ba67
* Wed Apr 09 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.9-5
8b6ba67
- fix licensing
8b6ba67
92ed9ae
* Mon Apr 07 2008 Xavier Lamien <lxtnow@gmail.com> - 1.9-4
92ed9ae
- Added undeclared function bug #xxxx.
92ed9ae
bcea006
* Mon Mar 17 2008 Xavier Lamien	<lxtnow@gmail.com> - 1.9-3
0d121dc
- Added require on mono-nunit-devel
bcea006
Paul F. Johnson ca5679e
* Thu Mar 06 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.9-2
Paul F. Johnson ca5679e
- bump to preview 4
Paul F. Johnson ca5679e
Paul F. Johnson cebb202
* Mon Feb 04 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.9-1
Paul F. Johnson cebb202
- bump to preview 2
Paul F. Johnson cebb202
- spec file fixes
6d77c93
Paul F. Johnson ce54f48
* Wed Dec 19 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.6-6.1
Paul F. Johnson 86ecf30
- added BR libunwind-devel for ia64 (bz426180)
Paul F. Johnson 2491bca
- fix for LIBDIR problem
Paul F. Johnson 86ecf30
Paul F. Johnson 54e0be3
* Tue Dec 16 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.6-4
Paul F. Johnson 54e0be3
- bump new version
Paul F. Johnson 54e0be3
- removed more redundant bits
Paul F. Johnson 54e0be3
- url fix
Paul F. Johnson 54e0be3
Paul F. Johnson 54e0be3
* Thu Nov 22 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.6-1
Paul F. Johnson 54e0be3
- bump to preview 2
Paul F. Johnson 54e0be3
- removed redundant bits of the spec file
Paul F. Johnson 54e0be3
Paul F. Johnson 0d925f0
* Thu Nov 15 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.5.2-2
Paul F. Johnson 0d925f0
- Added R libgdiplus to the winforms package. Fixes BZ 380131
Paul F. Johnson 0d925f0
Paul F. Johnson e06988f
* Sun Nov 11 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.5.2-1
Paul F. Johnson e06988f
- Bump to next version
Paul F. Johnson e06988f
35df419
* Fri Nov  9 2007 Ray Strode <rstrode@redhat.com> - 1.2.5.1-4
35df419
- Apply dropped patch (bug 371781), found by Eskil Bylund
35df419
9b8d334
* Wed Nov  7 2007 Alexander Larsson <alexl@redhat.com> - 1.2.5.1-3
9b8d334
- Fix overflow in Mono.Math.BigInteger class (#367551)
9b8d334
  CVE-2007-5197
9b8d334
Paul F. Johnson f7824fe
* Fri Oct 05 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> - 1.2.5.1-1
Paul F. Johnson f7824fe
- bump
Paul F. Johnson f7824fe
- added new parts (mono-linker, resgen and mono-cecil)
e73947a
Paul F. Johnson f7824fe
* Thu Apr 21 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> - 1.2.4-1
Paul F. Johnson f7824fe
- update from 1.2.3
c50c9a4
b337430
* Sun Apr  1 2007 Matthias Clasen <mclasen@redhat.com> - 1.2.3-3
b337430
- Fix a spec format error (#210633)
b337430
bcd6ec5
* Thu Mar 29 2007 Alexander Larsson <alexl@redhat.com> - 1.2.3-2
bcd6ec5
- Also build on alpha (#232268)
bcd6ec5
b39ed40
* Thu Feb  8 2007 Alexander Larsson <alexl@redhat.com> - 1.2.3-1
b39ed40
- update to 1.2.3
b39ed40
60246aa
* Mon Dec  4 2006 Alexander Larsson <alexl@redhat.com> - 1.2.2-1
60246aa
- update to 1.2.2
60246aa
- Mark config files as noreplace
60246aa
- Require pkgconfig in mono-devel
60246aa
- Run ldconfig in post/postun
60246aa
5b2d513
* Thu Oct 12 2006 Alexander Larsson <alexl@redhat.com> - 1.1.17.1-3
5b2d513
- Don't use slow TLS approach under xen (#210001) 
5b2d513
Caolan McNamara 84c7941
* Fri Oct  6 2006 Caolan McNamara <caolanm@redhat.com> - 1.1.17.1-2
Caolan McNamara 84c7941
- CVE-2006-5072
Caolan McNamara 84c7941
208c8c9
* Mon Sep  4 2006 Alexander Larsson <alexl@redhat.com> - 1.1.17.1-1
dbdf5b2
- update to 1.1.17.1
208c8c9
- Add one file nunit-devel package due to packaging guidelines (#205056)
dbdf5b2
25a3bf8
* Fri Aug 18 2006 Alexander Larsson <alexl@redhat.com> - 1.1.16.1-2
25a3bf8
- Move gac to libdir to be multilib compat
25a3bf8
- rename mono-devtools back to mono-devel
25a3bf8
- kill mono-lib and mono-lib-devel
25a3bf8
6f739de
* Mon Aug 10 2006 Alexander Larsson <alexl@redhat.com> - 1.1.16.1-1
6f739de
- Update to 1.1.16.1
6f739de
- Split out mono libs and devel headers to fix lib64 conflicts (#199790)
6f739de
6f739de
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.1.16-1.1
eee7976
- rebuild
eee7976
50a9456
* Fri Jul  7 2006 Alexander Larsson <alexl@redhat.com> - 1.1.16-1
50a9456
- update to 1.1.16
50a9456
c6fba3f
* Wed Jun  7 2006 Alexander Larsson <alexl@redhat.com> - 1.1.15-1
8ff3194
- Disabled s390 & s390x for now due to build failure
c6fba3f
- Update to 1.1.15
c6fba3f
f85bdec
* Wed Apr 26 2006 Alexander Larsson <alexl@redhat.com> - 1.1.13.7-2
f85bdec
- Update to 1.1.13.7
f85bdec
4912066
* Fri Mar 10 2006 Bill Nottingham <notting@redhat.com> - 1.1.13.4-2
4912066
- rebuild for ppc TLS issue (#184446)
4912066
7e2b69d
* Fri Mar  3 2006 Christopher Aillon <caillon@redhat.com> - 1.1.13.4-1
7e2b69d
- Update to 1.1.13.4
7e2b69d
- Add patch so mono doesn't segfault on PPC SMP machines
7e2b69d
- Minor spec cleanup
7e2b69d
fba8aa8
* Thu Mar  2 2006 Ray Strode <rstrode@redhat.com> - 1.1.13.2-5
fba8aa8
- Updated patch from Jakub (1.1.13.2-3 to 1.1.13.2-5 are 
fba8aa8
  for bug 182965)
fba8aa8
ae9ffb5
* Tue Feb 28 2006 Ray Strode <rstrode@redhat.com> - 1.1.13.2-4
ae9ffb5
- Updated patch from Paolo Molaro <lupus@ximian.com>
ae9ffb5
c923227
* Mon Feb 27 2006 Ray Strode <rstrode@redhat.com> - 1.1.13.2-3
c923227
- Patch from Jakub to make work with SELinux better
c923227
f8a670a
* Sun Feb 12 2006 Christopher Aillon <caillon@redhat.com> - 1.1.13.2-2
f8a670a
- Rebuild
f8a670a
239edbd
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.1.13.2-1.1
239edbd
- rebuilt for new gcc4.1 snapshot and glibc changes
239edbd
dedc112
* Tue Jan 31 2006 Christopher Aillon <caillon@redhat.com> - 1.1.13.2-1
dedc112
- Update to 1.1.13.2
dedc112
eb48902
* Fri Jan 13 2006 Alexander Larsson <alexl@redhat.com> - 1.1.13-1
eb48902
- Update to 1.13
eb48902
- Add libgdiplus dep to mono-core
eb48902
- Add s390x to build
eb48902
ddc5536
* Mon Jan  9 2006 Alexander Larsson <alexl@redhat.com> - 1.1.12.1-1
ddc5536
- Update to 1.1.12.1
ddc5536
4d7fdcd
* Mon Jan  9 2006 Alexander Larsson <alexl@redhat.com> - 1.1.10-4
4d7fdcd
- rebuild
4d7fdcd
c99e855
* Fri Nov 18 2005 Alexander Larsson <alexl@redhat.com> 1.1.10-3
dbdfef6
- Disable s390 due to some build failure
c99e855
b46d6c7
* Thu Nov 17 2005 Alexander Larsson <alexl@redhat.com> 1.1.10-2
b46d6c7
- Build on s390 and x86-64 now
b46d6c7
5c76d72
* Tue Nov 15 2005 Alexander Larsson <alexl@redhat.com> - 1.1.10-1
5c76d72
- Initial version