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.