a git snapshot
This commit is contained in:
parent
00279dad80
commit
04ece63f9e
@ -1 +1 @@
|
|||||||
evince-2.31.3.tar.bz2
|
evince-2.31.3-20100621git.tar.bz2
|
||||||
|
15
evince.spec
15
evince.spec
@ -1,24 +1,23 @@
|
|||||||
%global poppler_version 0.14.0
|
%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 gtk2_version 2.20.0
|
||||||
%global dbus_version 0.70
|
%global dbus_version 0.70
|
||||||
%global theme_version 2.17.1
|
%global theme_version 2.17.1
|
||||||
|
|
||||||
|
%global alphatag 20100621git
|
||||||
|
|
||||||
Name: evince
|
Name: evince
|
||||||
Version: 2.31.3
|
Version: 2.31.3
|
||||||
Release: 3%{?dist}
|
Release: 4.%{alphatag}%{?dist}
|
||||||
Summary: Document viewer
|
Summary: Document viewer
|
||||||
|
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
URL: http://projects.gnome.org/evince/
|
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
|
# https://bugzilla.redhat.com/show_bug.cgi?id=562648
|
||||||
Patch2: evince-t1font-mapping.patch
|
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: gtk2-devel >= %{gtk2_version}
|
||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
BuildRequires: poppler-glib-devel >= %{poppler_version}
|
BuildRequires: poppler-glib-devel >= %{poppler_version}
|
||||||
@ -108,7 +107,6 @@ It adds an additional tab called "Document" to the file properties dialog.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch2 -p1 -b .t1font-map
|
%patch2 -p1 -b .t1font-map
|
||||||
%patch3 -p1 -b .gdk-drag-context
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%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
|
%{_libdir}/nautilus/extensions-2.0/libevince-properties-page.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rename gdk_drag_context_get_action to gdk_drag_context_get_selected_action
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user