]> git.pld-linux.org Git - packages/eog.git/blobdiff - eog.spec
- updated to 2.18.0.1
[packages/eog.git] / eog.spec
index f7775210aa9fad90b01403b6c4574d4f379bd7f4..1fb21d02f70ed7e452cd1219182e8d57cf3920f9 100644 (file)
--- a/eog.spec
+++ b/eog.spec
@@ -1,49 +1,51 @@
 Summary:       The Eye of GNOME image viewer
-Summary(pl):   Oko GNOME - przegl±darka obrazków
-Summary(pt_BR):        Visualizador de imagem Eye of GNOME
+Summary(pl.UTF-8):     Oko GNOME - przeglądarka obrazków
+Summary(pt_BR.UTF-8):  Visualizador de imagem Eye of GNOME
 Name:          eog
-Version:       2.12.0
+Version:       2.18.0.1
 Release:       1
 License:       GPL v2
 Group:         X11/Applications
-Source0:       http://ftp.gnome.org/pub/gnome/sources/eog/2.12/%{name}-%{version}.tar.bz2
-# Source0-md5: dc248ded932a03fe79c533d4cfab4d28
+Source0:       http://ftp.gnome.org/pub/gnome/sources/eog/2.18/%{name}-%{version}.tar.bz2
+# Source0-md5: 32f4cd4cd3108522eccf0b8fd85c8bbd
 Patch0:                %{name}-libtool.patch
 Patch1:                %{name}-desktop.patch
 URL:           http://www.gnome.org/
-BuildRequires: GConf2-devel >= 2.10.0
+BuildRequires: GConf2-devel >= 2.18.0.1
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gettext-devel
-BuildRequires: gnome-common >= 2.8.0
-BuildRequires: gnome-vfs2-devel >= 2.10.0-2
-BuildRequires: intltool
+BuildRequires: gnome-common >= 2.12.0
+BuildRequires: gnome-desktop-devel >= 2.18.0
+BuildRequires: gnome-vfs2-devel >= 2.18.0.1
+BuildRequires: intltool >= 0.35.5
 BuildRequires: lcms-devel
-BuildRequires: libart_lgpl-devel >= 2.3.17
-BuildRequires: libexif-devel >= 1:0.6.12
-BuildRequires: libglade2-devel >= 1:2.5.1
-BuildRequires: libgnomeprintui-devel
-BuildRequires: libgnomeui-devel >= 2.11.2-2
+BuildRequires: libart_lgpl-devel >= 2.3.19
+BuildRequires: libexif-devel >= 1:0.6.13
+BuildRequires: libglade2-devel >= 1:2.6.0
+BuildRequires: libgnomeprintui-devel >= 2.18.0
+BuildRequires: libgnomeui-devel >= 2.18.0
 BuildRequires: libjpeg-devel
 BuildRequires: libtool
 BuildRequires: pkgconfig >= 0.9.0
-BuildRequires: popt-devel
-BuildRequires: rpmbuild(macros) >= 1.197
+BuildRequires: rpmbuild(macros) >= 1.311
 BuildRequires: scrollkeeper
-BuildRequires: xft-devel >= 2.1.2
 Requires(post,preun):  GConf2
 Requires(post,postun): desktop-file-utils
+Requires(post,postun): gtk+2
+Requires(post,postun): hicolor-icon-theme
 Requires(post,postun): scrollkeeper
+Requires:      libgnomeui >= 2.18.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Eye of GNOME is a tool for viewing/cataloging images.
 
-%description -l pl
-Eye of GNOME (Oko GNOME) jest narzêdziem do ogl±dania/katalogowania
-obrazków.
+%description -l pl.UTF-8
+Eye of GNOME (Oko GNOME) jest narzędziem do oglądania/katalogowania
+obrazków.
 
-%description -l pt_BR
+%description -l pt_BR.UTF-8
 Aplicativo para visualizar imagens chamado Eye of GNOME.
 
 %prep
@@ -53,7 +55,6 @@ Aplicativo para visualizar imagens chamado Eye of GNOME.
 
 %build
 %{__libtoolize}
-%{__glib_gettextize}
 %{__intltoolize}
 %{__aclocal}
 %{__autoheader}
@@ -61,7 +62,8 @@ Aplicativo para visualizar imagens chamado Eye of GNOME.
 %{__automake}
 %{__autoconf}
 %configure \
-       --disable-schemas-install
+       --disable-schemas-install \
+       --disable-scrollkeeper
 %{__make}
 
 %install
@@ -71,8 +73,6 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 
-rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
-
 %find_lang %{name} --with-gnome
 
 %clean
@@ -82,6 +82,7 @@ rm -rf $RPM_BUILD_ROOT
 %gconf_schema_install eog.schemas
 %scrollkeeper_update_post
 %update_desktop_database_post
+%update_icon_cache hicolor
 
 %preun
 %gconf_schema_uninstall eog.schemas
@@ -89,6 +90,7 @@ rm -rf $RPM_BUILD_ROOT
 %postun
 %scrollkeeper_update_postun
 %update_desktop_database_postun
+%update_icon_cache hicolor
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
@@ -97,5 +99,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/gconf/schemas/eog.schemas
 %{_datadir}/%{name}
 %{_omf_dest_dir}/%{name}
-%{_desktopdir}/*
+%{_desktopdir}/*.desktop
+%{_iconsdir}/hicolor/*/*/*
 %{_pixmapsdir}/*
This page took 0.044505 seconds and 4 git commands to generate.