diff --git a/libwpd.spec b/libwpd.spec index 2a635d0..3865d73 100644 --- a/libwpd.spec +++ b/libwpd.spec @@ -1,7 +1,7 @@ %global apiversion 0.10 Name: libwpd -Summary: Library for reading and converting WordPerfect documents +Summary: A library for import of WordPerfect documents Version: 0.10.0 Release: 2%{?dist} Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz @@ -15,14 +15,14 @@ BuildRequires: pkgconfig(librevenge-0.0) BuildRequires: pkgconfig(zlib) %description -Library that handles Word Perfect documents. +%{name} is a library for import of WordPerfect documents. %package tools -Summary: Tools to transform WordPerfect Documents into other formats +Summary: Tools to transform WordPerfect documents into other formats Requires: %{name}%{?_isa} = %{version}-%{release} %description tools -Tools to transform WordPerfect Documents into other formats. +Tools to transform WordPerfect documents into other formats. Currently supported: HTML, raw, text. %package devel