2004-09-09 15:09:50 +00:00
|
|
|
%define pango_version 1.0.99
|
2004-09-09 15:11:01 +00:00
|
|
|
%define gtk2_version 2.3.1
|
2004-09-09 15:10:49 +00:00
|
|
|
%define gtkhtml2_version 2.3.0
|
2004-09-09 15:09:50 +00:00
|
|
|
%define gnome_vfs2_version 2.0.0
|
2004-09-09 15:09:57 +00:00
|
|
|
%define libgnomeui_version 2.0.2
|
2004-09-09 15:09:26 +00:00
|
|
|
%define libbonobo_version 2.0.0
|
2004-09-09 15:09:57 +00:00
|
|
|
%define libglade_version 2.0.0
|
2004-09-09 15:12:14 +00:00
|
|
|
%define libxml_version 2.6.5
|
|
|
|
%define libxslt_version 1.1.4
|
2004-09-09 15:10:49 +00:00
|
|
|
%define desktop_file_utils_version 0.3-7
|
2004-09-09 15:09:57 +00:00
|
|
|
%define gail_version 1.0
|
2004-09-09 15:09:26 +00:00
|
|
|
|
|
|
|
Summary: A system documentation reader from the Gnome project.
|
|
|
|
Name: yelp
|
2004-09-09 15:14:20 +00:00
|
|
|
Version: 2.6.2
|
2004-09-09 15:14:22 +00:00
|
|
|
Release: 2
|
2004-09-09 15:09:26 +00:00
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
2004-09-09 15:14:22 +00:00
|
|
|
Patch0: yelp-2.6.2-i18n.patch
|
2004-09-09 15:09:26 +00:00
|
|
|
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}
|
2004-09-09 15:12:14 +00:00
|
|
|
Requires: libxml2 >= %{libxml_version}
|
2004-09-09 15:09:57 +00:00
|
|
|
Requires: libxslt >= %{libxslt_version}
|
|
|
|
Requires: libglade2 >= %{libglade_version}
|
|
|
|
Requires: GConf2
|
2004-09-09 15:09:50 +00:00
|
|
|
BuildRequires: pango-devel >= %{pango_version}
|
2004-09-09 15:09:26 +00:00
|
|
|
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}
|
2004-09-09 15:09:57 +00:00
|
|
|
BuildRequires: libglade2-devel >= %{libglade_version}
|
2004-09-09 15:12:14 +00:00
|
|
|
BuildRequires: libxml2-devel >= %{libxml_version}
|
2004-09-09 15:09:57 +00:00
|
|
|
BuildRequires: libxslt-devel >= %{libxslt_version}
|
2004-09-09 15:09:50 +00:00
|
|
|
BuildRequires: gail-devel >= %{gail_version}
|
|
|
|
BuildRequires: fontconfig
|
2004-09-09 15:09:57 +00:00
|
|
|
BuildRequires: GConf2-devel
|
2004-09-09 15:09:50 +00:00
|
|
|
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
2004-09-09 15:09:26 +00:00
|
|
|
|
|
|
|
%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
|
2004-09-09 15:14:22 +00:00
|
|
|
%patch0 -p1 -b .i18n
|
2004-09-09 15:09:26 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%makeinstall
|
|
|
|
|
2004-09-09 15:09:50 +00:00
|
|
|
desktop-file-install --vendor gnome --delete-original \
|
|
|
|
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
|
|
|
--add-only-show-in GNOME \
|
|
|
|
--add-category X-Red-Hat-Base \
|
|
|
|
$RPM_BUILD_ROOT%{_datadir}/applications/*
|
|
|
|
|
2004-09-09 15:09:26 +00:00
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
2004-09-09 15:09:50 +00:00
|
|
|
%{_bindir}/*
|
|
|
|
%{_libdir}/bonobo
|
|
|
|
%{_datadir}/applications/*
|
|
|
|
%{_datadir}/sgml
|
2004-09-09 15:09:26 +00:00
|
|
|
%{_datadir}/yelp
|
|
|
|
|
|
|
|
%changelog
|
2004-09-09 15:14:22 +00:00
|
|
|
* Fri Sep 03 2004 Matthias Clasen <mclasen@redhat.com> 2.6.2-2
|
|
|
|
- fix an translation problem
|
|
|
|
|
2004-09-09 15:14:20 +00:00
|
|
|
* Tue Aug 31 2004 Alex Larsson <alexl@redhat.com> 2.6.2-1
|
|
|
|
- update to 2.6.2
|
|
|
|
|
2004-09-09 15:13:42 +00:00
|
|
|
* Wed Jun 30 2004 Christopher Aillon <caillon@redhat.com> 2.6.1-1
|
|
|
|
- Update to 2.6.1
|
|
|
|
|
2004-09-09 15:13:36 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 15:12:21 +00:00
|
|
|
* Thu Apr 1 2004 Alex Larsson <alexl@redhat.com> 2.6.0-1
|
|
|
|
- update to 2.6.0
|
|
|
|
|
2004-09-09 15:12:14 +00:00
|
|
|
* Mon Mar 15 2004 Alex Larsson <alexl@redhat.com> 2.5.90-2
|
|
|
|
- Fix requirements
|
|
|
|
|
|
|
|
* Wed Mar 10 2004 Alex Larsson <alexl@redhat.com> 2.5.90-1
|
|
|
|
- update to 2.5.90
|
|
|
|
|
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Wed Feb 25 2004 Alexander Larsson <alexl@redhat.com> 2.5.6-1
|
|
|
|
- update to 2.5.6
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 15:11:01 +00:00
|
|
|
* Wed Jan 28 2004 Alexander Larsson <alexl@redhat.com> 2.5.3-1
|
|
|
|
- update to 2.5.3
|
|
|
|
|
|
|
|
* Wed Dec 24 2003 Tim Waugh <twaugh@redhat.com> 2.4.0-2
|
|
|
|
- Fix g_strdup_printf usage in info2html (bug #111200, patch from
|
|
|
|
Miloslav Trmac).
|
|
|
|
|
2004-09-09 15:10:49 +00:00
|
|
|
* Tue Sep 9 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-1
|
|
|
|
- update to 2.4.0 (only code change is bugfix from me)
|
|
|
|
- Fixed the utf8 manpage patch (#91689)
|
|
|
|
|
|
|
|
* Wed Aug 27 2003 Alexander Larsson <alexl@redhat.com> 2.3.6-2
|
|
|
|
- info and manpages are utf8
|
|
|
|
|
|
|
|
* Wed Aug 20 2003 Alexander Larsson <alexl@redhat.com> 2.3.6-1
|
|
|
|
- Update for gnome 2.3
|
|
|
|
|
|
|
|
* Wed Jul 9 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-1.E
|
|
|
|
- Rebuild
|
|
|
|
|
|
|
|
* Mon Jul 7 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-1
|
|
|
|
- update to 2.2.3
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 15:09:57 +00:00
|
|
|
* Fri Feb 14 2003 Jeremy Katz <katzj@redhat.com> 2.2.0-3
|
|
|
|
- fix buildrequires
|
|
|
|
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Tue Jan 21 2003 Alexander Larsson <alexl@redhat.com> 2.2.0-1
|
|
|
|
- Update to 2.2.0
|
|
|
|
- Add libglade dependency
|
|
|
|
|
|
|
|
* Tue Jan 7 2003 Alexander Larsson <alexl@redhat.com> 2.1.4-1
|
|
|
|
- Updated to 2.1.4
|
|
|
|
|
|
|
|
* Mon Nov 18 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuild for all arches
|
|
|
|
|
2004-09-09 15:09:55 +00:00
|
|
|
* Mon Aug 12 2002 Alexander Larsson <alexl@redhat.com>
|
|
|
|
- Remove the strange copyright on the start page. Fixes #69106
|
|
|
|
|
2004-09-09 15:09:50 +00:00
|
|
|
* Thu Aug 8 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- 1.0.2
|
|
|
|
- include libexecdir stuff
|
|
|
|
|
|
|
|
* Sat Jul 27 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- rebuild with new gail
|
|
|
|
- 1.0.1
|
|
|
|
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Tue Jun 18 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- put all the binaries in the file list... why is this package so hard?
|
|
|
|
|
|
|
|
* Mon Jun 17 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- put images in file list, this thing will be non-ugly yet
|
|
|
|
|
|
|
|
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- 1.0
|
|
|
|
- use desktop-file-install to install/munge .desktop files
|
|
|
|
- put the sgml stuff in file list
|
|
|
|
|
|
|
|
* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- rebuild in different environment
|
|
|
|
|
2004-09-09 15:09:26 +00:00
|
|
|
* 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.
|