[xsp] - updated the supported arch list

Dan Horák sharkcz at fedoraproject.org
Tue Jan 11 11:25:36 UTC 2011


commit 45cb266219df17d76c9551ae3e7189c1f0f2f9ed
Author: Dan Horák <dan at danny.cz>
Date:   Tue Jan 11 12:25:25 2011 +0100

    - updated the supported arch list

 xsp.spec |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/xsp.spec b/xsp.spec
index 41c8325..fae9579 100644
--- a/xsp.spec
+++ b/xsp.spec
@@ -1,12 +1,6 @@
-%ifnarch s390 s390x
-%define with_mono4 1
-%else
-%define with_mono4 0
-%endif
-
 Name:     	xsp
 Version: 	2.8.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	MIT
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL:            http://www.mono-project.com/Main_Page
@@ -16,7 +10,8 @@ BuildRequires:	 mono-data-oracle monodoc-devel
 Requires:	mono-core >= 2.6.7
 Summary:	A small web server that hosts ASP.NET
 Group:		System Environment/Daemons
-ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 armv4l sparc alpha
+# Mono only available on these:
+ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 %{arm} sparcv9 alpha s390x
 
 %define debug_package %{nil}
 
@@ -116,6 +111,9 @@ rm -rf %{buildroot}
 %{_libdir}/xsp/test
 
 %changelog
+* Tue Jan 11 2011 Dan Horák <dan[at]danny.cz> - 2.8.1-2
+- updated the supported arch list
+
 * Tue Dec 07 2010 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.8.1-1
 - Bump to bugfix 2.8.1 release
 


More information about the scm-commits mailing list