2.15.5
This commit is contained in:
parent
88a4ba0c4d
commit
884fb01611
24
yelp.spec
24
yelp.spec
@ -5,7 +5,7 @@
|
||||
|
||||
%define pango_version 1.0.99
|
||||
%define gtk2_version 2.6.0
|
||||
%define mozilla_version 1.7.13
|
||||
%define firefox_version 1.5.0.4
|
||||
%define gnome_vfs2_version 2.0.0
|
||||
%define libgnomeui_version 2.0.2
|
||||
%define libbonobo_version 2.0.0
|
||||
@ -18,8 +18,8 @@
|
||||
|
||||
Summary: A system documentation reader from the Gnome project.
|
||||
Name: yelp
|
||||
Version: 2.15.2
|
||||
Release: 2
|
||||
Version: 2.15.5
|
||||
Release: 1
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
# http://bugzilla.gnome.org/show_bug.cgi?id=319096
|
||||
Patch1: yelp-2.12.1-fedora-docs.patch
|
||||
@ -29,7 +29,7 @@ Group: Applications/System
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
Requires: gtk2 >= %{gtk2_version}
|
||||
Requires: gnome-vfs2 >= %{gnome_vfs2_version}
|
||||
Requires: mozilla >= %{mozilla_version}
|
||||
Requires: firefox >= %{firefox_version}
|
||||
Requires: libgnomeui >= %{libgnomeui_version}
|
||||
Requires: libbonobo >= %{libbonobo_version}
|
||||
Requires: libxml2 >= %{libxml_version}
|
||||
@ -45,7 +45,7 @@ Requires(postun): desktop-file-utils
|
||||
BuildRequires: pango-devel >= %{pango_version}
|
||||
BuildRequires: gtk2-devel >= %{gtk2_version}
|
||||
BuildRequires: gnome-vfs2-devel >= %{gnome_vfs2_version}
|
||||
BuildRequires: mozilla-devel >= %{mozilla_version}
|
||||
BuildRequires: firefox-devel >= %{firefox_version}
|
||||
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
|
||||
BuildRequires: libbonobo-devel >= %{libbonobo_version}
|
||||
BuildRequires: libglade2-devel >= %{libglade_version}
|
||||
@ -80,11 +80,11 @@ one central tool.
|
||||
%patch2 -p1 -b .add-mime-handling
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--enable-search \
|
||||
--with-mozilla=mozilla \
|
||||
--enable-man \
|
||||
--enable-info \
|
||||
%configure \
|
||||
--enable-search \
|
||||
--with-mozilla=firefox \
|
||||
--enable-man \
|
||||
--enable-info \
|
||||
--disable-schemas-install
|
||||
make
|
||||
|
||||
@ -131,6 +131,10 @@ update-desktop-database &> /dev/null ||:
|
||||
%{_datadir}/yelp
|
||||
|
||||
%changelog
|
||||
* Thu Jul 27 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.5-1
|
||||
- Update to 2.15.5
|
||||
- Rebuild against firefox-devel
|
||||
|
||||
* Tue Jul 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.2-2
|
||||
- Go back to 2.15.2, since gecko 1.8 is still missing
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user