From 4f4db91a9345269934f29496ea5d4fae8c425caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Kasal?= Date: Wed, 20 Jan 2010 18:41:32 +0000 Subject: [PATCH] - ExcludeArch: s390 s390x --- inkscape.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/inkscape.spec b/inkscape.spec index 411e848..0a181d7 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -1,6 +1,6 @@ Name: inkscape Version: 0.47 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Vector-based drawing program using SVG Group: Applications/Productivity @@ -14,7 +14,8 @@ Patch5: inkscape-20090925svn-el5.patch Patch6: inkscape-20091101svn-icon.patch Patch7: inkscape-0.47-newpoppler.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +ExcludeArch: s390 s390x BuildRequires: atk-devel BuildRequires: desktop-file-utils @@ -224,6 +225,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jan 20 2010 Stepan Kasal - 0.47-6 +- ExcludeArch: s390 s390x + * Fri Jan 15 2010 Stepan Kasal - 0.47-5 - require perl(:MODULE_COMPAT_5.10.x) because the package requires libperl.so - the same for inkscape-view