]> git.pld-linux.org Git - packages/mono.git/commitdiff
- removed obsolete alpha-tls patch and PKG_PATH workaround
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 4 Mar 2006 13:18:06 +0000 (13:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- JIT is supported on arm and ia64 now

Changed files:
    mono.spec -> 1.167

mono.spec

index 8638eb38b75246afc2089e5cd2fd92e7f5fe9269..878f018f82a04c9ea0afb224f7bba819e19b7471 100644 (file)
--- a/mono.spec
+++ b/mono.spec
@@ -6,8 +6,8 @@
 %bcond_with    bootstrap       # don't require mono-devel to find req/prov
 %bcond_with    mint            # build mint instead of mono VM (JIT)
 #
-%ifnarch %{ix86} %{x8664} sparc sparcv9 sparc64 ppc s390 s390x
-# JIT not supported on alpha,arm,hppa
+%ifnarch %{ix86} %{x8664} arm ia64 ppc s390 s390x sparc sparcv9 sparc64
+# JIT not supported on alpha,hppa
 %define                with_mint       1
 %endif
 %define                _glibver        2.4
@@ -28,7 +28,6 @@ Patch2:               %{name}-mint.patch
 Patch3:                %{name}-sonames.patch
 Patch4:                %{name}-alpha-atomic.patch
 Patch5:                %{name}-sparc-exception.patch
-Patch6:                %{name}-alpha-tls.patch
 URL:           http://www.mono-project.com/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -39,9 +38,9 @@ BuildRequires:        pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.213
 BuildRequires: rpmbuild(monoautodeps)
 %{!?with_bootstrap:BuildRequires:      mono-devel >= 1.1.8.3-2}
-ExclusiveArch: %{ix86} %{x8664} arm hppa ppc s390 s390x
+ExclusiveArch: %{ix86} %{x8664} arm hppa ia64 ppc s390 s390x
 # sparc sparcv9 sparc64 not ported to linux (only solaris(?))
-# alpha still broken, mips/ia64/m68k disabled in configure
+# alpha still broken, mips disabled in configure
 # plain i386 is not supported; mono uses cmpxchg/xadd which require i486
 ExcludeArch:   i386
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -191,10 +190,6 @@ oraz dotGNU.
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
-#%patch6 -p1
-
-# workaround for variable name disallowed by new pkgconfig
-echo 'm4_pattern_allow(PKG_PATH)' > acinclude.m4
 
 sed -i -e 's@a=`which "$0"`@a="/usr/bin/dupa"@' scripts/mono-find-provides.in
 sed -i -e 's@a=`which "$0"`@a="/usr/bin/dupa"@' scripts/mono-find-requires.in
This page took 0.090896 seconds and 4 git commands to generate.