diff options
author | Rene Engelhard <rene@debian.org> | 2011-08-10 18:42:30 +0200 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2011-08-10 18:43:35 +0200 |
commit | 3913285304d7be896860d15192cf851ec7991e91 (patch) | |
tree | ce8ded606fd2295165e711ca5120c9049f289ecd /libvisio.spec.in | |
parent | 8884e4555c174b3b83944a45c98d542b03fe7cfb (diff) |
fix Description/Summary in .pc.in/.spec.in
Diffstat (limited to 'libvisio.spec.in')
-rw-r--r-- | libvisio.spec.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/libvisio.spec.in b/libvisio.spec.in index 7e12296..f03b6ba 100644 --- a/libvisio.spec.in +++ b/libvisio.spec.in @@ -4,7 +4,7 @@ %define release %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE} Name: %{name} -Summary: Library for importing and converting Corel WordPerfect(tm) Graphics images +Summary: Library for parsing the visio file format structure Version: %{version} Release: %{release} Source: %{name}-%{version}.tar.gz @@ -16,7 +16,7 @@ License: LGPL Prefix: %{prefix} %description -libvisio is a library for reading and converting WPG images +libvisio is a library for parsing the visio file format structure %package tools Requires: libvisio @@ -24,7 +24,7 @@ Summary: Tools to convert WPG images into other formats Group: Applications/Publishing %description tools -Tools to convert WPG images into other formats. +Tools to convert Visio documents into other formats. Currently supported: raw svg %package devel @@ -88,6 +88,9 @@ umask 022 %endif %changelog +* Web Aug 10 2011 Rene Engelhard <rene@debian.org> +- fix up descriptions + * Fri Apr 20 2007 Fridrich Strba <fridrich.strba@bluewin.ch> - Add documentation packaging - Make doc and stream optional |