79 lines
1.8 KiB
RPMSpec
79 lines
1.8 KiB
RPMSpec
|
%define gtk2_version 2.0.0
|
||
|
%define gtkhtml2_version 1.99.9
|
||
|
%define gnome_vfs2_version 1.9.16
|
||
|
%define libgnomeui_version 1.117.2
|
||
|
%define libbonobo_version 2.0.0
|
||
|
|
||
|
Summary: A system documentation reader from the Gnome project.
|
||
|
Name: yelp
|
||
|
Version: 0.10
|
||
|
Release: 1
|
||
|
Source0: %{name}-%{version}.tar.bz2
|
||
|
License: GPL
|
||
|
Group: Applications/System
|
||
|
BuildRoot: %{_tmppath}/%{name}-root
|
||
|
Requires: scrollkeeper
|
||
|
Requires: gtk2 >= %{gtk2_version}
|
||
|
Requires: gnome-vfs2 >= %{gnome_vfs2_version}
|
||
|
Requires: gtkhtml2 >= %{gtkhtml2_version}
|
||
|
Requires: libgnomeui >= %{libgnomeui_version}
|
||
|
Requires: libbonobo >= %{libbonobo_version}
|
||
|
BuildRequires: gtk2-devel >= %{gtk2_version}
|
||
|
BuildRequires: gnome-vfs2-devel >= %{gnome_vfs2_version}
|
||
|
BuildRequires: gtkhtml2-devel >= %{gtkhtml2_version}
|
||
|
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
|
||
|
BuildRequires: libbonobo-devel >= %{libbonobo_version}
|
||
|
|
||
|
%description
|
||
|
Yelp is the Gnome 2 help/documentation browser. It is designed
|
||
|
to help you browse all the documentation on your system in
|
||
|
one central tool.
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
|
||
|
%build
|
||
|
%configure
|
||
|
make
|
||
|
|
||
|
%install
|
||
|
rm -rf $RPM_BUILD_ROOT
|
||
|
%makeinstall
|
||
|
|
||
|
%find_lang %{name}
|
||
|
|
||
|
%clean
|
||
|
rm -rf $RPM_BUILD_ROOT
|
||
|
|
||
|
%files -f %{name}.lang
|
||
|
%defattr(-,root,root)
|
||
|
%{_bindir}/yelp
|
||
|
%{_libdir}/bonobo/servers/GNOME_Yelp.server
|
||
|
%{_datadir}/applications/yelp.desktop
|
||
|
%{_datadir}/yelp
|
||
|
|
||
|
%changelog
|
||
|
* Wed Jun 5 2002 Havoc Pennington <hp@redhat.com>
|
||
|
- 0.10
|
||
|
|
||
|
* Sun May 26 2002 Tim Powers <timp@redhat.com>
|
||
|
- automated rebuild
|
||
|
|
||
|
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
|
||
|
- rebuild in different environment
|
||
|
|
||
|
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
|
||
|
- 0.8
|
||
|
|
||
|
* Fri May 3 2002 Havoc Pennington <hp@redhat.com>
|
||
|
- 0.6.1
|
||
|
|
||
|
* Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
|
||
|
- 0.6
|
||
|
|
||
|
* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
|
||
|
- Rebuild for new gnome2 libraries
|
||
|
|
||
|
* Mon Jan 28 2002 Alex Larsson <alexl@redhat.com>
|
||
|
- Initial build.
|