Make plugins link against libabiword.so to make pyabiword work, and use a
new upstream release
This commit is contained in:
parent
1321f501e1
commit
a125a9a680
@ -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
|
||||
|
12
abiword.spec
12
abiword.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user