|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
%global apiversion 0.0
|
|
|
|
|
%global apiversion 0.1
|
|
|
|
|
|
|
|
|
|
Name: libodfgen
|
|
|
|
|
Version: 0.0.4
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.1.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: An ODF generator library
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@ -12,14 +12,23 @@ Source: http://downloads.sourceforge.net/libwpd/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: boost-devel
|
|
|
|
|
BuildRequires: doxygen
|
|
|
|
|
BuildRequires: libetonyek-devel
|
|
|
|
|
BuildRequires: libwpd-devel
|
|
|
|
|
BuildRequires: libwpg-devel
|
|
|
|
|
BuildRequires: pkgconfig(libabw-0.1)
|
|
|
|
|
BuildRequires: pkgconfig(libcdr-0.1)
|
|
|
|
|
BuildRequires: pkgconfig(libe-book-0.1)
|
|
|
|
|
BuildRequires: pkgconfig(libetonyek-0.1)
|
|
|
|
|
BuildRequires: pkgconfig(libfreehand-0.1)
|
|
|
|
|
BuildRequires: pkgconfig(libmspub-0.1)
|
|
|
|
|
BuildRequires: pkgconfig(libmwaw-0.3)
|
|
|
|
|
BuildRequires: pkgconfig(librevenge-0.0)
|
|
|
|
|
BuildRequires: pkgconfig(libvisio-0.1)
|
|
|
|
|
BuildRequires: pkgconfig(libwpd-0.10)
|
|
|
|
|
BuildRequires: pkgconfig(libwpg-0.3)
|
|
|
|
|
BuildRequires: pkgconfig(libwps-0.3)
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
%{name} is a library for generating ODF (text and vector drawing formats
|
|
|
|
|
only). It is directly pluggable into input filters based on
|
|
|
|
|
libwpd/libwpg. It is used in libreoffice, for example.
|
|
|
|
|
%{name} is a library for generating ODF documents. It is directly
|
|
|
|
|
pluggable into input filters based on librevenge. It is used in
|
|
|
|
|
libreoffice or calligra, for example.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
@ -80,6 +89,9 @@ rm -rf %{buildroot}/%{_docdir}/%{name}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon May 26 2014 David Tardon <dtardon@redhat.com> - 0.1.0-1
|
|
|
|
|
- new upstream release
|
|
|
|
|
|
|
|
|
|
* Fri May 23 2014 David Tardon <dtardon@redhat.com> - 0.0.4-2
|
|
|
|
|
- rebuild for boost 1.55.0
|
|
|
|
|
|
|
|
|
|