forked from pool/mono-core
Accepting request 158614 from Mono:Factory
require the devel package and recommend the real one of GDI+ (forwarded request 158233 from Mailaender) OBS-URL: https://build.opensuse.org/request/show/158614 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mono-core?expand=0&rev=70
This commit is contained in:
commit
e77bce2fd8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:08ee9714c1b0ea008a6857bf4af1d7954b79ba8c926677e9000dfdd890a7394e
|
|
||||||
size 81737465
|
|
3
mono-3.0.6.tar.bz2
Normal file
3
mono-3.0.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b16daee913fb69b61c5b4109eae0d18135c2419062e621fa2be2f41cf3754aa8
|
||||||
|
size 81983717
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 9 14:18:45 UTC 2013 - mailaender@opensuse.org
|
||||||
|
|
||||||
|
- libgdiplus now has a devel package, use it
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 9 07:52:23 UTC 2013 - mailaender@opensuse.org
|
||||||
|
|
||||||
|
- Update to http://www.mono-project.com/Release_Notes_Mono_3.0.6
|
||||||
|
* Hotfix to the 3.0.x series
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 6 14:10:35 UTC 2013 - idonmez@suse.com
|
Wed Mar 6 14:10:35 UTC 2013 - idonmez@suse.com
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: mono-core
|
Name: mono-core
|
||||||
Version: 3.0.4
|
Version: 3.0.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Cross-platform, Open Source, .NET development framework
|
Summary: Cross-platform, Open Source, .NET development framework
|
||||||
License: LGPL-2.1
|
License: LGPL-2.1
|
||||||
@ -39,23 +39,19 @@ Patch1: mono-arm-cpuinfo-v5.patch
|
|||||||
Patch2: mono-arm-cpuinfo-v7.patch
|
Patch2: mono-arm-cpuinfo-v7.patch
|
||||||
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
|
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
|
||||||
Patch3: mono-arm-vfp.patch
|
Patch3: mono-arm-vfp.patch
|
||||||
# PATCH-FIX-OPENSUSE ppc.patch dvaleev@suse.com -- fix ppc build failures
|
|
||||||
Patch4: ppc.patch
|
|
||||||
# PATCH-FIX-UPSTREAM mono-core-target-4.0.patch dimstar@opensuse.org -- Use runtime 4.0 as default for cairo and nunit
|
|
||||||
Patch5: mono-core-target-4.0.patch
|
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: xorg-x11-libX11-devel
|
BuildRequires: xorg-x11-libX11-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
|
BuildRequires: libgdiplus-devel
|
||||||
%ifnarch ia64 %arm
|
%ifnarch ia64 %arm
|
||||||
BuildRequires: valgrind-devel
|
BuildRequires: valgrind-devel
|
||||||
%endif
|
%endif
|
||||||
%if %llvm == yes
|
%if %llvm == yes
|
||||||
BuildRequires: llvm-mono-devel
|
BuildRequires: llvm-mono-devel
|
||||||
%endif
|
%endif
|
||||||
Recommends: libgdiplus0 >= 2.6
|
|
||||||
Obsoletes: mono
|
Obsoletes: mono
|
||||||
Obsoletes: mono-cairo
|
Obsoletes: mono-cairo
|
||||||
Obsoletes: mono-drawing
|
Obsoletes: mono-drawing
|
||||||
@ -80,6 +76,7 @@ Conflicts: mono-addins < 0.3.1
|
|||||||
%if %llvm == yes
|
%if %llvm == yes
|
||||||
Recommends: libmono-llvm0 = %{version}
|
Recommends: libmono-llvm0 = %{version}
|
||||||
%endif
|
%endif
|
||||||
|
Recommends: libgdiplus0
|
||||||
Provides: mono(Commons.Xml.Relaxng) = 1.0.5000.0
|
Provides: mono(Commons.Xml.Relaxng) = 1.0.5000.0
|
||||||
Provides: mono(CustomMarshalers) = 1.0.5000.0
|
Provides: mono(CustomMarshalers) = 1.0.5000.0
|
||||||
Provides: mono(I18N) = 1.0.5000.0
|
Provides: mono(I18N) = 1.0.5000.0
|
||||||
@ -116,8 +113,6 @@ technologies that have been submitted to the ECMA for standardization.
|
|||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%endif
|
%endif
|
||||||
%patch4 -p1
|
|
||||||
%patch5 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# These are only needed if there are patches to the runtime
|
# These are only needed if there are patches to the runtime
|
||||||
@ -1123,7 +1118,7 @@ brings xUnit to all .NET languages.
|
|||||||
Summary: Mono development tools
|
Summary: Mono development tools
|
||||||
License: LGPL-2.1
|
License: LGPL-2.1
|
||||||
Group: Development/Languages/Mono
|
Group: Development/Languages/Mono
|
||||||
Requires: libgdiplus0
|
Requires: libgdiplus-devel
|
||||||
Requires: mono-core = %{version}
|
Requires: mono-core = %{version}
|
||||||
# Required because they are referenced by .pc files
|
# Required because they are referenced by .pc files
|
||||||
Requires: mono-data = %{version}
|
Requires: mono-data = %{version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user