|
|
|
@ -7,7 +7,10 @@ Group: System Environment/Libraries
|
|
|
|
|
URL: http://libwpd.sf.net/
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
License: LGPLv2+ or MPLv2.0+
|
|
|
|
|
BuildRequires: glib2-devel >= 2.0.0, libgsf-devel >= 1.6.0, cppunit-devel
|
|
|
|
|
|
|
|
|
|
BuildRequires: cppunit-devel
|
|
|
|
|
BuildRequires: glib2-devel >= 2.0.0
|
|
|
|
|
BuildRequires: libgsf-devel >= 1.6.0
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Library that handles Word Perfect documents.
|
|
|
|
@ -22,7 +25,8 @@ Currently supported: HTML, raw, text.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Requires: libwpd = %{version}-%{release}
|
|
|
|
|
Requires: glib2-devel >= 2.0.0, libgsf-devel >= 1.6.0, pkgconfig
|
|
|
|
|
Requires: glib2-devel >= 2.0.0
|
|
|
|
|
Requires: libgsf-devel >= 1.6.0
|
|
|
|
|
Summary: Files for developing with libwpd
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
|
|