]> git.pld-linux.org Git - packages/eog.git/commitdiff
- updated to 3.6.0 auto/th/eog-3.6.0-1
authorŁukasz Kieś <kiesiu@pld-linux.org>
Wed, 3 Oct 2012 10:16:51 +0000 (12:16 +0200)
committerŁukasz Kieś <kiesiu@pld-linux.org>
Wed, 3 Oct 2012 10:16:51 +0000 (12:16 +0200)
- dropped scrollkeeper, used yelp-tools instead of gnome-doc-utils

eog.spec

index b206c811f101936283c713114c3a0cf52a62ce49..843e9c2b5ecb0d9bfe8739fb23b7ff779da2765a 100644 (file)
--- a/eog.spec
+++ b/eog.spec
@@ -6,12 +6,12 @@ Summary:      The Eye of GNOME image viewer
 Summary(pl.UTF-8):     Oko GNOME - przeglądarka obrazków
 Summary(pt_BR.UTF-8):  Visualizador de imagem Eye of GNOME
 Name:          eog
-Version:       3.4.3
+Version:       3.6.0
 Release:       1
 License:       GPL v2+
 Group:         X11/Applications/Graphics
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/eog/3.4/%{name}-%{version}.tar.xz
-# Source0-md5: d481e13d635865db1b8262252b7f94fe
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/eog/3.6/%{name}-%{version}.tar.xz
+# Source0-md5: 57685d2865111a200ad175f397b9e476
 URL:           http://www.gnome.org/projects/eog/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.11
@@ -21,7 +21,6 @@ BuildRequires:        gettext-devel
 BuildRequires: glib2-devel >= 1:2.32.0
 BuildRequires: gnome-common >= 2.24.0
 BuildRequires: gnome-desktop-devel >= 3.2.0
-BuildRequires: gnome-doc-utils >= 0.14.0
 BuildRequires: gnome-icon-theme >= 3.0.0
 BuildRequires: gobject-introspection-devel >= 0.10.0
 BuildRequires: gsettings-desktop-schemas-devel >= 3.4.0
@@ -32,19 +31,18 @@ BuildRequires:      lcms2-devel
 BuildRequires: libexif-devel >= 1:0.6.14
 BuildRequires: libjpeg-devel
 BuildRequires: libpeas-gtk-devel >= 1.0.0
-BuildRequires: librsvg-devel >= 2.26.0
+BuildRequires: librsvg-devel >= 2.36.2
 BuildRequires: libtool
 BuildRequires: libxml2-devel >= 1:2.7.0
 BuildRequires: pkgconfig >= 0.9.0
 BuildRequires: rpmbuild(find_lang) >= 1.23
 BuildRequires: rpmbuild(macros) >= 1.311
-BuildRequires: scrollkeeper
 BuildRequires: shared-mime-info >= 0.50
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+BuildRequires: yelp-tools
 BuildRequires: zlib-devel
 Requires(post,postun): glib2 >= 1:2.26.0
-Requires(post,postun): scrollkeeper
 Requires(post,postun): desktop-file-utils
 Requires(post,postun): gtk-update-icon-cache
 Requires:      gnome-icon-theme >= 3.0.0
@@ -104,7 +102,6 @@ Dokumentacja API Eye of GNOME.
 %configure \
        %{__enable_disable apidocs gtk-doc} \
        --disable-schemas-compile \
-       --disable-scrollkeeper \
        --disable-silent-rules \
        --with-html-dir=%{_gtkdocdir}
 %{__make}
@@ -118,19 +115,17 @@ rm -rf $RPM_BUILD_ROOT
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/eog/plugins/*.la
 install -d $RPM_BUILD_ROOT%{_datadir}/eog/plugins
 
-%find_lang %{name} --with-gnome --with-omf
+%find_lang %{name} --with-gnome
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post
-%scrollkeeper_update_post
 %update_desktop_database_post
 %update_icon_cache hicolor
 %glib_compile_schemas
 
 %postun
-%scrollkeeper_update_postun
 %update_desktop_database_postun
 %update_icon_cache hicolor
 %glib_compile_schemas
This page took 0.137887 seconds and 4 git commands to generate.