a git snapshot

This commit is contained in:
Matthias Clasen 2010-06-21 21:59:41 +00:00
parent 00279dad80
commit 04ece63f9e
3 changed files with 10 additions and 9 deletions

View File

@ -1 +1 @@
evince-2.31.3.tar.bz2
evince-2.31.3-20100621git.tar.bz2

View File

@ -1,24 +1,23 @@
%global poppler_version 0.14.0
%global glib2_version 2.25.5
%global glib2_version 2.25.9
%global gtk2_version 2.20.0
%global dbus_version 0.70
%global theme_version 2.17.1
%global alphatag 20100621git
Name: evince
Version: 2.31.3
Release: 3%{?dist}
Release: 4.%{alphatag}%{?dist}
Summary: Document viewer
License: GPLv2+ and GFDL
Group: Applications/Publishing
URL: http://projects.gnome.org/evince/
Source0: http://download.gnome.org/sources/%{name}/2.31/%{name}-%{version}.tar.bz2
Source0: http://download.gnome.org/sources/%{name}/2.31/%{name}-%{version}-%{alphatag}.tar.bz2
# https://bugzilla.redhat.com/show_bug.cgi?id=562648
Patch2: evince-t1font-mapping.patch
# rename gdk_drag_context_get_action to gdk_drag_context_get_selected_action
Patch3: evince-gdk-drag-context.patch
BuildRequires: gtk2-devel >= %{gtk2_version}
BuildRequires: glib2-devel >= %{glib2_version}
BuildRequires: poppler-glib-devel >= %{poppler_version}
@ -108,7 +107,6 @@ It adds an additional tab called "Document" to the file properties dialog.
%prep
%setup -q
%patch2 -p1 -b .t1font-map
%patch3 -p1 -b .gdk-drag-context
%build
%configure \
@ -235,6 +233,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
%{_libdir}/nautilus/extensions-2.0/libevince-properties-page.so
%changelog
* Mon Jun 21 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-4.20100621git
- git snapshot that builds against GLib 2.25.9
* Mon Jun 21 2010 Marek Kasik <mkasik@redhat.com> - 2.31.3-3
- Rename gdk_drag_context_get_action to gdk_drag_context_get_selected_action

View File

@ -1 +1 @@
b2c7ca89398e284c0439e22a944ef50d evince-2.31.3.tar.bz2
8776c2cf2dd3638e1902908ab1808c9d evince-2.31.3-20100621git.tar.bz2