Fix a template build error

This commit is contained in:
Marc Maurer 2009-07-27 15:05:32 +00:00
parent a125a9a680
commit 5f150926d3
1 changed files with 6 additions and 1 deletions

View File

@ -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 <uwog@abisource.com> - 1:2.7.7-2
- Add a patch to work around a templates makefile bug
* Mon Jul 27 2009 Marc Maurer <uwog@abisource.com> - 1:2.7.7-1
- New upstream release
- Add --enable-dynamic to configure so plugins link against libabiword.so