From 10b50752439801ba5955264db6dd4a0ae9716098 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 21 Nov 2008 22:40:03 +0000 Subject: [PATCH] Tweak description --- devhelp.spec | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/devhelp.spec b/devhelp.spec index 968d87c..e5a3e17 100644 --- a/devhelp.spec +++ b/devhelp.spec @@ -7,10 +7,10 @@ Name: devhelp Version: 0.21 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ Group: Development/Tools -Summary: API document browser +Summary: API documention browser URL: http://developer.imendio.com/projects/devhelp Source: http://download.gnome.org/sources/devhelp/0.21/devhelp-%{version}.tar.bz2 BuildRoot: %{_tmppath}/devhelp-%{version}-%{release}-root-%(%{__id_u} -n) @@ -33,10 +33,11 @@ BuildRequires: libgnomeui-devel >= 2.2.0 BuildRequires: libwnck-devel >= %{libwnck_version} %description -An API document browser for GNOME 2. +Devhelp is an API documentation browser for the GNOME desktop. +It works natively with API documentation generated by gtk-doc. %package devel -Summary: Library to embed Devhelp in other applications. +Summary: Library to embed Devhelp in other applications Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: gnome-vfs2-devel >= 2.2.0 @@ -46,7 +47,9 @@ Requires: libwnck-devel >= %{libwnck_version} Requires: pkgconfig %description devel -Library of Devhelp for embedding into other applications +Devhelp is an API documentation browser for the GNOME desktop. +This package contains a library that can be used for embedding devhelp +into other applications such as IDEs. %prep %setup -q -n devhelp-%{version} @@ -133,6 +136,9 @@ fi %{_libdir}/pkgconfig/* %changelog +* Fri Nov 21 2008 Matthias Clasen - 0.21-3 +- Tweak description + * Wed Sep 24 2008 Matthias Clasen - 0.21-2 - Rebuild against newer gecko