From f5418811ec39fc88d9291129b3a755ae94910a79 Mon Sep 17 00:00:00 2001 From: Marc Maurer Date: Oct 26 2009 22:57:56 +0000 Subject: Build with --enable-dynamic to make pyabiword work --- diff --git a/abiword.spec b/abiword.spec index 28eb982..2201333 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+ @@ -99,9 +99,9 @@ Includes and definitions for developing with libabiword. # build libabiword and abiword cd $RPM_BUILD_DIR/abiword-%{version} %if %{olpc_build} -%configure --disable-static --disable-gnomevfs --disable-gucharmap --disable-printing --enable-plugins="loadbindings collab" --enable-collab-backend-sugar +%configure --disable-static --enable-dynamic --disable-gnomevfs --disable-gucharmap --disable-printing --enable-plugins="loadbindings collab" --enable-collab-backend-sugar %else -%configure --disable-static --enable-plugins --enable-clipart --enable-templates +%configure --disable-static --enable-dynamic --enable-plugins --enable-clipart --enable-templates %endif %{__make} %{?_smp_mflags} @@ -177,6 +177,9 @@ update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : %{_libdir}/pkgconfig/%{name}-%{majorversion}.%{minorversion}.pc %changelog +* Mon Oct 26 2009 Marc Maurer - 1:2.8.0-2 +- Build with --enable-dynamic + * Mon Oct 26 2009 Marc Maurer - 1:2.8.0-1 - New upstream release