Correct summary and description for tools package

This commit is contained in:
Tom Hughes 2012-01-26 12:25:28 +00:00
parent 491f95146c
commit ee5ea24d95

View File

@ -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 <tom@compton.nu> - 0.2.1-3
- Correct summary and description for tools package.
* Thu Jan 26 2012 Tom Hughes <tom@compton.nu> - 0.2.1-2
- Rebuild for libarchive soname bump.