From ee5ea24d95f3f7f56a4c112eae9eb9fca1fd3a80 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 26 Jan 2012 12:25:28 +0000 Subject: [PATCH] Correct summary and description for tools package --- libgxps.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libgxps.spec b/libgxps.spec index 45252cf..5c345d4 100644 --- a/libgxps.spec +++ b/libgxps.spec @@ -1,6 +1,6 @@ Name: libgxps Version: 0.2.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: GObject based library for handling and rendering XPS documents Group: System Environment/Libraries @@ -34,12 +34,12 @@ The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %package tools -Summary: Development files for %{name} +Summary: Command-line utility programs for manipulating XPS files Group: Applications/Text Requires: %{name}%{?_isa} = %{version}-%{release} %description tools -The %{name}-tools contains command-line programs for manipulating GPX format +The %{name}-tools contains command-line programs for manipulating XPS format documents using the %{name} library. @@ -82,6 +82,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/xpsto* %changelog +* Thu Jan 26 2012 Tom Hughes - 0.2.1-3 +- Correct summary and description for tools package. + * Thu Jan 26 2012 Tom Hughes - 0.2.1-2 - Rebuild for libarchive soname bump.