From 8d97612437ea81e1c37c6bb03f99f5669d97c16b Mon Sep 17 00:00:00 2001 From: dmalcolm Date: Tue, 12 Oct 2004 21:20:26 +0000 Subject: [PATCH] Added patch to fix build on x86_64 (had multiple definitions of mutex code in libdb/dbinc.mutex.h) --- evolution-data-server.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 6dcf893..bb686a5 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -6,10 +6,11 @@ Summary: Backend data server for evolution Name: evolution-data-server Version: 1.0.2 -Release: 1 +Release: 2 License: GPL Group: System Environment/Libraries Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.0/%{name}-%{version}.tar.bz2 +Patch1: evolution-data-server-1.0.2-fix-64-bit-build.patch BuildRoot: %{_tmppath}/%{name}-root Requires: libsoup >= %{soup_version} Requires: ORBit2 >= %{orbit2_version} @@ -36,6 +37,7 @@ evolution-data-server. %prep %setup -q +%patch1 -p1 -b .fix-64-bit-build %build export tagname=CC @@ -79,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Oct 12 2004 David Malcolm - 1.0.2-2 +- added patch to fix build on x86_64 (had multiple definitions of mutex code in libdb/dbinc.mutex.h) + * Tue Oct 12 2004 David Malcolm - 1.0.2-1 - update from 1.0.1 to 1.0.2 - increased libsoup requirement to 2.2.1 to match configuration script