SHA256
1
0
forked from pool/mono-core

Accepting request 159964 from Mono:Factory

- Refresh and apply mono-core-target-4.0.patch
- Apply ppc.patch again

OBS-URL: https://build.opensuse.org/request/show/159964
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mono-core?expand=0&rev=71
This commit is contained in:
Stephan Kulow 2013-03-22 12:15:36 +00:00 committed by Git OBS Bridge
commit d18c09b83b
3 changed files with 13 additions and 14 deletions

View File

@ -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

View File

@ -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

View File

@ -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