forked from pool/mono-core
- Refresh and apply mono-core-target-4.0.patch
- Apply ppc.patch again OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=112
This commit is contained in:
parent
0a7f088778
commit
15aa1e1f3c
@ -1,13 +1,3 @@
|
||||
Index: mono-3.0.3/data/mono-cairo.pc.in
|
||||
===================================================================
|
||||
--- mono-3.0.3.orig/data/mono-cairo.pc.in
|
||||
+++ mono-3.0.3/data/mono-cairo.pc.in
|
||||
@@ -6,4 +6,4 @@ includedir=${prefix}/include
|
||||
Name: Mono.Cairo
|
||||
Description: Cairo bindings for Mono
|
||||
Version: @VERSION@
|
||||
-Libs: -r:${prefix}/lib/mono/2.0/Mono.Cairo.dll
|
||||
+Libs: -r:${prefix}/lib/mono/4.0/Mono.Cairo.dll
|
||||
Index: mono-3.0.3/data/mono-nunit.pc.in
|
||||
===================================================================
|
||||
--- mono-3.0.3.orig/data/mono-nunit.pc.in
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 19 11:06:18 UTC 2013 - idonmez@suse.com
|
||||
|
||||
- Refresh and apply mono-core-target-4.0.patch
|
||||
- Apply ppc.patch again
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 9 14:18:45 UTC 2013 - mailaender@opensuse.org
|
||||
|
||||
|
@ -33,19 +33,20 @@ License: LGPL-2.1
|
||||
Group: Development/Languages/Mono
|
||||
Url: http://www.mono-project.com
|
||||
Source0: mono-%{version}.tar.bz2
|
||||
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
|
||||
Patch1: mono-arm-cpuinfo-v5.patch
|
||||
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
|
||||
Patch2: mono-arm-cpuinfo-v7.patch
|
||||
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
|
||||
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: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libgdiplus-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xorg-x11-libX11-devel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: libgdiplus-devel
|
||||
%ifnarch ia64 %arm
|
||||
BuildRequires: valgrind-devel
|
||||
%endif
|
||||
@ -113,6 +114,8 @@ technologies that have been submitted to the ECMA for standardization.
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%endif
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
|
||||
%build
|
||||
# These are only needed if there are patches to the runtime
|
||||
|
Loading…
Reference in New Issue
Block a user