2.91.2
This commit is contained in:
parent
3567123909
commit
da9195bf82
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ evince-2.31.92.tar.bz2
|
||||
/evince-2.32.0.tar.bz2
|
||||
/evince-2.91.0.tar.bz2
|
||||
/evince-2.91.1-f615894.tar.bz2
|
||||
/evince-2.91.2.tar.bz2
|
||||
|
14
evince.spec
14
evince.spec
@ -2,17 +2,16 @@
|
||||
%global glib2_version 2.25.9
|
||||
%global dbus_version 0.70
|
||||
%global theme_version 2.17.1
|
||||
%define alphatag f615894
|
||||
|
||||
Name: evince
|
||||
Version: 2.91.1
|
||||
Release: 5.git%{alphatag}%{?dist}
|
||||
Version: 2.91.2
|
||||
Release: 1%{?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.91/%{name}-%{version}-%{alphatag}.tar.bz2
|
||||
Source0: http://download.gnome.org/sources/%{name}/2.91/%{name}-%{version}.tar.bz2
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=562648
|
||||
Patch2: evince-t1font-mapping.patch
|
||||
|
||||
@ -175,11 +174,11 @@ if [ $1 -eq 0 ]; then
|
||||
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
fi
|
||||
glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
||||
|
||||
%posttrans
|
||||
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
||||
|
||||
%postun libs -p /sbin/ldconfig
|
||||
|
||||
@ -244,6 +243,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
|
||||
%{_libdir}/nautilus/extensions-2.0/libevince-properties-page.so
|
||||
|
||||
%changelog
|
||||
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.2-1
|
||||
- Update to 2.91.2
|
||||
|
||||
* Sat Nov 06 2010 Rex Dieter <rdieter@fedoraproject.org> - 2.91.1-5.gitf615894
|
||||
- rebuilt (poppler)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user