File project.diff of Package libcmpiutil
--- libcmpiutil.changes.orig
+++ libcmpiutil.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Thu Aug 16 20:51:51 UTC 2012 - agraf@suse.com
+
+- fix arm build
+
+-------------------------------------------------------------------
Thu Jun 16 12:01:09 MDT 2011 - jfehlig@novell.com
- Update to 0.5.6
--- libcmpiutil.spec.orig
+++ libcmpiutil.spec
@@ -1,7 +1,7 @@
#
# spec file for package libcmpiutil
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,11 +15,12 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
-
Name: libcmpiutil
-BuildRequires: bison flex libxml2-devel sblim-cmpi-devel
+BuildRequires: bison
+BuildRequires: flex
+BuildRequires: libxml2-devel
+BuildRequires: sblim-cmpi-devel
%if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 0%{?fedora} || 0%{?rhel}
BuildRequires: pkgconfig
%else
@@ -30,13 +31,13 @@ BuildRequires: pkg-config
%endif
%endif
Url: http://libvirt.org/CIM/
-License: LGPL-2.1+
-Group: Development/Libraries/C and C++
-AutoReqProv: yes
Version: 0.5.6
-Release: 1
+Release: 0
Summary: Library of utility functions for CMPI providers
+License: LGPL-2.1+
+Group: Development/Libraries/C and C++
Source: %{name}-%{version}.tar.bz2
+Patch1: fix-arm.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -53,7 +54,6 @@ Authors:
Dan Smith <danms@us.ibm.com>
%package devel
-License: LGPL-2.1+
Summary: Library of utility functions for CMPI providers
Group: Development/Libraries/C and C++
Requires: sblim-cmpi-devel
@@ -83,6 +83,9 @@ Authors:
%prep
%setup -q
+%ifarch %arm
+%patch1 -p1
+%endif
chmod -x *.c *.y *.h *.l
%build