From 9674f26c2b4931203bf88c387c0040a2d3828521 Mon Sep 17 00:00:00 2001 From: Dawid Gajownik Date: Aug 24 2005 14:18:00 +0000 Subject: Fix build on x86_64 platform. --- diff --git a/gajim.spec b/gajim.spec index d5123bd..301322d 100644 --- a/gajim.spec +++ b/gajim.spec @@ -3,7 +3,7 @@ Name: gajim Version: 0.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Jabber client written in PyGTK Group: Applications/Internet @@ -16,6 +16,7 @@ Patch0: gajim-0.8.cflags.patch Patch1: gajim-0.8.po.patch Patch2: gajim-0.8.remote.patch Patch3: gajim-0.8.aplay.patch +Patch4: gajim-0.8.x86_64.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext @@ -47,6 +48,7 @@ Gajim does not require GNOME to run, eventhough it exists with it nicely. %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build @@ -98,6 +100,9 @@ rm -rf %{buildroot} %{_mandir}/man1/gajim* %changelog +* Wed Aug 24 2005 Dawid Gajownik - 0.8-3 +- add .x86_64.patch (fix broken lib dir) + * Wed Aug 24 2005 Dawid Gajownik - 0.8-2 - fix gajim-remote.py script