switch to librevenge-based import libs

This commit is contained in:
David Tardon 2014-05-27 16:28:17 +02:00
parent af7619d964
commit b80ffb4570
2 changed files with 1196 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@
Summary: Word processing program
Name: abiword
Version: %{majorversion}.%{minorversion}.%{microversion}
Release: 7%{?dist}
Release: 8%{?dist}
Epoch: 1
Group: Applications/Editors
License: GPLv2+
@ -23,7 +23,10 @@ Patch2: abiword-2.6.0-boolean.patch
Patch3: abiword-3.0.0-fixintrospection.patch
Patch4: abiword-3.0.0-fix-redraw.patch
Patch5: abiword-3.0.0-gnutls-no-libgcrypt.patch
Patch6: abiword-3.0.0-librevenge.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: aiksaurus-devel
BuildRequires: aiksaurus-gtk-devel
BuildRequires: asio-devel
@ -107,12 +110,16 @@ Python bindings for developing with libabiword
%patch3 -p1 -b .introspection
%patch4 -p1 -b .redraw
%patch5 -p1 -b .nogcrypt
%patch6 -p0 -b .librevenge
# setup abiword documentation
%setup -q -T -b 1 -n abiword-docs-%{version}
%patch0 -p1 -b .windowshelppaths
%build
aclocal
autoconf
# build libabiword and abiword
cd $RPM_BUILD_DIR/abiword-%{version}
%configure --enable-plugins --enable-clipart --enable-templates --enable-introspection
@ -191,6 +198,9 @@ fi
%{python_sitearch}/*
%changelog
* Tue May 27 2014 David Tardon <dtardon@redhat.com> - 1:3.0.0-8
- switch to librevenge-based import libs
* Fri May 23 2014 Petr Machata <pmachata@redhat.com> - 1:3.0.0-7
- Rebuild for boost 1.55.0