diff --git a/libwps.spec b/libwps.spec index 9d17bbc..315e3a1 100644 --- a/libwps.spec +++ b/libwps.spec @@ -3,7 +3,7 @@ Name: libwps Version: 0.3.0 Release: 2%{?dist} -Summary: Library for reading and converting Microsoft Works word processor documents +Summary: A library for import of Microsoft Works documents License: LGPLv2+ or MPLv2.0 URL: http://libwps.sourceforge.net/ @@ -15,7 +15,8 @@ BuildRequires: help2man BuildRequires: pkgconfig(librevenge-0.0) %description -Library that handles Microsoft Works documents and spreadsheets. +%{name} is a library for import of Microsoft Works text documents, +spreadsheets and (in a limited way) databases. %package devel Summary: Development files for %{name} @@ -26,11 +27,11 @@ The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %package tools -Summary: Tools to transform Works documents into other formats +Summary: Tools to transform Microsoft Works documents into other formats Requires: %{name}%{?_isa} = %{version}-%{release} %description tools -Tools to transform Works documents and spreadsheets into other formats. +Tools to transform Microsoft Works documents into other formats. Currently supported: CSV, HTML, raw, text %package doc