rpms/syncevolution/devel syncevolution.spec,1.2,1.3

Matej Cepl (mcepl) fedora-extras-commits at redhat.com
Thu Feb 14 13:53:47 UTC 2008


Author: mcepl

Update of /cvs/extras/rpms/syncevolution/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10424

Modified Files:
	syncevolution.spec 
Log Message:
Fix FTBS


Index: syncevolution.spec
===================================================================
RCS file: /cvs/extras/rpms/syncevolution/devel/syncevolution.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- syncevolution.spec	14 Feb 2008 13:05:20 -0000	1.2
+++ syncevolution.spec	14 Feb 2008 13:53:12 -0000	1.3
@@ -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 @@
 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 @@
 %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 @@
 %{_bindir}/*
 
 %changelog
+* Thu Feb 14 2008 Matěj Cepl <mcepl at redhat.com> 0.7-1.fc8
+- Fix FTBS
+
 * Wed Feb 13 2008 Matěj Cepl <mcepl at redhat.com> 0.7-1
 - New upstream version.
 




More information about the fedora-extras-commits mailing list