From 900d81f3dc6ea4e1e662b7e426daf005c69a5d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8Cajka?= Date: Wed, 21 May 2014 15:01:44 +0200 Subject: [PATCH] Fixed tests on ppc --- pycairo.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pycairo.spec b/pycairo.spec index ffecee9..8f1144a 100644 --- a/pycairo.spec +++ b/pycairo.spec @@ -2,7 +2,7 @@ Name: pycairo Version: 1.8.10 -Release: 9%{?dist} +Release: 10%{?dist} License: MPLv1.1 or LGPLv2 Group: Development/Languages Summary: Python bindings for the cairo library @@ -15,6 +15,7 @@ BuildRequires: pkgconfig BuildRequires: pytest BuildRequires: python-devel BuildRequires: python-xpyb-devel +BuildRequires: lyx-fonts Requires: python-xpyb %description @@ -44,11 +45,8 @@ make DESTDIR=$RPM_BUILD_ROOT install find $RPM_BUILD_ROOT -name '*.la' | xargs rm -f %check -# disable tests on big endians (#1079673) -%ifnarch ppc ppc64 s390 s390x cd test PYTHONPATH=$RPM_BUILD_ROOT%{python_sitearch} py.test -%endif %files %doc AUTHORS COPYING* NEWS README @@ -60,6 +58,9 @@ PYTHONPATH=$RPM_BUILD_ROOT%{python_sitearch} py.test %{_libdir}/pkgconfig/pycairo.pc %changelog +* Wed May 21 2014 Jakub Čajka - 1.8.10-10 +- Resolves: #1079673 - Fixed build dependencies and enabled tests on ppc + * Tue May 20 2014 Dan Horák - 1.8.10-9 - disable tests on big endians (#1079673)