forked from pool/mono-core
Accepting request 40208 from Mono:Factory
Copy from Mono:Factory/mono-core based on submit request 40208 from user ajorgensen OBS-URL: https://build.opensuse.org/request/show/40208 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mono-core?expand=0&rev=42
This commit is contained in:
commit
c3377cd751
12
bnc604251.patch
Normal file
12
bnc604251.patch
Normal file
@ -0,0 +1,12 @@
|
||||
--- data/mono.pc.in 2010-04-22 09:37:47.000000000 -0600
|
||||
+++ data/mono.pc.in 2010-05-10 09:30:04.000000000 -0600
|
||||
@@ -7,8 +7,6 @@
|
||||
Name: Mono
|
||||
Description: Mono Runtime
|
||||
Version: @VERSION@
|
||||
-## Commented out because SLE hides devel files in the SLE SDK,
|
||||
-## which not all customers will have.
|
||||
-#Requires: glib-2.0 gthread-2.0
|
||||
+Requires: glib-2.0 gthread-2.0
|
||||
Libs: -L${libdir} @export_ldflags@ -lmono @libmono_ldflags@
|
||||
Cflags: -I${includedir} @libmono_cflags@
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 17 17:50:55 UTC 2010 - ajorgensen@novell.com
|
||||
|
||||
- Revert r155259 for bnc#604251
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 07:59:02 UTC 2010 - aj@suse.de
|
||||
|
||||
|
@ -25,9 +25,10 @@ Group: Development/Languages/Mono
|
||||
Summary: A .NET Runtime Environment
|
||||
Url: http://go-mono.org/
|
||||
Version: 2.6.4
|
||||
Release: 1
|
||||
Release: 2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: mono-%{version}.tar.bz2
|
||||
Patch0: bnc604251.patch
|
||||
ExclusiveArch: %ix86 x86_64 ppc ppc64 hppa armv4l sparc s390 ia64 s390x
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Provides: mono = %{version}-%{release}
|
||||
@ -1233,6 +1234,7 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -q -n mono-%{version}
|
||||
%patch0
|
||||
|
||||
%build
|
||||
# These are only needed if there are patches to the runtime
|
||||
|
Loading…
x
Reference in New Issue
Block a user