cvsdist e822dbe
%define pango_version 1.0.99
cvsdist e822dbe
%define gtk2_version 2.0.5
cvsdist e822dbe
%define gtkhtml2_version 2.0.0-2
cvsdist e822dbe
%define gnome_vfs2_version 2.0.0
cvsdist e822dbe
%define libgnomeui_version 2.0.0
cvsdist 04c44d1
%define libbonobo_version 2.0.0
cvsdist e822dbe
%define desktop_file_utils_version 0.2.90
cvsdist e822dbe
%define gail_version 0.17
cvsdist 04c44d1
cvsdist 04c44d1
Summary: A system documentation reader from the Gnome project. 
cvsdist 04c44d1
Name: yelp
cvsdist e822dbe
Version: 1.0.2
cvsdist 04c44d1
Release: 1
cvsdist 04c44d1
Source0: %{name}-%{version}.tar.bz2
cvsdist 04c44d1
License: GPL
cvsdist 04c44d1
Group: Applications/System
cvsdist 04c44d1
BuildRoot: %{_tmppath}/%{name}-root
cvsdist 04c44d1
Requires: scrollkeeper
cvsdist 04c44d1
Requires: gtk2 >= %{gtk2_version}
cvsdist 04c44d1
Requires: gnome-vfs2 >= %{gnome_vfs2_version}
cvsdist 04c44d1
Requires: gtkhtml2 >= %{gtkhtml2_version}
cvsdist 04c44d1
Requires: libgnomeui >= %{libgnomeui_version}
cvsdist 04c44d1
Requires: libbonobo >= %{libbonobo_version}
cvsdist e822dbe
BuildRequires: pango-devel >= %{pango_version}
cvsdist 04c44d1
BuildRequires: gtk2-devel >= %{gtk2_version}
cvsdist 04c44d1
BuildRequires: gnome-vfs2-devel >= %{gnome_vfs2_version}
cvsdist 04c44d1
BuildRequires: gtkhtml2-devel >= %{gtkhtml2_version}
cvsdist 04c44d1
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
cvsdist 04c44d1
BuildRequires: libbonobo-devel >= %{libbonobo_version}
cvsdist e822dbe
BuildRequires: gail-devel >= %{gail_version}
cvsdist e822dbe
BuildRequires: Xft
cvsdist e822dbe
BuildRequires: fontconfig
cvsdist e822dbe
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
cvsdist 04c44d1
cvsdist 04c44d1
%description
cvsdist 04c44d1
Yelp is the Gnome 2 help/documentation browser. It is designed
cvsdist 04c44d1
to help you browse all the documentation on your system in
cvsdist 04c44d1
one central tool.
cvsdist 04c44d1
cvsdist 04c44d1
%prep
cvsdist 04c44d1
%setup -q
cvsdist 04c44d1
cvsdist 04c44d1
%build
cvsdist 04c44d1
%configure
cvsdist 04c44d1
make
cvsdist 04c44d1
cvsdist 04c44d1
%install
cvsdist 04c44d1
rm -rf $RPM_BUILD_ROOT
cvsdist 04c44d1
%makeinstall
cvsdist 04c44d1
cvsdist e822dbe
desktop-file-install --vendor gnome --delete-original       \
cvsdist e822dbe
  --dir $RPM_BUILD_ROOT%{_datadir}/applications             \
cvsdist e822dbe
  --add-only-show-in GNOME                                  \
cvsdist e822dbe
  --add-category X-Red-Hat-Base                             \
cvsdist e822dbe
  $RPM_BUILD_ROOT%{_datadir}/applications/*
cvsdist e822dbe
cvsdist 04c44d1
%find_lang %{name}
cvsdist 04c44d1
cvsdist 04c44d1
%clean
cvsdist 04c44d1
rm -rf $RPM_BUILD_ROOT
cvsdist 04c44d1
cvsdist 04c44d1
%files -f %{name}.lang
cvsdist 04c44d1
%defattr(-,root,root)
cvsdist e822dbe
%{_bindir}/*
cvsdist e822dbe
%{_libdir}/bonobo
cvsdist e822dbe
%{_datadir}/applications/*
cvsdist e822dbe
%{_datadir}/sgml
cvsdist 04c44d1
%{_datadir}/yelp
cvsdist e822dbe
%{_datadir}/images
cvsdist e822dbe
%{_libexecdir}/*
cvsdist 04c44d1
cvsdist 04c44d1
%changelog
cvsdist e822dbe
* Thu Aug  8 2002 Havoc Pennington <hp@redhat.com>
cvsdist e822dbe
- 1.0.2
cvsdist e822dbe
- include libexecdir stuff
cvsdist e822dbe
cvsdist e822dbe
* Sat Jul 27 2002 Havoc Pennington <hp@redhat.com>
cvsdist e822dbe
- rebuild with new gail
cvsdist e822dbe
- 1.0.1
cvsdist e822dbe
cvsdist e822dbe
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist e822dbe
- automated rebuild
cvsdist e822dbe
cvsdist e822dbe
* Tue Jun 18 2002 Havoc Pennington <hp@redhat.com>
cvsdist e822dbe
- put all the binaries in the file list... why is this package so hard?
cvsdist e822dbe
cvsdist e822dbe
* Mon Jun 17 2002 Havoc Pennington <hp@redhat.com>
cvsdist e822dbe
- put images in file list, this thing will be non-ugly yet
cvsdist e822dbe
cvsdist e822dbe
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
cvsdist e822dbe
- 1.0
cvsdist e822dbe
- use desktop-file-install to install/munge .desktop files
cvsdist e822dbe
- put the sgml stuff in file list
cvsdist e822dbe
cvsdist e822dbe
* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
cvsdist e822dbe
- rebuild in different environment
cvsdist e822dbe
cvsdist 04c44d1
* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
cvsdist 04c44d1
- 0.10
cvsdist 04c44d1
cvsdist 04c44d1
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist 04c44d1
- automated rebuild
cvsdist 04c44d1
cvsdist 04c44d1
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
cvsdist 04c44d1
- rebuild in different environment
cvsdist 04c44d1
cvsdist 04c44d1
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
cvsdist 04c44d1
- 0.8
cvsdist 04c44d1
cvsdist 04c44d1
* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
cvsdist 04c44d1
- 0.6.1
cvsdist 04c44d1
cvsdist 04c44d1
* Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
cvsdist 04c44d1
- 0.6
cvsdist 04c44d1
cvsdist 04c44d1
* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 04c44d1
- Rebuild for new gnome2 libraries
cvsdist 04c44d1
cvsdist 04c44d1
* Mon Jan 28 2002 Alex Larsson <alexl@redhat.com>
cvsdist 04c44d1
- Initial build.