2.31.90
This commit is contained in:
parent
76f583ae1b
commit
428fdb8026
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
evince-2.31.5.tar.bz2
|
evince-2.31.5.tar.bz2
|
||||||
evince-2.31.6.tar.bz2
|
evince-2.31.6.tar.bz2
|
||||||
|
/evince-2.31.90.tar.bz2
|
||||||
|
11
evince.spec
11
evince.spec
@ -4,7 +4,7 @@
|
|||||||
%global theme_version 2.17.1
|
%global theme_version 2.17.1
|
||||||
|
|
||||||
Name: evince
|
Name: evince
|
||||||
Version: 2.31.6
|
Version: 2.31.90
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Document viewer
|
Summary: Document viewer
|
||||||
|
|
||||||
@ -15,8 +15,6 @@ Source0: http://download.gnome.org/sources/%{name}/2.31/%{name}-%{version
|
|||||||
# 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
|
||||||
|
|
||||||
Patch4: evince-2.31.5-page-action-widget.patch
|
|
||||||
|
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
BuildRequires: poppler-glib-devel >= %{poppler_version}
|
BuildRequires: poppler-glib-devel >= %{poppler_version}
|
||||||
@ -107,7 +105,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
|
||||||
%patch4 -p1 -b .page-action-widget
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -118,7 +115,8 @@ It adds an additional tab called "Document" to the file properties dialog.
|
|||||||
--enable-comics=yes \
|
--enable-comics=yes \
|
||||||
--enable-dvi=yes \
|
--enable-dvi=yes \
|
||||||
--enable-djvu=yes \
|
--enable-djvu=yes \
|
||||||
--enable-t1lib=yes
|
--enable-t1lib=yes \
|
||||||
|
--with-gtk=3.0
|
||||||
make %{?_smp_mflags} V=1 LIBTOOL=/usr/bin/libtool
|
make %{?_smp_mflags} V=1 LIBTOOL=/usr/bin/libtool
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -239,6 +237,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
|
||||||
|
* Thu Aug 19 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.90-1
|
||||||
|
- Update to 2.31.90
|
||||||
|
|
||||||
* Mon Aug 2 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.6-1
|
* Mon Aug 2 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.6-1
|
||||||
- Update to 2.31.6
|
- Update to 2.31.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user