From 5f150926d38a7dec66bd6e44b8638f94fcaad5fb Mon Sep 17 00:00:00 2001 From: Marc Maurer Date: Jul 27 2009 15:05:32 +0000 Subject: Fix a template build error --- diff --git a/abiword.spec b/abiword.spec index dc33a49..ae147cd 100644 --- a/abiword.spec +++ b/abiword.spec @@ -7,7 +7,7 @@ Summary: The AbiWord word processor Name: abiword Version: %{majorversion}.%{minorversion}.%{microversion} -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Group: Applications/Editors License: GPLv2+ @@ -30,6 +30,7 @@ Patch0: abiword-2.6.0-windowshelppaths.patch Patch1: abiword-2.7.6-desktop.patch Patch2: abiword-2.6.0-boolean.patch Patch3: abiword-plugins-2.6.0-boolean.patch +Patch4: abiword-2.7.7-templates.patch %if %{olpc_build} Patch100: abiword-2.6.4-defaultfont.patch Patch101: abiword-2.6.4-draghandles.patch @@ -84,6 +85,7 @@ Includes and definitions for developing with libabiword. %if 0%{?fedora} >= 9 %patch2 -p1 -b .boolean %endif +%patch4 -p1 -b .templates %if %{olpc_build} %patch100 -p1 -b .defaultfont %patch101 -p1 -b .draghandles @@ -179,6 +181,9 @@ update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : %{_libdir}/pkgconfig/%{name}-%{majorversion}.%{minorversion}.pc %changelog +* Mon Jul 27 2009 Marc Maurer - 1:2.7.7-2 +- Add a patch to work around a templates makefile bug + * Mon Jul 27 2009 Marc Maurer - 1:2.7.7-1 - New upstream release - Add --enable-dynamic to configure so plugins link against libabiword.so