|
@@ -1,32 +1,45 @@
|
|
-%bcond_with firstbuild
|
|
+%define bootstrap 1
|
|
-
|
|
+
|
|
-Summary: .NET runtime environment
|
|
+Name: mono
|
|
-Summary(ja): .NET ランタイム環境
|
|
+Version: 3.12.1
|
|
-Name: mono
|
|
+Release: 1%{?_dist_release}
|
|
-Version: 2.10.8
|
|
+Summary: A .NET runtime environment
|
|
-Release: 2%{?_dist_release}
|
|
+Summary(ja): .NET ランタイム環境
|
|
-Group: Development/Languages
|
|
+
|
|
-License: GPL, LGPL, MIT X11
|
|
+Group: Development/Languages
|
|
-URL: http://www.mono-project.com/
|
|
+License: LGPLv2.1 and MIT and MS-PL
|
|
-Source0: http://ftp.novell.com/pub/mono/sources/mono/%{name}-%{version}.tar.bz2
|
|
+URL: http://www.mono-project.com/
|
|
-Source1: monodir.c
|
|
+
|
|
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
+Source0: http://download.mono-project.com/sources/mono/mono-%{version}.tar.bz2
|
|
-BuildRequires: bison
|
|
+#Source1: monodir.c
|
|
-BuildRequires: glib2-devel
|
|
+
|
|
-BuildRequires: pkgconfig
|
|
+Patch0: 0001-Workaround-for-X509Certificate.RSA-throwing-an-unhan.patch
|
|
-BuildRequires: libicu-devel
|
|
+
|
|
-BuildRequires: libgdiplus-devel >= 2.0
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
-BuildRequires: zlib-devel
|
|
+BuildRequires: bison
|
|
-%{!?with_firstbuild:BuildRequires: mono-devel}
|
|
+BuildRequires: gettext-devel
|
|
|
|
+BuildRequires: glib2-devel
|
|
|
|
+BuildRequires: pkgconfig
|
|
|
|
+BuildRequires: libicu-devel
|
|
|
|
+BuildRequires: libgdiplus-devel >= 2.10
|
|
|
|
+BuildRequires: libX11-devel
|
|
|
|
+BuildRequires: valgrind-devel
|
|
|
|
+BuildRequires: zlib-devel
|
|
|
|
+
|
|
|
|
+# Yes, mono actually depends on itself, because
|
|
|
|
+# we deleted the bootstrapping binaries. If you
|
|
|
|
+# need to bootstrap mono, comment out this BuildRequires
|
|
|
|
+# and don't delete the binaries in %%prep.
|
|
|
|
+%if !%{bootstrap}
|
|
|
|
+BuildRequires: mono-core
|
|
|
|
+%endif
|
|
|
|
+
|
|
# JIT only availible on these:
|
|
# JIT only availible on these:
|
|
-ExclusiveArch: %{ix86} x86_64 ppc ia64 s390 s390x armv4l sparc
|
|
+ExclusiveArch: %{ix86} x86_64 %{arm} sparcv9 alpha s390x ppc ppc64
|
|
-Obsoletes: %{name}-jscript < 2.8
|
|
+
|
|
-Obsoletes: %{name}-data-sybase < 2.8
|
|
+Distribution: Vine Linux
|
|
-Obsoletes: %{name}-data-firebird < 2.8
|
|
+Vendor: Project Vine
|
|
-Obsoletes: bytefx-data-mysql < 2.8
|
|
+Packager: owa
|
|
-Distribution: Vine Linux
|
|
|
|
-Vendor: Project Vine
|
|
|
|
-Packager: owa
|
|
|
|
|
|
|
|
%description
|
|
%description
|
|
The Mono runtime implements a JIT engine for the ECMA CLI
|
|
The Mono runtime implements a JIT engine for the ECMA CLI
|
|
@@ -40,10 +53,11 @@ Mono ランタイムは ECMA CLI 仮想機械用 JIT エンジンの実装です
|
|
およびメタデータアクセスライブラリの機能を持ちます。
|
|
およびメタデータアクセスライブラリの機能を持ちます。
|
|
|
|
|
|
%package core
|
|
%package core
|
|
-Summary: The Mono CIL runtime, suitable for running .NET code
|
|
+Summary: The Mono CIL runtime, suitable for running .NET code
|
|
-Summary(ja): .NET の実行に適した Mono CIL ランタイム
|
|
+Summary(ja): .NET コードの実行に適した Mono CIL ランタイム
|
|
-Group: Development/Languages
|
|
+License: LGPLv2.1 and MIT and MS-PL
|
|
-Requires: libgdiplus
|
|
+Group: Development/Languages
|
|
|
|
+Requires: libgdiplus
|
|
|
|
|
|
%description core
|
|
%description core
|
|
This package contains the core of the Mono runtime including its
|
|
This package contains the core of the Mono runtime including its
|
|
@@ -51,12 +65,22 @@ Virtual Machine, Just-in-time compiler, C# compiler, security
|
|
tools and libraries (corlib, XML, System.Security, ZipLib,
|
|
tools and libraries (corlib, XML, System.Security, ZipLib,
|
|
I18N, Cairo and Mono.*).
|
|
I18N, Cairo and Mono.*).
|
|
|
|
|
|
|
|
+%description -l ja core
|
|
|
|
+このパッケージには、仮想マシン、Just-In-Time コンパイラ、C# コンパイラ、セキュリティツール及びライブラリ (corlib, XML, System.Security, ZipLib, I18N, Cairo and Mono.*) を含む Mono ランタイムが含まれています。
|
|
|
|
+
|
|
%package devel
|
|
%package devel
|
|
Summary: Development tools for Mono
|
|
Summary: Development tools for Mono
|
|
Summary(ja): Mono 開発ツール
|
|
Summary(ja): Mono 開発ツール
|
|
-Group: Development/Languages
|
|
+License: LGPLv2
|
|
|
|
+Group: Development/Tools
|
|
Requires: mono-core = %{version}-%{release}
|
|
Requires: mono-core = %{version}-%{release}
|
|
-Requires: glib2-devel
|
|
+# Required because they are referenced by .pc files
|
|
|
|
+Requires: mono-data = %{version}
|
|
|
|
+Requires: mono-extras = %{version}
|
|
|
|
+Requires: mono-web = %{version}
|
|
|
|
+Requires: mono-winforms = %{version}
|
|
|
|
+Requires: libgdiplus-devel
|
|
|
|
+Requires: pkgconfig
|
|
|
|
|
|
%description devel
|
|
%description devel
|
|
This package completes the Mono developer toolchain with the mono profiler,
|
|
This package completes the Mono developer toolchain with the mono profiler,
|
|
@@ -65,9 +89,10 @@ assembler and other various tools.
|
|
%package nunit
|
|
%package nunit
|
|
Summary: NUnit Testing Framework
|
|
Summary: NUnit Testing Framework
|
|
Summary(ja): NUnit テストフレームワーク
|
|
Summary(ja): NUnit テストフレームワーク
|
|
|
|
+License: LGPLv2
|
|
Group: Development/Languages
|
|
Group: Development/Languages
|
|
Requires: mono-core = %{version}-%{release}
|
|
Requires: mono-core = %{version}-%{release}
|
|
-Requires: glib2-devel
|
|
+Provides: mono-nunit-devel = %{version}-%{release}
|
|
|
|
|
|
%description nunit
|
|
%description nunit
|
|
NUnit is a unit-testing framework for all .NET languages. Initially
|
|
NUnit is a unit-testing framework for all .NET languages. Initially
|
|
@@ -81,15 +106,16 @@ brings xUnit to all .NET languages.
|
|
%package locale-extras
|
|
%package locale-extras
|
|
Summary: Extra locale information for Mono
|
|
Summary: Extra locale information for Mono
|
|
Summary(ja): Mono 用追加ロケール情報
|
|
Summary(ja): Mono 用追加ロケール情報
|
|
|
|
+License: LGPLv2
|
|
Group: Development/Languages
|
|
Group: Development/Languages
|
|
Requires: mono-core = %{version}-%{release}
|
|
Requires: mono-core = %{version}-%{release}
|
|
|
|
|
|
%description locale-extras
|
|
%description locale-extras
|
|
-This package contains assemblies to support I18N applications for
|
|
+This package contains assemblies to support I18N applications for non-latin alphabets.
|
|
-non-latin alphabets.
|
|
|
|
|
|
|
|
%package extras
|
|
%package extras
|
|
Summary: Provides the infrastructure for running and building daemons and services with Mono as well as various stub assemblies
|
|
Summary: Provides the infrastructure for running and building daemons and services with Mono as well as various stub assemblies
|
|
|
|
+License: LGPLv2
|
|
Group: Development/Languages
|
|
Group: Development/Languages
|
|
Requires: mono-core = %{version}-%{release}
|
|
Requires: mono-core = %{version}-%{release}
|
|
|
|
|
|
@@ -101,6 +127,8 @@ System.Configuration.Install, System.Management, System.Messaging.
|
|
|
|
|
|
%package winforms
|
|
%package winforms
|
|
Summary: Windows Forms implementation for Mono
|
|
Summary: Windows Forms implementation for Mono
|
|
|
|
+Summary(ja): Windows フォームの Mono による実装
|
|
|
|
+License: LGPLv2
|
|
Group: Development/Languages
|
|
Group: Development/Languages
|
|
Requires: mono-core = %{version}-%{release}
|
|
Requires: mono-core = %{version}-%{release}
|
|
|
|
|
|
@@ -109,8 +137,32 @@ This package provides a fully managed implementation of
|
|
System.Windows.Forms, the default graphical toolkit for .NET
|
|
System.Windows.Forms, the default graphical toolkit for .NET
|
|
applications.
|
|
applications.
|
|
|
|
|
|
|
|
+%package wcf
|
|
|
|
+Summary: Mono implementation of Windows Communication Foundation
|
|
|
|
+Summary(ja): Windows Communication Foundation の Mono による実装
|
|
|
|
+License: MIT and MS-PL
|
|
|
|
+Group: Development/Languages
|
|
|
|
+Requires: mono-core = %{version}-%{release}
|
|
|
|
+Provides: mono-wcf-devel = %{version}-%{release}
|
|
|
|
+
|
|
|
|
+%description wcf
|
|
|
|
+This package provides an implementation of WCF, the Windows Communication
|
|
|
|
+Foundation.
|
|
|
|
+
|
|
|
|
+%package winfx
|
|
|
|
+Summary: Mono implementation of core WinFX APIs
|
|
|
|
+Summary(ja): コア WinFX API の Mono による実装
|
|
|
|
+License: MIT and MS-PL
|
|
|
|
+Group: Development/Languages
|
|
|
|
+Requires: mono-core = %{version}-%{release}
|
|
|
|
+
|
|
|
|
+%description winfx
|
|
|
|
+Open source implementation of core WinFX APIs
|
|
|
|
+
|
|
%package web
|
|
%package web
|
|
Summary: ASP.NET, Remoting, and Web Services for Mono
|
|
Summary: ASP.NET, Remoting, and Web Services for Mono
|
|
|
|
+Summary(ja): Mono 用の ASP.NET, リモート,Web サービス
|
|
|
|
+License: MIT and MS-PL
|
|
Group: Development/Languages
|
|
Group: Development/Languages
|
|
Requires: mono-core = %{version}-%{release}
|
|
Requires: mono-core = %{version}-%{release}
|
|
|
|
|
|
@@ -118,8 +170,44 @@ Requires: mono-core = %{version}-%{release}
|
|
This package provides the ASP.NET libraries and runtime for
|
|
This package provides the ASP.NET libraries and runtime for
|
|
development of web application, web services and remoting support.
|
|
development of web application, web services and remoting support.
|
|
|
|
|
|
|
|
+%package mvc
|
|
|
|
+Summary: Mono implementation of ASP.NET MVC
|
|
|
|
+Summary(ja): ASP.NET MVC の Mono による実装
|
|
|
|
+License: MIT and MS-PL
|
|
|
|
+Group: Development/Languages
|
|
|
|
+Requires: mono-core = %{version}-%{release}
|
|
|
|
+Provides: mono-mvc-devel = %{version}-%{release}
|
|
|
|
+
|
|
|
|
+%description mvc
|
|
|
|
+This is the Mono implementation of ASP.NET MVC
|
|
|
|
+
|
|
|
|
+%package entityframework
|
|
|
|
+Summary: Entity Framework (EF) is an object-relational mapper
|
|
|
|
+License: Apache
|
|
|
|
+Group: Development/Languages
|
|
|
|
+Requires: mono-core = %{version}-%{release}
|
|
|
|
+
|
|
|
|
+%description entityframework
|
|
|
|
+Entity Framework (EF) is an object-relational mapper that enables .NET
|
|
|
|
+developers to work with relational data using domain-specific objects.
|
|
|
|
+It eliminates the need for most of the data-access code that developers
|
|
|
|
+usually need to write
|
|
|
|
+
|
|
|
|
+%package reactive
|
|
|
|
+Summary: Reactive Extensions
|
|
|
|
+License: Apache
|
|
|
|
+Group: Development/Languages
|
|
|
|
+Requires: mono-core = %{version}-%{release}
|
|
|
|
+Provides: mono-reactive-devel = %{version}-%{release}
|
|
|
|
+
|
|
|
|
+%description reactive
|
|
|
|
+This is the Mono implementation of Microsoft's Reactive Extensions.
|
|
|
|
+
|
|
|
|
+#'
|
|
|
|
+
|
|
%package data
|
|
%package data
|
|
Summary: Database connectivity for Mono
|
|
Summary: Database connectivity for Mono
|
|
|
|
+License: LGPLv2
|
|
Group: Development/Languages
|
|
Group: Development/Languages
|
|
Requires: mono-core = %{version}-%{release}
|
|
Requires: mono-core = %{version}-%{release}
|
|
|
|
|
|
@@ -133,9 +221,10 @@ data providers.
|
|
|
|
|
|
%package data-sqlite
|
|
%package data-sqlite
|
|
Summary: sqlite database connectivity for Mono
|
|
Summary: sqlite database connectivity for Mono
|
|
|
|
+License: LGPLv2
|
|
Group: Development/Languages
|
|
Group: Development/Languages
|
|
Requires: mono-core = %{version}-%{release}
|
|
Requires: mono-core = %{version}-%{release}
|
|
-Requires: sqlite
|
|
+Requires: mono-data = %{version}-%{release}
|
|
|
|
|
|
%description data-sqlite
|
|
%description data-sqlite
|
|
This package contains the ADO.NET Data provider for the sqlite
|
|
This package contains the ADO.NET Data provider for the sqlite
|
|
@@ -143,8 +232,10 @@ database.
|
|
|
|
|
|
%package data-oracle
|
|
%package data-oracle
|
|
Summary: Oracle database connectivity for Mono
|
|
Summary: Oracle database connectivity for Mono
|
|
|
|
+License: LGPLv2
|
|
Group: Development/Languages
|
|
Group: Development/Languages
|
|
Requires: mono-core = %{version}-%{release}
|
|
Requires: mono-core = %{version}-%{release}
|
|
|
|
+Requires: mono-data = %{version}-%{release}
|
|
|
|
|
|
%description data-oracle
|
|
%description data-oracle
|
|
This package contains the ADO.NET Data provider for the Oracle
|
|
This package contains the ADO.NET Data provider for the Oracle
|
|
@@ -152,8 +243,10 @@ database.
|
|
|
|
|
|
%package data-postgresql
|
|
%package data-postgresql
|
|
Summary: Postgresql database connectivity for Mono
|
|
Summary: Postgresql database connectivity for Mono
|
|
|
|
+License: LGPLv2
|
|
Group: Development/Languages
|
|
Group: Development/Languages
|
|
Requires: mono-core = %{version}-%{release}
|
|
Requires: mono-core = %{version}-%{release}
|
|
|
|
+Requires: mono-data = %{version}-%{release}
|
|
|
|
|
|
%description data-postgresql
|
|
%description data-postgresql
|
|
This package contains the ADO.NET Data provider for the PostgreSQL
|
|
This package contains the ADO.NET Data provider for the PostgreSQL
|
|
@@ -161,8 +254,10 @@ database.
|
|
|
|
|
|
%package -n ibm-data-db2
|
|
%package -n ibm-data-db2
|
|
Summary: IBM DB2 database connectivity for Mono
|
|
Summary: IBM DB2 database connectivity for Mono
|
|
|
|
+License: LGPLv2
|
|
Group: Development/Languages
|
|
Group: Development/Languages
|
|
Requires: mono-core = %{version}-%{release}
|
|
Requires: mono-core = %{version}-%{release}
|
|
|
|
+Requires: mono-data = %{version}-%{release}
|
|
|
|
|
|
%description -n ibm-data-db2
|
|
%description -n ibm-data-db2
|
|
This package contains the ADO.NET Data provider for the IBM DB2
|
|
This package contains the ADO.NET Data provider for the IBM DB2
|
|
@@ -170,92 +265,102 @@ Universal database.
|
|
|
|
|
|
%package -n monodoc
|
|
%package -n monodoc
|
|
Summary: The Mono documentation system
|
|
Summary: The Mono documentation system
|
|
|
|
+Summary(ja): Mono ドキュメントシステム
|
|
|
|
+License: LGPLv2
|
|
Group: Development/Tools
|
|
Group: Development/Tools
|
|
Requires: mono-core = %{version}-%{release}
|
|
Requires: mono-core = %{version}-%{release}
|
|
-Obsoletes: monodoc-core <= 2.0-1vl5
|
|
+# Added to uncompress and compare documentation used by build-compare
|
|
|
|
+Requires: unzip
|
|
|
|
+Provides: monodoc-devel = %{version}-%{release}
|
|
|
|
+Obsoletes: monodoc-core <= 2.0-1vl5
|
|
|
|
|
|
%description -n monodoc
|
|
%description -n monodoc
|
|
monodoc is the documentation package for the mono .NET environment
|
|
monodoc is the documentation package for the mono .NET environment
|
|
|
|
|
|
|
|
+
|
|
## macros
|
|
## macros
|
|
%define mono_dir %{_prefix}/lib/mono
|
|
%define mono_dir %{_prefix}/lib/mono
|
|
%define mono_doc %{_prefix}/lib/monodoc
|
|
%define mono_doc %{_prefix}/lib/monodoc
|
|
-%define bin_and_exe(bin, exe) %{_bindir}/%{1} \
|
|
+%define gac_dll(dll) %{mono_dir}/gac/%{1} \
|
|
- %{mono_dir}/%{2}.exe \
|
|
+ %{mono_dir}/?.?/%{1}.dll \
|
|
- %{mono_dir}/%{2}.exe.* \
|
|
|
|
- %{nil}
|
|
|
|
-%define gac_and_1dll(dll) %{mono_dir}/gac/%{1} \
|
|
|
|
- %{mono_dir}/%{2}/%{1}.dll \
|
|
|
|
- %{nil}
|
|
|
|
-%define gac_and_2dll(dll) %{mono_dir}/gac/%{1} \
|
|
|
|
- %{mono_dir}/%{2}/%{1}.dll \
|
|
|
|
- %{mono_dir}/%{3}/%{1}.dll \
|
|
|
|
%{nil}
|
|
%{nil}
|
|
-%define gac_and_3dll(dll) %{mono_dir}/gac/%{1} \
|
|
+%define mono_bin(bin) %{_bindir}/%{1} \
|
|
- %{mono_dir}/%{2}/%{1}.dll \
|
|
+ %{mono_dir}/?.?/%{1}.exe \
|
|
- %{mono_dir}/%{3}/%{1}.dll \
|
|
+ %{mono_dir}/?.?/%{1}.exe.* \
|
|
- %{mono_dir}/%{4}/%{1}.dll \
|
|
|
|
%{nil}
|
|
%{nil}
|
|
|
|
|
|
-
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q
|
|
+%setup -q -n mono-%{version}
|
|
-
|
|
+%patch0 -p1
|
|
-## These are only needed if there are patches to the runtime
|
|
|
|
-#rm -f libgc/libtool.m4
|
|
|
|
-#autoreconf --force --install
|
|
|
|
-#autoreconf --force --install libgc
|
|
|
|
-
|
|
|
|
-## Remove prebuilt binaries
|
|
|
|
-#rm -rf mcs/class/lib/monolite/*
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
-gcc -o monodir %{SOURCE1} -DMONODIR=\"%{mono_dir}\"
|
|
|
|
-
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|
-%configure \
|
|
|
|
- --with-jit=yes \
|
|
|
|
- --with-ikvm-native=yes \
|
|
|
|
- --with-sigaltstack=no \
|
|
|
|
- --with-sgen=no \
|
|
|
|
- ;
|
|
|
|
|
|
|
|
-# don't use parallel builds
|
|
+%configure \
|
|
-# make %{?_smp_mflags}
|
|
+ --with-ikvm-native=yes \
|
|
-make
|
|
+ --with-jit=yes \
|
|
|
|
+ --with-xen_opt=yes \
|
|
|
|
+ --with-sgen=no \
|
|
|
|
+%ifnarch %ix86 x86_64
|
|
|
|
+ --disable-system-aot \
|
|
|
|
+%endif
|
|
|
|
+%ifarch ppc
|
|
|
|
+ --with-mcs-docs=no \
|
|
|
|
+ --with-sigaltstack=no \
|
|
|
|
+%endif
|
|
|
|
+ --with-moonlight=no \
|
|
|
|
+ --with-monotouch=no \
|
|
|
|
+ --with-libgdiplus=installed
|
|
|
|
+
|
|
|
|
+make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
%install
|
|
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && %{__rm} -rf %{buildroot}
|
|
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && %{__rm} -rf %{buildroot}
|
|
make install DESTDIR=%{buildroot}
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
|
|
-install monodir %{buildroot}%{_bindir}
|
|
|
|
-
|
|
|
|
## Remove unused files
|
|
## Remove unused files
|
|
-%{__rm} -f %{buildroot}%{_libdir}/*.la
|
|
+rm -f %{buildroot}%{_libdir}/*.la
|
|
-%{__rm} -f %{buildroot}%{_libdir}/*.a
|
|
+rm -f %{buildroot}%{_libdir}/*.a
|
|
-%{__rm} -f %{buildroot}%{_bindir}/mono-find-provides
|
|
+
|
|
-%{__rm} -f %{buildroot}%{_bindir}/mono-find-requires
|
|
+# We put these inside rpm
|
|
-
|
|
+rm -f %{buildroot}%{_bindir}/mono-find-provides
|
|
-## This was removed upstream:
|
|
+rm -f %{buildroot}%{_bindir}/mono-find-requires
|
|
-%{__rm} -rf %{buildroot}%{_datadir}/mono-2.0/mono/cil
|
|
+
|
|
-%{__rm} -f %{buildroot}%{_bindir}/prj2make
|
|
+# This was removed upstream:
|
|
-%{__rm} -f %{buildroot}%{_mandir}/man1/prj2make.*
|
|
+rm -rf %{buildroot}%{mono_dir}/*/Mono.Security.Win32*
|
|
-%{__rm} -f %{buildroot}%{_mandir}/man1/cilc.*
|
|
+rm -f %{buildroot}%{_libdir}/libMonoSupportW.*
|
|
-## This was referring to fedora:
|
|
+rm %{buildroot}%{_datadir}/libgc-mono/README*
|
|
-%{__rm} -rf %{buildroot}%{mono_dir}/gac/Mono.Security.Win32
|
|
+rm %{buildroot}%{_datadir}/libgc-mono/barrett_diagram
|
|
-%{__rm} -rf %{buildroot}%{mono_dir}/2.0/Mono.Security.Win32.dll
|
|
+rm %{buildroot}%{_datadir}/libgc-mono/*.html
|
|
-%{__rm} -rf %{buildroot}%{mono_dir}/4.0/Mono.Security.Win32.dll
|
|
+rm %{buildroot}%{_datadir}/libgc-mono/gc.man
|
|
-%{__rm} -rf %{buildroot}%{mono_dir}/xbuild/Microsoft
|
|
+rm -f %{buildroot}%{mono_dir}/2.0/mscorlib.dll.so
|
|
-%{__rm} -f %{buildroot}%{mono_dir}/2.0/mcs.exe.so
|
|
+rm -f %{buildroot}%{mono_dir}/2.0/mcs.exe.so
|
|
-%{__rm} -f %{buildroot}%{mono_dir}/2.0/mscorlib.dll.so
|
|
+rm -f %{buildroot}%{mono_dir}/2.0/gmcs.exe.so
|
|
-%{__rm} -f %{buildroot}%{_datadir}/libgc-mono/README*
|
|
+rm -rf %{buildroot}%{mono_dir}/xbuild/Microsoft
|
|
-%{__rm} -f %{buildroot}%{_datadir}/libgc-mono/barrett_diagram
|
|
+rm -f %{buildroot}%{mono_dir}/4.0/mscorlib.dll.so
|
|
-%{__rm} -f %{buildroot}%{_datadir}/libgc-mono/*.html
|
|
+rm -f %{buildroot}%{mono_dir}/4.5/mscorlib.dll.so
|
|
-%{__rm} -f %{buildroot}%{_datadir}/libgc-mono/gc.man
|
|
+#rm -rf %{buildroot}%{_bindir}/mono-configuration-crypto
|
|
-%{__rm} -rf %{buildroot}%{_bindir}/mono-configuration-crypto
|
|
+#rm -rf %{buildroot}%{_mandir}/man?/mono-configuration-crypto*
|
|
-%{__rm} -rf %{buildroot}%{_mandir}/man?/mono-configuration-crypto*
|
|
+
|
|
-
|
|
+# remove stuff that we don't package
|
|
|
|
+rm -f %{buildroot}%{_bindir}/cilc
|
|
|
|
+rm -f %{buildroot}%{_mandir}/man1/cilc.1*
|
|
|
|
+rm -f %{buildroot}%{_prefix}/lib/mono/*/browsercaps-updater.exe*
|
|
|
|
+rm -f %{buildroot}%{_prefix}/lib/mono/*/culevel.exe*
|
|
|
|
+rm -f %{buildroot}%{_prefix}/lib/mono/2.0/cilc.exe*
|
|
|
|
+
|
|
|
|
+# Fix non-executable-in-bin
|
|
|
|
+chmod +x %{buildroot}%{_bindir}/mono-gdb.py
|
|
|
|
+rm -f %{buildroot}%{_bindir}/mono-sgen-gdb.py
|
|
|
|
+
|
|
|
|
+#ERROR: link target doesn't exist (neither in build root nor in installed system):
|
|
|
|
+rm -rf %{buildroot}%{_prefix}/lib/mono/xbuild/12.0/bin/Microsoft.Build.dll
|
|
|
|
+rm -rf %{buildroot}%{_prefix}/lib/mono/xbuild/12.0/bin/Microsoft.Build.Engine.dll
|
|
|
|
+rm -rf %{buildroot}%{_prefix}/lib/mono/xbuild/12.0/bin/Mono.XBuild.Tasks.dll
|
|
|
|
+rm -rf %{buildroot}%{_prefix}/lib/mono/xbuild/12.0/bin/Microsoft.Build.Framework.dll
|
|
|
|
+rm -rf %{buildroot}%{_prefix}/lib/mono/xbuild/12.0/bin/Microsoft.Build.Tasks.v12.0.dll
|
|
|
|
+rm -rf %{buildroot}%{_prefix}/lib/mono/xbuild/12.0/bin/Microsoft.Build.Utilities.v12.0.dll
|
|
|
|
|
|
%find_lang mcs
|
|
%find_lang mcs
|
|
|
|
|
|
@@ -265,388 +370,452 @@ install monodir %{buildroot}%{_bindir}
|
|
|
|
|
|
%post core -p /sbin/ldconfig
|
|
%post core -p /sbin/ldconfig
|
|
%postun core -p /sbin/ldconfig
|
|
%postun core -p /sbin/ldconfig
|
|
-%post devel -p /sbin/ldconfig
|
|
|
|
-%postun devel -p /sbin/ldconfig
|
|
|
|
-
|
|
|
|
|
|
|
|
%files core -f mcs.lang
|
|
%files core -f mcs.lang
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%doc AUTHORS COPYING.LIB ChangeLog NEWS README
|
|
+%doc AUTHORS COPYING.LIB LICENSE ChangeLog NEWS README.md
|
|
-%{_bindir}/mcs
|
|
|
|
-%{_bindir}/mono
|
|
|
|
-%{_bindir}/monodir
|
|
|
|
-%{_bindir}/mono-api-*
|
|
|
|
-%{_bindir}/mono-heapviz
|
|
|
|
-%{_bindir}/peverify
|
|
|
|
-%{_bindir}/mprof-report
|
|
|
|
-%{_bindir}/mono-test-install
|
|
|
|
-%{_libdir}/libMonoPosixHelper.so
|
|
|
|
-%{_libdir}/libmono-2.0.so.*
|
|
|
|
-%{_libdir}/libmono-profiler-aot.so.*
|
|
|
|
-%{_libdir}/libmono-profiler-cov.so.*
|
|
|
|
-%{_libdir}/libmono-profiler-iomap.so.*
|
|
|
|
-%{_libdir}/libmono-profiler-log.so*
|
|
|
|
%dir %{mono_dir}
|
|
%dir %{mono_dir}
|
|
-%dir %{mono_dir}/4.0
|
|
|
|
-%dir %{mono_dir}/3.5
|
|
|
|
%dir %{mono_dir}/2.0
|
|
%dir %{mono_dir}/2.0
|
|
-%dir %{mono_dir}/gac
|
|
+%dir %{mono_dir}/3.5
|
|
|
|
+%dir %{mono_dir}/4.0
|
|
|
|
+%dir %{mono_dir}/4.5
|
|
|
|
+%dir %{mono_dir}/4.5/Facades
|
|
%dir %{mono_dir}/compat-2.0
|
|
%dir %{mono_dir}/compat-2.0
|
|
-%bin_and_exe ccrewrite 4.0/ccrewrite
|
|
+%dir %{mono_dir}/gac
|
|
-%bin_and_exe csharp 4.0/csharp
|
|
|
|
-%bin_and_exe csharp2 2.0/csharp
|
|
|
|
-%bin_and_exe certmgr 4.0/certmgr
|
|
|
|
-%bin_and_exe chktrust 4.0/chktrust
|
|
|
|
-%bin_and_exe dmcs 4.0/dmcs
|
|
|
|
-%bin_and_exe lc 4.0/lc
|
|
|
|
-%bin_and_exe gacutil 4.0/gacutil
|
|
|
|
-%bin_and_exe gacutil2 2.0/gacutil
|
|
|
|
-%bin_and_exe gmcs 2.0/gmcs
|
|
|
|
-%bin_and_exe installvst 4.0/installvst
|
|
|
|
-%bin_and_exe mconfig 4.0/mconfig
|
|
|
|
-%{mono_dir}/2.0/mcs.exe
|
|
|
|
-%bin_and_exe mod 4.0/mod
|
|
|
|
-%bin_and_exe mono-cil-strip 4.0/mono-cil-strip
|
|
|
|
-%bin_and_exe monolinker 2.0/monolinker
|
|
|
|
-%bin_and_exe mozroots 4.0/mozroots
|
|
|
|
-%bin_and_exe setreg 4.0/setreg
|
|
|
|
-%bin_and_exe sn 4.0/sn
|
|
|
|
-%bin_and_exe sqlmetal 4.0/sqlmetal
|
|
|
|
-%bin_and_exe svcutil 4.0/svcutil
|
|
|
|
-%{mono_dir}/4.0/browsercaps-updater.exe*
|
|
|
|
-%{mono_dir}/4.0/monolinker.exe*
|
|
|
|
-%{mono_dir}/4.0/ictool.exe*
|
|
|
|
-%{mono_dir}/4.0/installutil.exe*
|
|
|
|
-%{mono_dir}/4.0/mono-api-info.exe
|
|
|
|
-%{mono_dir}/4.0/mscorlib.dll*
|
|
|
|
-%{mono_dir}/2.0/mscorlib.dll*
|
|
|
|
-%{mono_dir}/3.5/Microsoft.Build.*
|
|
|
|
-%exclude %{mono_dir}/3.5/Microsoft.Build.xsd
|
|
|
|
-%{mono_dir}/4.0/Microsoft.Build.*
|
|
|
|
-%exclude %{mono_dir}/4.0/Microsoft.Build.xsd
|
|
|
|
-%{mono_dir}/4.0/Microsoft.CSharp.targets
|
|
|
|
-%{mono_dir}/3.5/Microsoft.CSharp.targets
|
|
|
|
-%{mono_dir}/2.0/Microsoft.CSharp.targets
|
|
|
|
-%{mono_dir}/4.0/Microsoft.Common.targets
|
|
|
|
-%{mono_dir}/3.5/Microsoft.Common.targets
|
|
|
|
-%{mono_dir}/2.0/Microsoft.Common.targets
|
|
|
|
-%{mono_dir}/4.0/Microsoft.VisualBasic.targets
|
|
|
|
-%{mono_dir}/3.5/Microsoft.VisualBasic.targets
|
|
|
|
-%{mono_dir}/2.0/Microsoft.VisualBasic.targets
|
|
|
|
-%{mono_dir}/compat-*/ICSharpCode.SharpZipLib.dll
|
|
|
|
-%{mono_dir}/gac/Mono.Cecil
|
|
|
|
-%{mono_dir}/gac/Mono.Cecil.Mdb
|
|
|
|
-%{mono_dir}/mono-configuration-crypto/4.0/Mono.Configuration.Crypto.dll*
|
|
|
|
-%{mono_dir}/mono-configuration-crypto/4.0/mono-configuration-crypto.exe*
|
|
|
|
-%gac_and_2dll cscompmgd 4.0 2.0
|
|
|
|
-%gac_and_2dll Commons.Xml.Relaxng 4.0 2.0
|
|
|
|
-%gac_and_2dll CustomMarshalers 4.0 2.0
|
|
|
|
-%gac_and_2dll I18N 4.0 2.0
|
|
|
|
-%gac_and_2dll I18N.West 4.0 2.0
|
|
|
|
-%gac_and_2dll ICSharpCode.SharpZipLib 4.0 2.0
|
|
|
|
-%gac_and_1dll Microsoft.CSharp 4.0
|
|
|
|
-%gac_and_2dll Mono.C5 4.0 2.0
|
|
|
|
-%gac_and_2dll Mono.Cairo 4.0 2.0
|
|
|
|
-%gac_and_2dll Mono.CompilerServices.SymbolWriter 4.0 2.0
|
|
|
|
-%gac_and_2dll Mono.Posix 4.0 2.0
|
|
|
|
-%gac_and_2dll Mono.Security 4.0 2.0
|
|
|
|
-%gac_and_2dll Mono.CSharp 4.0 2.0
|
|
|
|
-%gac_and_1dll Mono.CodeContracts 4.0
|
|
|
|
-%gac_and_2dll Mono.Debugger.Soft 4.0 2.0
|
|
|
|
-%gac_and_2dll Mono.Management 4.0 2.0
|
|
|
|
-%gac_and_2dll Mono.Simd 4.0 2.0
|
|
|
|
-%gac_and_2dll Mono.Tasklets 4.0 2.0
|
|
|
|
-%gac_and_2dll System 4.0 2.0
|
|
|
|
-%gac_and_2dll System.Configuration 4.0 2.0
|
|
|
|
-%gac_and_1dll System.Dynamic 4.0
|
|
|
|
-%gac_and_2dll System.Drawing 4.0 2.0
|
|
|
|
-%gac_and_2dll System.Core 4.0 2.0
|
|
|
|
-%gac_and_1dll System.ComponentModel.Composition 4.0
|
|
|
|
-%gac_and_2dll System.ComponentModel.DataAnnotations 4.0 2.0
|
|
|
|
-%gac_and_2dll System.IdentityModel 4.0 2.0
|
|
|
|
-%gac_and_2dll System.IdentityModel.Selectors 4.0 2.0
|
|
|
|
-%gac_and_2dll System.Net 4.0 2.0
|
|
|
|
-%gac_and_1dll System.Numerics 4.0
|
|
|
|
-%gac_and_1dll System.Runtime.Caching 4.0
|
|
|
|
-%gac_and_1dll System.Runtime.DurableInstancing 4.0
|
|
|
|
-%gac_and_2dll System.Runtime.Serialization 4.0 2.0
|
|
|
|
-%gac_and_2dll System.Runtime.Serialization.Formatters.Soap 4.0 2.0
|
|
|
|
-%gac_and_2dll System.Security 4.0 2.0
|
|
|
|
-%gac_and_1dll System.Xaml 4.0
|
|
|
|
-%gac_and_2dll System.Xml 4.0 2.0
|
|
|
|
-%gac_and_2dll System.Xml.Linq 4.0 2.0
|
|
|
|
-%gac_and_2dll OpenSystem.C 4.0 2.0
|
|
|
|
-%gac_and_2dll WindowsBase 4.0 2.0
|
|
|
|
%dir %{_sysconfdir}/mono
|
|
%dir %{_sysconfdir}/mono
|
|
-%dir %{_sysconfdir}/mono/4.0
|
|
|
|
%dir %{_sysconfdir}/mono/2.0
|
|
%dir %{_sysconfdir}/mono/2.0
|
|
-%dir %{_sysconfdir}/mono/mconfig
|
|
+%dir %{_sysconfdir}/mono/4.0
|
|
-%config (noreplace) %{_sysconfdir}/mono/config
|
|
+%dir %{_sysconfdir}/mono/4.5
|
|
-%config (noreplace) %{_sysconfdir}/mono/2.0/machine.config
|
|
+%config %{_sysconfdir}/mono/2.0/machine.config
|
|
-%config (noreplace) %{_sysconfdir}/mono/4.0/machine.config
|
|
+%config %{_sysconfdir}/mono/2.0/settings.map
|
|
-%config (noreplace) %{_sysconfdir}/mono/mconfig/config.xml
|
|
+%config %{_sysconfdir}/mono/4.0/machine.config
|
|
-%config (noreplace) %{_sysconfdir}/mono/2.0/settings.map
|
|
+%config %{_sysconfdir}/mono/4.0/settings.map
|
|
-%config (noreplace) %{_sysconfdir}/mono/4.0/settings.map
|
|
+%config %{_sysconfdir}/mono/4.5/machine.config
|
|
-%{_prefix}/lib/mono-source-libs/
|
|
+%config %{_sysconfdir}/mono/4.5/settings.map
|
|
-%{_mandir}/man1/ccrewrite.1.gz
|
|
+%config %{_sysconfdir}/mono/config
|
|
|
|
+
|
|
|
|
+%mono_bin al
|
|
|
|
+%{_bindir}/al2
|
|
|
|
+%mono_bin certmgr
|
|
|
|
+%mono_bin chktrust
|
|
|
|
+%mono_bin crlupdate
|
|
|
|
+%mono_bin csharp
|
|
|
|
+%{_bindir}/dmcs
|
|
|
|
+%mono_bin gacutil
|
|
|
|
+%{_bindir}/gacutil2
|
|
|
|
+%{_bindir}/gmcs
|
|
|
|
+%mono_bin ikdasm
|
|
|
|
+%mono_bin mcs
|
|
|
|
+%{_bindir}/mono
|
|
|
|
+%{_bindir}/mono-boehm
|
|
|
|
+%{_bindir}/mono-configuration-crypto
|
|
|
|
+%{_bindir}/mono-test-install
|
|
|
|
+%mono_bin mozroots
|
|
|
|
+%{_bindir}/peverify
|
|
|
|
+%mono_bin setreg
|
|
|
|
+%mono_bin sn
|
|
|
|
+
|
|
|
|
+%{_mandir}/man1/al.1.gz
|
|
%{_mandir}/man1/certmgr.1.gz
|
|
%{_mandir}/man1/certmgr.1.gz
|
|
%{_mandir}/man1/chktrust.1.gz
|
|
%{_mandir}/man1/chktrust.1.gz
|
|
|
|
+%{_mandir}/man1/crlupdate.1.gz
|
|
%{_mandir}/man1/csharp.1.gz
|
|
%{_mandir}/man1/csharp.1.gz
|
|
%{_mandir}/man1/gacutil.1.gz
|
|
%{_mandir}/man1/gacutil.1.gz
|
|
-%{_mandir}/man1/lc.1.gz
|
|
|
|
-%{_mandir}/man1/mconfig.1.gz
|
|
|
|
%{_mandir}/man1/mcs.1.gz
|
|
%{_mandir}/man1/mcs.1.gz
|
|
%{_mandir}/man1/mono.1.gz
|
|
%{_mandir}/man1/mono.1.gz
|
|
-%{_mandir}/man1/monolinker.1.gz
|
|
+%{_mandir}/man1/mono-configuration-crypto.1.gz
|
|
%{_mandir}/man1/mozroots.1.gz
|
|
%{_mandir}/man1/mozroots.1.gz
|
|
-%{_mandir}/man1/mprof-report.1.gz
|
|
|
|
%{_mandir}/man1/setreg.1.gz
|
|
%{_mandir}/man1/setreg.1.gz
|
|
%{_mandir}/man1/sn.1.gz
|
|
%{_mandir}/man1/sn.1.gz
|
|
-%{_mandir}/man1/resgen.1.gz
|
|
|
|
-%{_mandir}/man1/mono-api-info.1.gz
|
|
|
|
-%{_mandir}/man1/mono-cil-strip.1.gz
|
|
|
|
%{_mandir}/man5/mono-config.5.gz
|
|
%{_mandir}/man5/mono-config.5.gz
|
|
|
|
|
|
|
|
+%{_libdir}/libMonoPosixHelper.so
|
|
|
|
+%{_libdir}/libikvm-native.so
|
|
|
|
+%{_libdir}/libmono*-2.0.so.*
|
|
|
|
+%{_libdir}/libmono-profiler-*.so.*
|
|
|
|
+
|
|
|
|
+%gac_dll Commons.Xml.Relaxng
|
|
|
|
+%gac_dll CustomMarshalers
|
|
|
|
+%gac_dll I18N
|
|
|
|
+%gac_dll I18N.CJK
|
|
|
|
+%gac_dll I18N.West
|
|
|
|
+%gac_dll ICSharpCode.SharpZipLib
|
|
|
|
+%gac_dll Microsoft.CSharp
|
|
|
|
+%gac_dll Microsoft.VisualC
|
|
|
|
+%gac_dll Mono.C5
|
|
|
|
+%gac_dll Mono.CSharp
|
|
|
|
+%gac_dll Mono.Cairo
|
|
|
|
+%gac_dll Mono.CompilerServices.SymbolWriter
|
|
|
|
+%gac_dll Mono.Management
|
|
|
|
+%gac_dll Mono.Parallel
|
|
|
|
+%gac_dll Mono.Posix
|
|
|
|
+%gac_dll Mono.Security
|
|
|
|
+%gac_dll Mono.Simd
|
|
|
|
+%gac_dll Mono.Tasklets
|
|
|
|
+%gac_dll System
|
|
|
|
+%gac_dll System.Configuration
|
|
|
|
+%gac_dll System.Core
|
|
|
|
+%gac_dll System.Drawing
|
|
|
|
+%gac_dll System.Dynamic
|
|
|
|
+%gac_dll System.IO.Compression
|
|
|
|
+%gac_dll System.IO.Compression.FileSystem
|
|
|
|
+%gac_dll System.Json
|
|
|
|
+%gac_dll System.Json.Microsoft
|
|
|
|
+%gac_dll System.Net
|
|
|
|
+%gac_dll System.Net.Http
|
|
|
|
+%gac_dll System.Net.Http.Formatting
|
|
|
|
+%gac_dll System.Net.Http.WebRequest
|
|
|
|
+%gac_dll System.Numerics
|
|
|
|
+%gac_dll System.Security
|
|
|
|
+%gac_dll System.Threading.Tasks.Dataflow
|
|
|
|
+%gac_dll System.Windows
|
|
|
|
+%gac_dll System.Xml
|
|
|
|
+%gac_dll System.Xml.Linq
|
|
|
|
+%gac_dll System.Xml.Serialization
|
|
|
|
+%gac_dll cscompmgd
|
|
|
|
+
|
|
|
|
+%{mono_dir}/2.0/mscorlib.dll
|
|
|
|
+%{mono_dir}/2.0/mscorlib.dll.mdb
|
|
|
|
+%{mono_dir}/4.0/mscorlib.dll
|
|
|
|
+%{mono_dir}/4.5/Facades/System*
|
|
|
|
+%{mono_dir}/4.5/mscorlib.dll
|
|
|
|
+%{mono_dir}/4.5/mscorlib.dll.mdb
|
|
|
|
+%{mono_dir}/compat-2.0/ICSharpCode.SharpZipLib.dll
|
|
|
|
+%{mono_dir}/gac/Mono.Cecil
|
|
|
|
+%{mono_dir}/gac/Mono.Cecil.Mdb
|
|
|
|
+%{mono_dir}/mono-configuration-crypto/4.5/mono-config*
|
|
|
|
+%{mono_dir}/mono-configuration-crypto/4.5/Mono.Configuration.Crypto.dll*
|
|
|
|
+
|
|
|
|
+
|
|
%files devel
|
|
%files devel
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%{_bindir}/genxs
|
|
+%mono_bin caspol
|
|
-%{_bindir}/mkbundle
|
|
+%mono_bin cccheck
|
|
|
|
+%mono_bin ccrewrite
|
|
|
|
+%mono_bin cert-sync
|
|
|
|
+%mono_bin cert2spc
|
|
|
|
+%mono_bin dtd2rng
|
|
|
|
+%mono_bin dtd2xsd
|
|
|
|
+%mono_bin genxs
|
|
|
|
+%mono_bin httpcfg
|
|
|
|
+%mono_bin ilasm
|
|
|
|
+%mono_bin installvst
|
|
|
|
+%mono_bin lc
|
|
|
|
+%mono_bin macpack
|
|
|
|
+%mono_bin makecert
|
|
|
|
+%mono_bin mdbrebase
|
|
|
|
+%mono_bin mkbundle
|
|
|
|
+%{_bindir}/mono-api-info
|
|
|
|
+%mono_bin mono-cil-strip
|
|
%{_bindir}/mono-gdb.py
|
|
%{_bindir}/mono-gdb.py
|
|
|
|
+%{_bindir}/mono-heapviz
|
|
|
|
+%mono_bin mono-shlib-cop
|
|
|
|
+%mono_bin mono-xmltool
|
|
%{_bindir}/monodis
|
|
%{_bindir}/monodis
|
|
%{_bindir}/monograph
|
|
%{_bindir}/monograph
|
|
|
|
+%mono_bin monolinker
|
|
|
|
+%mono_bin monop
|
|
|
|
+%{_bindir}/monop2
|
|
|
|
+%{_bindir}/mprof-report
|
|
|
|
+%mono_bin pdb2mdb
|
|
%{_bindir}/pedump
|
|
%{_bindir}/pedump
|
|
-%{_bindir}/xbuild
|
|
+%mono_bin permview
|
|
-%{_libdir}/libmono-2.0.so
|
|
+%{_bindir}/prj2make
|
|
-%{_libdir}/libmono-profiler-aot.so
|
|
+%mono_bin resgen
|
|
-%{_libdir}/libmono-profiler-cov.so
|
|
+%{_bindir}/resgen2
|
|
-%{_libdir}/libmono-profiler-iomap.so
|
|
+%mono_bin secutil
|
|
-%{_libdir}/libMonoSupportW.so
|
|
+%mono_bin sgen
|
|
-%{_libdir}/libikvm-native.so
|
|
+%mono_bin signcode
|
|
-%{mono_dir}/4.0/mkbundle.exe*
|
|
+%mono_bin xbuild
|
|
-%{mono_dir}/2.0/mkbundle.exe*
|
|
+%{_prefix}/lib/mono-source-libs/
|
|
-%{mono_dir}/4.0/genxs.exe*
|
|
+
|
|
-%{mono_dir}/2.0/genxs.exe*
|
|
+%{_mandir}/man1/cccheck.1.gz
|
|
-%{mono_dir}/2.0/ilasm.exe*
|
|
+%{_mandir}/man1/ccrewrite.1.gz
|
|
-%bin_and_exe al 4.0/al
|
|
|
|
-%bin_and_exe al2 2.0/al
|
|
|
|
-%bin_and_exe caspol 4.0/caspol
|
|
|
|
-%bin_and_exe cert2spc 4.0/cert2spc
|
|
|
|
-%bin_and_exe dtd2xsd 4.0/dtd2xsd
|
|
|
|
-%bin_and_exe dtd2rng 4.0/dtd2rng
|
|
|
|
-%bin_and_exe sgen 4.0/sgen
|
|
|
|
-%bin_and_exe ilasm 4.0/ilasm
|
|
|
|
-%bin_and_exe macpack 4.0/macpack
|
|
|
|
-%bin_and_exe makecert 4.0/makecert
|
|
|
|
-%bin_and_exe monop 4.0/monop
|
|
|
|
-%bin_and_exe monop2 2.0/monop
|
|
|
|
-%bin_and_exe mono-shlib-cop 4.0/mono-shlib-cop
|
|
|
|
-%bin_and_exe mono-xmltool 4.0/mono-xmltool
|
|
|
|
-%bin_and_exe pdb2mdb 4.0/pdb2mdb
|
|
|
|
-%bin_and_exe permview 4.0/permview
|
|
|
|
-%bin_and_exe resgen 4.0/resgen
|
|
|
|
-%bin_and_exe resgen2 2.0/resgen
|
|
|
|
-%bin_and_exe secutil 4.0/secutil
|
|
|
|
-%bin_and_exe signcode 4.0/signcode
|
|
|
|
-%{mono_dir}/xbuild
|
|
|
|
-%{mono_dir}/xbuild-frameworks
|
|
|
|
-%{mono_dir}/4.0/xbuild.*
|
|
|
|
-%{mono_dir}/3.5/xbuild.*
|
|
|
|
-%{mono_dir}/2.0/xbuild.*
|
|
|
|
-%{mono_dir}/4.0/culevel.exe*
|
|
|
|
-%{mono_dir}/2.0/culevel.exe*
|
|
|
|
-%{mono_dir}/4.0/MSBuild/*.xsd
|
|
|
|
-%{mono_dir}/3.5/MSBuild/*.xsd
|
|
|
|
-%{mono_dir}/2.0/MSBuild/*.xsd
|
|
|
|
-%{mono_dir}/4.0/Microsoft.Build.xsd
|
|
|
|
-%{mono_dir}/3.5/Microsoft.Build.xsd
|
|
|
|
-%{mono_dir}/2.0/Microsoft.Build.xsd
|
|
|
|
-%{mono_dir}/4.0/Microsoft.*.targets
|
|
|
|
-%{mono_dir}/3.5/Microsoft.*.targets
|
|
|
|
-%{mono_dir}/2.0/Microsoft.*.targets
|
|
|
|
-%{mono_dir}/4.0/Microsoft.Common.tasks
|
|
|
|
-%{mono_dir}/3.5/Microsoft.Common.tasks
|
|
|
|
-%{mono_dir}/2.0/Microsoft.Common.tasks
|
|
|
|
-%gac_and_2dll PEAPI 4.0 2.0
|
|
|
|
-%gac_and_3dll Microsoft.Build.Engine 4.0 3.5 2.0
|
|
|
|
-%gac_and_3dll Microsoft.Build.Framework 4.0 3.5 2.0
|
|
|
|
-%gac_and_1dll Microsoft.Build.Tasks 2.0
|
|
|
|
-%gac_and_1dll Microsoft.Build.Tasks.v4.0 4.0
|
|
|
|
-%gac_and_1dll Microsoft.Build.Tasks.v3.5 3.5
|
|
|
|
-%gac_and_1dll Microsoft.Build.Utilities 2.0
|
|
|
|
-%gac_and_1dll Microsoft.Build.Utilities.v4.0 4.0
|
|
|
|
-%gac_and_1dll Microsoft.Build.Utilities.v3.5 3.5
|
|
|
|
-%gac_and_2dll Microsoft.VisualC 4.0 2.0
|
|
|
|
-%{_libdir}/pkgconfig/cecil.pc
|
|
|
|
-%{_libdir}/pkgconfig/dotnet.pc
|
|
|
|
-%{_libdir}/pkgconfig/dotnet35.pc
|
|
|
|
-%{_libdir}/pkgconfig/mono-cairo.pc
|
|
|
|
-%{_libdir}/pkgconfig/mono.pc
|
|
|
|
-%{_libdir}/pkgconfig/mono-2.pc
|
|
|
|
-%{_libdir}/pkgconfig/mono-lineeditor.pc
|
|
|
|
-%{_libdir}/pkgconfig/mono-options.pc
|
|
|
|
-%{_libdir}/pkgconfig/wcf.pc
|
|
|
|
-%{_includedir}/mono-2.0
|
|
|
|
-%{_mandir}/man1/al.1.gz
|
|
|
|
%{_mandir}/man1/cert2spc.1.gz
|
|
%{_mandir}/man1/cert2spc.1.gz
|
|
|
|
+%{_mandir}/man1/resgen.1.gz
|
|
%{_mandir}/man1/dtd2xsd.1.gz
|
|
%{_mandir}/man1/dtd2xsd.1.gz
|
|
%{_mandir}/man1/genxs.1.gz
|
|
%{_mandir}/man1/genxs.1.gz
|
|
|
|
+%{_mandir}/man1/httpcfg.1.gz
|
|
%{_mandir}/man1/ilasm.1.gz
|
|
%{_mandir}/man1/ilasm.1.gz
|
|
|
|
+%{_mandir}/man1/lc.1.gz
|
|
%{_mandir}/man1/macpack.1.gz
|
|
%{_mandir}/man1/macpack.1.gz
|
|
%{_mandir}/man1/makecert.1.gz
|
|
%{_mandir}/man1/makecert.1.gz
|
|
%{_mandir}/man1/mkbundle.1.gz
|
|
%{_mandir}/man1/mkbundle.1.gz
|
|
|
|
+%{_mandir}/man1/mono-api-info.1.gz
|
|
|
|
+%{_mandir}/man1/mono-cil-strip.1.gz
|
|
%{_mandir}/man1/mono-shlib-cop.1.gz
|
|
%{_mandir}/man1/mono-shlib-cop.1.gz
|
|
%{_mandir}/man1/mono-xmltool.1.gz
|
|
%{_mandir}/man1/mono-xmltool.1.gz
|
|
%{_mandir}/man1/monodis.1.gz
|
|
%{_mandir}/man1/monodis.1.gz
|
|
|
|
+%{_mandir}/man1/monolinker.1.gz
|
|
%{_mandir}/man1/monop.1.gz
|
|
%{_mandir}/man1/monop.1.gz
|
|
|
|
+%{_mandir}/man1/mprof-report.1.gz
|
|
%{_mandir}/man1/pdb2mdb.1.gz
|
|
%{_mandir}/man1/pdb2mdb.1.gz
|
|
%{_mandir}/man1/permview.1.gz
|
|
%{_mandir}/man1/permview.1.gz
|
|
|
|
+%{_mandir}/man1/prj2make.1.gz
|
|
%{_mandir}/man1/secutil.1.gz
|
|
%{_mandir}/man1/secutil.1.gz
|
|
%{_mandir}/man1/sgen.1.gz
|
|
%{_mandir}/man1/sgen.1.gz
|
|
%{_mandir}/man1/signcode.1.gz
|
|
%{_mandir}/man1/signcode.1.gz
|
|
%{_mandir}/man1/xbuild.1.gz
|
|
%{_mandir}/man1/xbuild.1.gz
|
|
|
|
+%{_datadir}/mono-2.0/mono/cil/cil-opcodes.xml
|
|
|
|
+
|
|
|
|
+%gac_dll Mono.CodeContracts
|
|
|
|
+%gac_dll Mono.Debugger.Soft
|
|
|
|
+%gac_dll Mono.XBuild.Tasks
|
|
|
|
+%gac_dll PEAPI
|
|
|
|
+%gac_dll Microsoft.Build
|
|
|
|
+%gac_dll Microsoft.Build.Engine
|
|
|
|
+%gac_dll Microsoft.Build.Framework
|
|
|
|
+%gac_dll Microsoft.Build.Tasks
|
|
|
|
+%gac_dll Microsoft.Build.Utilities
|
|
|
|
+%gac_dll Microsoft.Build.Tasks.v3.5
|
|
|
|
+%gac_dll Microsoft.Build.Utilities.v3.5
|
|
|
|
+%gac_dll Microsoft.Build.Tasks.v4.0
|
|
|
|
+%gac_dll Microsoft.Build.Utilities.v4.0
|
|
|
|
+%{mono_dir}/2.0/MSBuild
|
|
|
|
+%{mono_dir}/2.0/Microsoft.Build.xsd
|
|
|
|
+%{mono_dir}/2.0/Microsoft.*.targets
|
|
|
|
+%{mono_dir}/?.0/Microsoft.Common.tasks
|
|
|
|
+%{mono_dir}/3.5/MSBuild/Microsoft.Build*
|
|
|
|
+%{mono_dir}/3.5/Microsoft.Build.xsd
|
|
|
|
+%{mono_dir}/3.5/Microsoft.CSharp.targets
|
|
|
|
+%{mono_dir}/3.5/Microsoft.Common.ta*
|
|
|
|
+%{mono_dir}/3.5/Microsoft.VisualBasic.targets
|
|
|
|
+%{mono_dir}/4.5/Microsoft.Build.xsd
|
|
|
|
+%{mono_dir}/4.5/MSBuild/Microsoft*
|
|
|
|
+%{mono_dir}/4.5/Microsoft.CSharp.targets
|
|
|
|
+%{mono_dir}/4.5/Microsoft.Common.ta*
|
|
|
|
+%{mono_dir}/4.5/Microsoft.VisualBasic.targets
|
|
|
|
+%{mono_dir}/4.5/mono-api-info.exe
|
|
|
|
+%{mono_dir}/4.5/installutil*
|
|
|
|
+%{mono_dir}/4.5/ictool*
|
|
|
|
+%{mono_dir}/?.?/xbuild.rsp
|
|
|
|
+%{mono_dir}/gac/Microsoft.Build.Tasks.v12.0/
|
|
|
|
+%{mono_dir}/gac/Microsoft.Build.Utilities.v12.0/
|
|
|
|
+%{_libdir}/libmono*-2.0.so
|
|
|
|
+%{_libdir}/libmono-profiler-*.so
|
|
|
|
+%{_libdir}/pkgconfig/aspnetwebstack.pc
|
|
|
|
+%{_libdir}/pkgconfig/cecil.pc
|
|
|
|
+%{_libdir}/pkgconfig/dotnet.pc
|
|
|
|
+%{_libdir}/pkgconfig/dotnet35.pc
|
|
|
|
+%{_libdir}/pkgconfig/mono.pc
|
|
|
|
+%{_libdir}/pkgconfig/mono-cairo.pc
|
|
|
|
+%{_libdir}/pkgconfig/mono-lineeditor.pc
|
|
|
|
+%{_libdir}/pkgconfig/mono-options.pc
|
|
|
|
+%{_libdir}/pkgconfig/mono-2.pc
|
|
|
|
+%{_libdir}/pkgconfig/xbuild12.pc
|
|
|
|
+%{_includedir}/mono-2.0/mono/jit/jit.h
|
|
|
|
+%{_includedir}/mono-2.0/mono/metadata/*.h
|
|
|
|
+%{_includedir}/mono-2.0/mono/utils/*.h
|
|
|
|
+%{_includedir}/mono-2.0/mono/cil/opcode.def
|
|
|
|
+%{mono_dir}/xbuild
|
|
|
|
+%{mono_dir}/xbuild-frameworks
|
|
|
|
|
|
%files nunit
|
|
%files nunit
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%bin_and_exe nunit-console 4.0/nunit-console
|
|
+%mono_bin nunit-console
|
|
-%bin_and_exe nunit-console2 2.0/nunit-console
|
|
+%{_bindir}/nunit-console2
|
|
-%gac_and_2dll nunit.core 4.0 2.0
|
|
+%{_bindir}/nunit-console4
|
|
-%gac_and_2dll nunit.framework 4.0 2.0
|
|
+%gac_dll nunit-console-runner
|
|
-%gac_and_2dll nunit.util 4.0 2.0
|
|
+%gac_dll nunit.core
|
|
-%gac_and_2dll nunit.mocks 4.0 2.0
|
|
+%gac_dll nunit.core.extensions
|
|
-%gac_and_2dll nunit-console-runner 4.0 2.0
|
|
+%gac_dll nunit.core.interfaces
|
|
-%gac_and_2dll nunit.core.extensions 4.0 2.0
|
|
+%gac_dll nunit.framework
|
|
-%gac_and_2dll nunit.core.interfaces 4.0 2.0
|
|
+%gac_dll nunit.framework.extensions
|
|
-%gac_and_2dll nunit.framework.extensions 4.0 2.0
|
|
+%gac_dll nunit.mocks
|
|
|
|
+%gac_dll nunit.util
|
|
|
|
+# devel
|
|
%{_libdir}/pkgconfig/mono-nunit.pc
|
|
%{_libdir}/pkgconfig/mono-nunit.pc
|
|
|
|
|
|
%files locale-extras
|
|
%files locale-extras
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%gac_and_2dll I18N.MidEast 4.0 2.0
|
|
+%gac_dll I18N.MidEast
|
|
-%gac_and_2dll I18N.Rare 4.0 2.0
|
|
+%gac_dll I18N.Rare
|
|
-%gac_and_2dll I18N.CJK 4.0 2.0
|
|
+%gac_dll I18N.Other
|
|
-%gac_and_2dll I18N.Other 4.0 2.0
|
|
|
|
|
|
|
|
%files extras
|
|
%files extras
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
|
|
+%mono_bin mono-service
|
|
|
|
+%{_bindir}/mono-service2
|
|
%{_mandir}/man1/mono-service.1.gz
|
|
%{_mandir}/man1/mono-service.1.gz
|
|
-%bin_and_exe mono-service 4.0/mono-service
|
|
+%gac_dll Mono.Messaging
|
|
-%bin_and_exe mono-service2 2.0/mono-service
|
|
+%gac_dll Mono.Messaging.RabbitMQ
|
|
|
|
+%gac_dll RabbitMQ.Client
|
|
|
|
+%gac_dll System.Configuration.Install
|
|
|
|
+%gac_dll System.Management
|
|
|
|
+%gac_dll System.Messaging
|
|
|
|
+%gac_dll System.Runtime.Caching
|
|
|
|
+%gac_dll System.ServiceProcess
|
|
|
|
+%gac_dll System.Xaml
|
|
|
|
+%{mono_dir}/?.?/RabbitMQ.Client.Apigen*
|
|
%{mono_dir}/gac/mono-service
|
|
%{mono_dir}/gac/mono-service
|
|
-%gac_and_2dll System.Configuration.Install 4.0 2.0
|
|
|
|
-%gac_and_2dll System.Management 4.0 2.0
|
|
|
|
-%gac_and_2dll System.Messaging 4.0 2.0
|
|
|
|
-%gac_and_2dll System.ServiceProcess 4.0 2.0
|
|
|
|
-%gac_and_2dll System.ServiceModel 4.0 2.0
|
|
|
|
-%gac_and_1dll System.ServiceModel.Discovery 4.0
|
|
|
|
-%gac_and_1dll System.ServiceModel.Routing 4.0
|
|
|
|
-%gac_and_2dll Mono.Messaging.RabbitMQ 4.0 2.0
|
|
|
|
-%gac_and_2dll Mono.Messaging 4.0 2.0
|
|
|
|
-%gac_and_2dll RabbitMQ.Client 4.0 2.0
|
|
|
|
-%{mono_dir}/4.0/RabbitMQ.Client.Apigen.exe*
|
|
|
|
-%{mono_dir}/2.0/RabbitMQ.Client.Apigen.exe*
|
|
|
|
|
|
|
|
%files winforms
|
|
%files winforms
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%gac_and_2dll Accessibility 4.0 2.0
|
|
+%gac_dll Accessibility
|
|
-%gac_and_2dll System.Design 4.0 2.0
|
|
+%gac_dll Mono.WebBrowser
|
|
-%gac_and_2dll System.Drawing.Design 4.0 2.0
|
|
+%gac_dll System.Design
|
|
-%gac_and_2dll System.Windows.Forms 4.0 2.0
|
|
+%gac_dll System.Drawing.Design
|
|
-%gac_and_1dll System.Windows.Forms.DataVisualization 4.0
|
|
+%gac_dll System.Windows.Forms
|
|
|
|
+%gac_dll System.Windows.Forms.DataVisualization
|
|
|
|
+
|
|
|
|
+%files wcf
|
|
|
|
+%defattr(-, root, root, -)
|
|
|
|
+%mono_bin svcutil
|
|
|
|
+%gac_dll System.Data.Services
|
|
|
|
+%gac_dll System.IdentityModel
|
|
|
|
+%gac_dll System.IdentityModel.Selectors
|
|
|
|
+%gac_dll System.Runtime.DurableInstancing
|
|
|
|
+%gac_dll System.ServiceModel
|
|
|
|
+%gac_dll System.ServiceModel.Activation
|
|
|
|
+%gac_dll System.ServiceModel.Discovery
|
|
|
|
+%gac_dll System.ServiceModel.Routing
|
|
|
|
+%gac_dll System.ServiceModel.Web
|
|
|
|
+# wcf-devel
|
|
|
|
+%{_libdir}/pkgconfig/wcf.pc
|
|
|
|
+
|
|
|
|
+%files winfx
|
|
|
|
+%defattr(-, root, root)
|
|
|
|
+%gac_dll System.Data.Services.Client
|
|
|
|
+%gac_dll WindowsBase
|
|
|
|
|
|
%files web
|
|
%files web
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%{mono_dir}/2.0/xsd.exe*
|
|
+%dir %{_sysconfdir}/mono/mconfig
|
|
-%{mono_dir}/compat-2.0/System.Web.Extensions*dll
|
|
+%config (noreplace) %{_sysconfdir}/mono/browscap.ini
|
|
-%{mono_dir}/compat-2.0/System.Web.Mvc.dll
|
|
+%config (noreplace) %{_sysconfdir}/mono/mconfig/config.xml
|
|
-%bin_and_exe disco 4.0/disco
|
|
+%config (noreplace) %{_sysconfdir}/mono/2.0/Browsers
|
|
-%bin_and_exe soapsuds 4.0/soapsuds
|
|
+%config (noreplace) %{_sysconfdir}/mono/2.0/DefaultWsdlHelpGenerator.aspx
|
|
-%bin_and_exe xsd 4.0/xsd
|
|
+%config (noreplace) %{_sysconfdir}/mono/2.0/web.config
|
|
-%bin_and_exe wsdl 4.0/wsdl
|
|
+%config (noreplace) %{_sysconfdir}/mono/4.0/Browsers
|
|
-%bin_and_exe wsdl2 2.0/wsdl
|
|
+%config (noreplace) %{_sysconfdir}/mono/4.0/DefaultWsdlHelpGenerator.aspx
|
|
-%bin_and_exe httpcfg 4.0/httpcfg
|
|
+%config (noreplace) %{_sysconfdir}/mono/4.0/web.config
|
|
-%gac_and_2dll Mono.Http 4.0 2.0
|
|
+%config (noreplace) %{_sysconfdir}/mono/4.5/Browsers
|
|
-%gac_and_2dll Mono.Web 4.0 2.0
|
|
+%config (noreplace) %{_sysconfdir}/mono/4.5/DefaultWsdlHelpGenerator.aspx
|
|
-%gac_and_2dll Mono.WebBrowser 4.0 2.0
|
|
+%config (noreplace) %{_sysconfdir}/mono/4.5/web.config
|
|
-%gac_and_2dll System.Runtime.Remoting 4.0 2.0
|
|
+%mono_bin disco
|
|
-%gac_and_2dll System.Runtime.Serialization.Formatters.Soap 4.0 2.0
|
|
+%mono_bin mconfig
|
|
-%gac_and_2dll System.ServiceModel.Web 4.0 2.0
|
|
+%mono_bin soapsuds
|
|
-%gac_and_2dll System.Web 4.0 2.0
|
|
+%mono_bin wsdl
|
|
-%gac_and_1dll System.Web.ApplicationServices 4.0
|
|
+%{_bindir}/wsdl2
|
|
-%gac_and_2dll System.Web.Abstractions 4.0 2.0
|
|
+%mono_bin xsd
|
|
-%gac_and_2dll System.Web.DynamicData 4.0 2.0
|
|
|
|
-%gac_and_1dll System.Web.Mvc 2.0
|
|
|
|
-%gac_and_2dll System.Web.Routing 4.0 2.0
|
|
|
|
-%gac_and_2dll System.Web.Services 4.0 2.0
|
|
|
|
-%gac_and_2dll System.Web.Extensions.Design 4.0 2.0
|
|
|
|
-%gac_and_2dll System.Web.Extensions 4.0 2.0
|
|
|
|
-%gac_and_1dll Microsoft.Web.Infrastructure 4.0
|
|
|
|
-%gac_and_1dll WebMatrix.Data 4.0
|
|
|
|
%{_mandir}/man1/disco.1.gz
|
|
%{_mandir}/man1/disco.1.gz
|
|
|
|
+%{_mandir}/man1/mconfig.1.gz
|
|
%{_mandir}/man1/soapsuds.1.gz
|
|
%{_mandir}/man1/soapsuds.1.gz
|
|
%{_mandir}/man1/wsdl.1.gz
|
|
%{_mandir}/man1/wsdl.1.gz
|
|
%{_mandir}/man1/xsd.1.gz
|
|
%{_mandir}/man1/xsd.1.gz
|
|
-%config (noreplace) %{_sysconfdir}/mono/browscap.ini
|
|
+%gac_dll Microsoft.Web.Infrastructure
|
|
-%config (noreplace) %{_sysconfdir}/mono/2.0/Browsers/Compat.browser
|
|
+%gac_dll Mono.Http
|
|
-%config (noreplace) %{_sysconfdir}/mono/4.0/DefaultWsdlHelpGenerator.aspx
|
|
+%gac_dll System.ComponentModel.Composition
|
|
-%config (noreplace) %{_sysconfdir}/mono/2.0/DefaultWsdlHelpGenerator.aspx
|
|
+%gac_dll System.ComponentModel.DataAnnotations
|
|
-%config (noreplace) %{_sysconfdir}/mono/4.0/web.config
|
|
+%gac_dll System.Runtime.Remoting
|
|
-%config (noreplace) %{_sysconfdir}/mono/2.0/web.config
|
|
+%gac_dll System.Runtime.Serialization.Formatters.Soap
|
|
-%{_mandir}/man1/httpcfg.1.gz
|
|
+%gac_dll System.Web
|
|
-%{_libdir}/pkgconfig/mono.web.pc
|
|
+%gac_dll System.Web.Abstractions
|
|
-%{_libdir}/pkgconfig/system.web.extensions_1.0.pc
|
|
+%gac_dll System.Web.ApplicationServices
|
|
|
|
+%gac_dll System.Web.Http
|
|
|
|
+%gac_dll System.Web.Http.SelfHost
|
|
|
|
+%gac_dll System.Web.Http.WebHost
|
|
|
|
+%gac_dll System.Web.Razor
|
|
|
|
+%gac_dll System.Web.Routing
|
|
|
|
+%gac_dll System.Web.Services
|
|
|
|
+%gac_dll System.Web.WebPages
|
|
|
|
+%gac_dll System.Web.WebPages.Deployment
|
|
|
|
+%gac_dll System.Web.WebPages.Razor
|
|
|
|
+
|
|
|
|
+%files mvc
|
|
|
|
+%defattr(-, root, root,-)
|
|
|
|
+%gac_dll System.Web.DynamicData
|
|
|
|
+%gac_dll System.Web.Extensions
|
|
|
|
+%gac_dll System.Web.Extensions.Design
|
|
|
|
+%gac_dll System.Web.Mvc
|
|
|
|
+%{mono_dir}/compat-2.0/System.Web.Extensions.Design.dll
|
|
|
|
+%{mono_dir}/compat-2.0/System.Web.Extensions.dll
|
|
|
|
+%{mono_dir}/compat-2.0/System.Web.Mvc.dll
|
|
|
|
+# mvc-devel
|
|
%{_libdir}/pkgconfig/system.web.extensions.design_1.0.pc
|
|
%{_libdir}/pkgconfig/system.web.extensions.design_1.0.pc
|
|
|
|
+%{_libdir}/pkgconfig/system.web.extensions_1.0.pc
|
|
%{_libdir}/pkgconfig/system.web.mvc.pc
|
|
%{_libdir}/pkgconfig/system.web.mvc.pc
|
|
%{_libdir}/pkgconfig/system.web.mvc2.pc
|
|
%{_libdir}/pkgconfig/system.web.mvc2.pc
|
|
|
|
+%{_libdir}/pkgconfig/system.web.mvc3.pc
|
|
|
|
+
|
|
|
|
+%files entityframework
|
|
|
|
+%defattr(-, root, root)
|
|
|
|
+%gac_dll EntityFramework
|
|
|
|
+%gac_dll EntityFramework.SqlServer
|
|
|
|
+
|
|
|
|
+%files reactive
|
|
|
|
+%defattr(-, root, root)
|
|
|
|
+%gac_dll System.Reactive.Core
|
|
|
|
+%gac_dll System.Reactive.Debugger
|
|
|
|
+%gac_dll System.Reactive.Experimental
|
|
|
|
+%gac_dll System.Reactive.Interfaces
|
|
|
|
+%gac_dll System.Reactive.Linq
|
|
|
|
+%gac_dll System.Reactive.Observable.Aliases
|
|
|
|
+%gac_dll System.Reactive.PlatformServices
|
|
|
|
+%gac_dll System.Reactive.Providers
|
|
|
|
+%gac_dll System.Reactive.Runtime.Remoting
|
|
|
|
+%gac_dll System.Reactive.Windows.Forms
|
|
|
|
+%gac_dll System.Reactive.Windows.Threading
|
|
|
|
+# reactive-devel
|
|
|
|
+%{_libdir}/pkgconfig/reactive.pc
|
|
|
|
|
|
%files data
|
|
%files data
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%bin_and_exe sqlsharp 4.0/sqlsharp
|
|
+%mono_bin sqlsharp
|
|
-%gac_and_2dll Mono.Data.Tds 4.0 2.0
|
|
+%mono_bin sqlmetal
|
|
-%gac_and_2dll Novell.Directory.Ldap 4.0 2.0
|
|
|
|
-%gac_and_2dll System.Data 4.0 2.0
|
|
|
|
-%gac_and_2dll System.Data.DataSetExtensions 4.0 2.0
|
|
|
|
-%gac_and_2dll System.Data.Linq 4.0 2.0
|
|
|
|
-%gac_and_2dll System.Data.Services 4.0 2.0
|
|
|
|
-%gac_and_2dll System.Data.Services.Client 4.0 2.0
|
|
|
|
-%gac_and_2dll System.DirectoryServices 4.0 2.0
|
|
|
|
-%gac_and_2dll System.EnterpriseServices 4.0 2.0
|
|
|
|
-%gac_and_2dll System.Transactions 4.0 2.0
|
|
|
|
%{_mandir}/man1/sqlsharp.1.gz
|
|
%{_mandir}/man1/sqlsharp.1.gz
|
|
|
|
+%gac_dll Mono.Data.Tds
|
|
|
|
+%gac_dll Novell.Directory.Ldap
|
|
|
|
+%gac_dll System.Data
|
|
|
|
+%gac_dll System.Data.DataSetExtensions
|
|
|
|
+%gac_dll System.Data.Linq
|
|
|
|
+%gac_dll System.DirectoryServices
|
|
|
|
+%gac_dll System.DirectoryServices.Protocols
|
|
|
|
+%gac_dll System.EnterpriseServices
|
|
|
|
+%gac_dll System.Runtime.Serialization
|
|
|
|
+%gac_dll System.Transactions
|
|
|
|
+%gac_dll WebMatrix.Data
|
|
|
|
|
|
%files data-sqlite
|
|
%files data-sqlite
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%gac_and_2dll Mono.Data.Sqlite 4.0 2.0
|
|
+%gac_dll Mono.Data.Sqlite
|
|
|
|
|
|
%files data-oracle
|
|
%files data-oracle
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%gac_and_2dll System.Data.OracleClient 4.0 2.0
|
|
+%gac_dll System.Data.OracleClient
|
|
|
|
|
|
%files data-postgresql
|
|
%files data-postgresql
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%gac_and_2dll Npgsql 4.0 2.0
|
|
+%gac_dll Npgsql
|
|
|
|
|
|
%files -n ibm-data-db2
|
|
%files -n ibm-data-db2
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%gac_and_2dll IBM.Data.DB2 4.0 2.0
|
|
+%gac_dll IBM.Data.DB2
|
|
|
|
|
|
%files -n monodoc
|
|
%files -n monodoc
|
|
%defattr(-, root, root)
|
|
%defattr(-, root, root)
|
|
-%bin_and_exe mdoc 2.0/mdoc
|
|
|
|
-%{_bindir}/mdoc-*
|
|
|
|
%{_bindir}/mdass*
|
|
%{_bindir}/mdass*
|
|
|
|
+%mono_bin mdoc
|
|
|
|
+%{_bindir}/mdoc-*
|
|
%{_bindir}/mdval*
|
|
%{_bindir}/mdval*
|
|
-%{_bindir}/mod
|
|
+%mono_bin mod
|
|
%{_bindir}/monodoc*
|
|
%{_bindir}/monodoc*
|
|
-%{mono_dir}/gac/monodoc
|
|
|
|
-%{mono_dir}/monodoc/monodoc.dll
|
|
|
|
-%{mono_doc}/*
|
|
|
|
%{_mandir}/man1/md*
|
|
%{_mandir}/man1/md*
|
|
%{_mandir}/man1/monodoc*
|
|
%{_mandir}/man1/monodoc*
|
|
%{_mandir}/man5/mdoc*
|
|
%{_mandir}/man5/mdoc*
|
|
|
|
+%{mono_dir}/4.0/monodoc.dll
|
|
|
|
+%{mono_dir}/gac/monodoc
|
|
|
|
+%{mono_dir}/monodoc/*
|
|
|
|
+%ifnarch ppc
|
|
|
|
+%{_prefix}/lib/monodoc
|
|
|
|
+%endif
|
|
|
|
+# monodoc-devel
|
|
%{_libdir}/pkgconfig/monodoc.pc
|
|
%{_libdir}/pkgconfig/monodoc.pc
|
|
|
|
|
|
-
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Mar 26 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.12.1-1
|
|
|
|
+- updated to 3.12.1
|
|
|
|
+
|
|
* Fri Dec 27 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10.8-2
|
|
* Fri Dec 27 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10.8-2
|
|
- rebuild with VineSeed environment
|
|
- rebuild with VineSeed environment
|
|
- remove Requires:libgluezilla in monodoc
|
|
- remove Requires:libgluezilla in monodoc
|