diff --git a/libvisio.spec b/libvisio.spec index cd3d41e..6c9ed61 100644 --- a/libvisio.spec +++ b/libvisio.spec @@ -3,7 +3,7 @@ Name: libvisio Version: 0.1.0 Release: 2%{?dist} -Summary: A library providing ability to interpret and import visio diagrams +Summary: A library for import of Microsoft Visio diagrams License: MPLv2.0 URL: http://wiki.documentfoundation.org/DLP/Libraries/libvisio @@ -20,9 +20,9 @@ BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(zlib) %description -Libvisio is library providing ability to interpret and import visio -diagrams into various applications. You can find it being used in -libreoffice. +%{name} is library providing ability to interpret and import +Microsoft Visio diagrams into various applications. You can find it +being used in libreoffice. %package devel Summary: Development files for %{name} @@ -40,11 +40,11 @@ BuildArch: noarch The %{name}-doc package contains documentation files for %{name}. %package tools -Summary: Tools to transform Visio diagrams into other formats +Summary: Tools to transform Microsoft Visio diagrams into other formats Requires: %{name}%{?_isa} = %{version}-%{release} %description tools -Tools to transform Visio diagrams into other formats. +Tools to transform Microsoft Visio diagrams into other formats. Currently supported: XHTML, raw, plain text. %prep