From f2c4af482311f17e69d47220c43a089e4880772e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Feb 14 2008 13:53:12 +0000 Subject: Fix FTBS --- diff --git a/syncevolution.spec b/syncevolution.spec index b6d55a5..f6a5731 100644 --- a/syncevolution.spec +++ b/syncevolution.spec @@ -1,7 +1,7 @@ Summary: SyncML client for evolution Name: syncevolution Version: 0.7 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/Productivity URL: http://www.estamos.de/projects/SyncML/ @@ -9,6 +9,7 @@ Source0: http://www.estamos.de/download/syncevolution/sources/%{name}-%{version} BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Requires: evolution Requires: curl +ExcludeArch: ppc ppc64 BuildRequires: evolution-data-server-devel BuildRequires: curl-devel BuildRequires: cppunit-devel @@ -28,7 +29,7 @@ ln -sf etc/{funambol,scheduleworld} . %check # FIXME: currently doesn't work at all, all tests fail; need to be # discussed with upstream. -#make check +make check %install rm -rf $RPM_BUILD_ROOT @@ -46,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Thu Feb 14 2008 Matěj Cepl 0.7-1.fc8 +- Fix FTBS + * Wed Feb 13 2008 Matěj Cepl 0.7-1 - New upstream version.