This commit is contained in:
Matthias Clasen 2010-07-12 21:11:52 +00:00
parent 09362d1faf
commit 41aea60963
3 changed files with 8 additions and 9 deletions

View File

@ -1 +1 @@
yelp-2.31.6.tar.bz2 yelp-2.31.7.tar.bz2

View File

@ -1 +1 @@
bce7be2f5f1a966d3c6a0fc6c1a39a2e yelp-2.31.6.tar.bz2 07e943fff558b0d6c1997e79520e480f yelp-2.31.7.tar.bz2

View File

@ -1,12 +1,11 @@
%define glib2_version 2.25.3 %define glib2_version 2.25.3
%define gtk2_version 2.18.0
%define libxml_version 2.6.5 %define libxml_version 2.6.5
%define libxslt_version 1.1.4 %define libxslt_version 1.1.4
Summary: Help browser for the GNOME desktop Summary: Help browser for the GNOME desktop
Name: yelp Name: yelp
Version: 2.31.6 Version: 2.31.7
Release: 2%{?dist} Release: 1%{?dist}
#VCS: git:git://git.gnome.org/yelp #VCS: git:git://git.gnome.org/yelp
Source: http://download.gnome.org/sources/yelp/2.31/%{name}-%{version}.tar.bz2 Source: http://download.gnome.org/sources/yelp/2.31/%{name}-%{version}.tar.bz2
URL: http://live.gnome.org/Yelp URL: http://live.gnome.org/Yelp
@ -19,7 +18,7 @@ Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils Requires(postun): desktop-file-utils
BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: glib2-devel >= %{glib2_version}
BuildRequires: gtk2-devel >= %{gtk2_version} BuildRequires: gtk3-devel
BuildRequires: libxml2-devel >= %{libxml_version} BuildRequires: libxml2-devel >= %{libxml_version}
BuildRequires: libxslt-devel >= %{libxslt_version} BuildRequires: libxslt-devel >= %{libxslt_version}
BuildRequires: dbus-glib-devel BuildRequires: dbus-glib-devel
@ -33,8 +32,6 @@ BuildRequires: gnome-common
BuildRequires: intltool BuildRequires: intltool
BuildRequires: automake autoconf libtool BuildRequires: automake autoconf libtool
Patch0: yelp-keyfile.patch
%description %description
Yelp is the help browser for the GNOME desktop. It is designed Yelp is the help browser for the GNOME desktop. It is designed
to help you browse all the documentation on your system in to help you browse all the documentation on your system in
@ -61,7 +58,6 @@ the libraries in the yelp-libs package.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .keyfile
%build %build
%configure %configure
@ -126,6 +122,9 @@ gtk-update-icon-cache %{_datadir}icons/hicolor &> /dev/null || :
%changelog %changelog
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.7-1
- Update to 2.31.7
* Sat Jul 3 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.6-2 * Sat Jul 3 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.6-2
- Rebuild against new webkit - Rebuild against new webkit