Tweak description
This commit is contained in:
parent
6393c54390
commit
10b5075243
16
devhelp.spec
16
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 <mclasen@redhat.com> - 0.21-3
|
||||
- Tweak description
|
||||
|
||||
* Wed Sep 24 2008 Matthias Clasen <mclasen@redhat.com> - 0.21-2
|
||||
- Rebuild against newer gecko
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user