|
@@ -2,7 +2,7 @@ Summary: Document viewer
|
|
|
Summary(ja): 文書ビューワー
|
|
|
Name: evince
|
|
|
Version: 3.1.90.1
|
|
|
-Release: 1%{?_dist_release}
|
|
|
+Release: 2%{?_dist_release}
|
|
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/evince/3.1/%{name}-%{version}.tar.xz
|
|
|
|
|
|
License: GPL
|
|
@@ -25,6 +25,7 @@ BuildRequires: libSM-devel
|
|
|
BuildRequires: GConf2-devel
|
|
|
BuildRequires: libtiff-devel
|
|
|
BuildRequires: gtk-doc
|
|
|
+BuildRequires: gobject-introspection-devel
|
|
|
|
|
|
Requires(post): desktop-file-utils scrollkeeper GConf2
|
|
|
Requires(pre): GConf2
|
|
@@ -92,6 +93,7 @@ This package contains a backend to let evince display dvi files.
|
|
|
%configure \
|
|
|
--disable-scrollkeeper --disable-schemas-install \
|
|
|
--disable-djvu \
|
|
|
+ --enable-introspection \
|
|
|
--enable-dvi \
|
|
|
--enable-ps
|
|
|
%__make %{?_smp_mflags}
|
|
@@ -175,6 +177,8 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas || :
|
|
|
%{_datadir}/gtk-doc/html/libevdocument-3.0
|
|
|
%{_datadir}/gtk-doc/html/libevview-3.0
|
|
|
%{_datadir}/icons/hicolor/*/apps/evince.*
|
|
|
+%{_libdir}/girepository-1.0/EvinceDocument-3.0.typelib
|
|
|
+%{_libdir}/girepository-1.0/EvinceView-3.0.typelib
|
|
|
%{_libdir}/evince/3/backends
|
|
|
%exclude %{_libdir}/evince/3/backends/libdvidocument.so*
|
|
|
%exclude %{_libdir}/evince/3/backends/dvidocument.evince-backend
|
|
@@ -191,6 +195,8 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas || :
|
|
|
%{_includedir}/evince
|
|
|
%{_libdir}/lib*.so
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
+%{_datadir}/gir-1.0/EvinceDocument-3.0.gir
|
|
|
+%{_datadir}/gir-1.0/EvinceView-3.0.gir
|
|
|
|
|
|
%files dvi
|
|
|
%{_libdir}/evince/3/backends/libdvidocument.so*
|
|
@@ -198,6 +204,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas || :
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sat Sep 24 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 3.1.90.1-2
|
|
|
+- add configure option '--enable-introspection'
|
|
|
+
|
|
|
* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90.1-1
|
|
|
- new upstream release
|
|
|
- add BuildRequires: libtiff-devel
|