File project.diff of Package libEMF
--- libEMF.changes.orig
+++ libEMF.changes
@@ -1,4 +1,14 @@
-------------------------------------------------------------------
+Tue Sep 4 06:35:11 UTC 2012 - meissner@suse.com
+
+- allow ppc32 build
+
+-------------------------------------------------------------------
+Mon Aug 20 23:04:17 UTC 2012 - agraf@suse.com
+
+- add support for arm
+
+-------------------------------------------------------------------
Mon Jun 4 18:22:36 UTC 2012 - dmueller@suse.com
- exclude from arm (does not build there)
--- libEMF.spec.orig
+++ libEMF.spec
@@ -21,13 +21,14 @@ BuildRequires: gcc-c++
Version: 1.0.6
Release: 0
Source: %{name}-%{version}.tar.gz
+Patch0: fix-arm.patch
Url: http://libemf.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Library for Manipulation with Enhanced MetaFile (EMF, ECMA-234)
License: LGPL-2.1+ ; GPL-2.0+
Group: System/Libraries
# taken from includes/wine/winnt.h
-ExclusiveArch: %ix86 x86_64 ppc64 sparc
+ExclusiveArch: %ix86 x86_64 ppc ppc64 sparc %arm
%description
LibEMF is a C/C++ library that provides a drawing toolkit based on
@@ -90,6 +91,7 @@ SO/OO graphics object.
%prep
%setup -q
+%patch0 -p1
%build
%configure\