This commit is contained in:
Matthias Clasen 2011-02-21 23:31:17 -05:00
parent ca4b289606
commit 340602a6a4
3 changed files with 11 additions and 12 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
yelp-2.31.7.tar.bz2
/yelp-2.91.9.tar.bz2
/yelp-2.91.10.tar.bz2
/yelp-2.91.90.tar.bz2

View File

@ -1 +1 @@
38ad1dd12e3ee362f94a7ed42a7a156f yelp-2.91.10.tar.bz2
7abca77ecb5674c9889eefaf5473af39 yelp-2.91.90.tar.bz2

View File

@ -1,28 +1,22 @@
%define glib2_version 2.25.3
%define libxml_version 2.6.5
%define libxslt_version 1.1.4
Summary: Help browser for the GNOME desktop
Name: yelp
Epoch: 1
Version: 2.91.10
Release: 4%{?dist}
Version: 2.91.90
Release: 1%{?dist}
#VCS: git:git://git.gnome.org/yelp
Source: http://download.gnome.org/sources/yelp/2.91/%{name}-%{version}.tar.bz2
URL: http://live.gnome.org/Yelp
License: GPLv2+
Group: Applications/System
Requires: docbook-dtds
Requires: gnome-user-docs
Requires: yelp-xsl
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils
BuildRequires: glib2-devel >= %{glib2_version}
BuildRequires: gtk3-devel >= 2.99.0
BuildRequires: libxml2-devel >= %{libxml_version}
BuildRequires: libxslt-devel >= %{libxslt_version}
BuildRequires: gtk3-devel >= 3.0.0
BuildRequires: libxml2-devel >= 2.6.5
BuildRequires: libxslt-devel >= 1.1.4
BuildRequires: webkitgtk3-devel
BuildRequires: desktop-file-utils
BuildRequires: yelp-xsl-devel >= 2.31.3
@ -121,6 +115,10 @@ gtk-update-icon-cache %{_datadir}icons/hicolor &> /dev/null || :
%changelog
* Mon Feb 21 2011 Matthias Clasen <mclasen@redhat.com> 1:2.91.90-1
- Update to 2.91.90
- Drop docbook-dtds dependency
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> 1:2.91.10-4
- Rebuild against newer gtk