Make plugins link against libabiword.so to make pyabiword work, and use a

new upstream release
This commit is contained in:
Marc Maurer 2009-07-27 14:45:58 +00:00
parent 1321f501e1
commit a125a9a680
3 changed files with 12 additions and 8 deletions

View File

@ -1,2 +1,2 @@
abiword-2.7.6.tar.gz
abiword-docs-2.7.6.tar.gz
abiword-2.7.7.tar.gz
abiword-docs-2.7.7.tar.gz

View File

@ -1,13 +1,13 @@
%define majorversion 2
%define minorversion 7
%define microversion 6
%define microversion 7
%define olpc_build 0
Summary: The AbiWord word processor
Name: abiword
Version: %{majorversion}.%{minorversion}.%{microversion}
Release: 4%{?dist}
Release: 1%{?dist}
Epoch: 1
Group: Applications/Editors
License: GPLv2+
@ -101,9 +101,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}
@ -179,6 +179,10 @@ 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-1
- New upstream release
- Add --enable-dynamic to configure so plugins link against libabiword.so
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.7.6-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View File

@ -1,2 +1,2 @@
dd5057e274488be02c0f504e51ca6b31 abiword-2.7.6.tar.gz
a0051e8a9ef8859adc87fd45e8744c2c abiword-docs-2.7.6.tar.gz
31acd0e4775925acd867842bb61a301f abiword-2.7.7.tar.gz
7ae7c45e74d9287010fb6b342393e43d abiword-docs-2.7.7.tar.gz