[libsyncml] openobex not available on s390(x)

Dan Horák sharkcz at fedoraproject.org
Fri Aug 19 08:36:57 UTC 2011


commit cb14ebe73264a10ca97905bd3bd77b990fcd5d81
Author: Dan Horák <dan at danny.cz>
Date:   Fri Aug 19 10:36:41 2011 +0200

    openobex not available on s390(x)

 libsyncml.spec |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/libsyncml.spec b/libsyncml.spec
index 32865b1..9856c9b 100644
--- a/libsyncml.spec
+++ b/libsyncml.spec
@@ -1,7 +1,7 @@
 Name:		libsyncml
 Epoch:		1
 Version:	0.4.6
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	SyncML protocol library
 
 Group:		System Environment/Libraries
@@ -11,7 +11,10 @@ Source0:	http://libsyncml.opensync.org/download/releases/%{version}/%{name}-%{ve
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	wbxml2-devel >= 0.9.2
-BuildRequires:  cmake, libxml2-devel, libsoup22-devel, openobex-devel
+BuildRequires:  cmake, libxml2-devel, libsoup22-devel
+%ifnarch s390 s390x
+BuildRequires:  openobex-devel
+%endif
 BuildRequires:  bluez-libs-devel
 
 %description
@@ -59,7 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS ChangeLog COPYING README
 %{_bindir}/syncml-http-client
 %{_bindir}/syncml-http-server
+%ifnarch s390 s390x
 %{_bindir}/syncml-obex-client
+%endif
 %{_libdir}/libsyncml.so.*
 
 %files devel
@@ -71,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Aug 19 2011 Dan Horák <dan[at]danny.cz> - 1:0.4.6-4
+- openobex not available on s390(x)
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:0.4.6-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list