From c8b6a61ceefbf7393e5cdff7f64ffc89d6b29391 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Sep 26 2009 07:25:07 +0000 Subject: - Do not use wpg on EL-5 w/o Desktop (ppc) --- diff --git a/inkscape.spec b/inkscape.spec index a7bbd97..e6a99c4 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -1,6 +1,6 @@ Name: inkscape Version: 0.47 -Release: 0.16.pre3.20090925svn%{?dist} +Release: 0.16.pre3.20090925svn%{?dist}.1 Summary: Vector-based drawing program using SVG Group: Applications/Productivity @@ -38,7 +38,13 @@ BuildRequires: poppler-devel BuildRequires: loudmouth-devel BuildRequires: boost-devel BuildRequires: gsl-devel +%if 0%{el5} +%ifnarch ppc BuildRequires: libwpg-devel +%endif +%else +BuildRequires: libwpg-devel +%endif BuildRequires: ImageMagick-c++-devel BuildRequires: perl(XML::Parser) BuildRequires: perl(ExtUtils::Embed) @@ -218,6 +224,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Sep 26 2009 Lubomir Rintel - 0.47-0.16.pre3.20090925svn.1 +- Do not use wpg on EL-5 w/o Desktop (ppc) + * Mon Sep 07 2009 Lubomir Rintel - 0.47-0.16.pre3.20090925svn - Move to a later snapshot - Drop debugging compiler flags, enable optimizations again