]> git.pld-linux.org Git - packages/eog.git/blobdiff - eog.spec
- updated for eog-2.6.1
[packages/eog.git] / eog.spec
index 6136c5f53044707fe8999180630f7f86ee09a60b..f9c0aadae923c944698849b6135550fcab42300d 100644 (file)
--- a/eog.spec
+++ b/eog.spec
@@ -2,36 +2,41 @@ Summary:      The Eye of GNOME image viewer
 Summary(pl):   Oko GNOME - przegl±darka obrazków
 Summary(pt_BR):        Visualizador de imagem Eye of GNOME
 Name:          eog
-Version:       2.3.6
+Version:       2.6.1
 Release:       1
 License:       GPL
 Group:         X11/Applications
-Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/2.3/%{name}-%{version}.tar.bz2
-# Source0-md5: 39765ef59fbaa6a5cd46df9732f26dd6
+Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/2.6/%{name}-%{version}.tar.bz2
+# Source0-md5: a7207082b9034e9e24ec7adde744c3a9
 Patch0:                %{name}-libtool.patch
+Patch1:                %{name}-bonobo.patch
+Patch2:                %{name}-locale-names.patch
 URL:           http://www.gnome.org/
-BuildRequires: GConf2-devel >= 2.2.0
+BuildRequires: GConf2-devel >= 2.6.1
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: eel-devel >= 2.3.7-2
+BuildRequires: eel-devel >= 2.6.1
 BuildRequires: gettext-devel
-BuildRequires: gnome-common >= 2.3.0
-BuildRequires: gnome-vfs2-devel >= 2.3.3
+BuildRequires: gnome-common >= 2.4.0
+BuildRequires: gnome-vfs2-devel >= 2.6.1
 BuildRequires: intltool
-BuildRequires: libbonobo-devel >= 2.3.1-4
-BuildRequires: libbonoboui-devel >= 2.3.3-2
-BuildRequires: libgnomeprint-devel >= 2.2.1
-BuildRequires: libgnomeui-devel >= 2.3.3.1-2
-BuildRequires: libgnomeprintui-devel >= 2.2.1
+Buildrequires: libart_lgpl-devel >= 2.3.16
+BuildRequires: libbonobo-devel >= 2.6.0
+BuildRequires: libbonoboui-devel >= 2.6.0
+Buildrequires: libexif-devel >= 0.5.12
+Buildrequires: libglade2-devel >= 1:2.3.6
+BuildRequires: libgnomeprint-devel >= 2.6.0
+BuildRequires: libgnomeui-devel >= 2.6.0
+BuildRequires: libgnomeprintui-devel >= 2.6.0
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel
-BuildRequires: librsvg-devel >= 2.2.1
+BuildRequires: librsvg-devel >= 1:2.6.4
 BuildRequires: libtool
 BuildRequires: popt-devel
 BuildRequires: xft-devel >= 2.1.2
 Requires(post):        GConf2
 Requires(post):        scrollkeeper
-Requires:      libbonobo >= 2.3.1-4
+Requires:      libbonobo >= 2.6.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -47,12 +52,16 @@ Aplicativo para visualizar imagens chamado Eye of GNOME.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
+
+mv po/{no,nb}.po
 
 %build
 %{__libtoolize}
-%{__aclocal} -I %{_aclocaldir}/gnome2-macros
 glib-gettextize --copy --force
 intltoolize --copy --force
+%{__aclocal} -I %{_aclocaldir}/gnome2-macros
 %{__autoheader}
 gnome-doc-common
 %{__automake}
@@ -65,7 +74,8 @@ gnome-doc-common
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT
+       DESTDIR=$RPM_BUILD_ROOT \
+       GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 
 %find_lang %{name} --with-gnome
 
This page took 0.034122 seconds and 4 git commands to generate.