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:
commit
d18c09b83b
@ -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
|
Index: mono-3.0.3/data/mono-nunit.pc.in
|
||||||
===================================================================
|
===================================================================
|
||||||
--- mono-3.0.3.orig/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
|
Sat Mar 9 14:18:45 UTC 2013 - mailaender@opensuse.org
|
||||||
|
|
||||||
|
@ -33,19 +33,20 @@ License: LGPL-2.1
|
|||||||
Group: Development/Languages/Mono
|
Group: Development/Languages/Mono
|
||||||
Url: http://www.mono-project.com
|
Url: http://www.mono-project.com
|
||||||
Source0: mono-%{version}.tar.bz2
|
Source0: mono-%{version}.tar.bz2
|
||||||
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
|
|
||||||
Patch1: mono-arm-cpuinfo-v5.patch
|
Patch1: mono-arm-cpuinfo-v5.patch
|
||||||
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
|
|
||||||
Patch2: mono-arm-cpuinfo-v7.patch
|
Patch2: mono-arm-cpuinfo-v7.patch
|
||||||
# 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: libgdiplus-devel
|
||||||
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
|
||||||
@ -113,6 +114,8 @@ 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
|
||||||
|
Loading…
Reference in New Issue
Block a user