2007-01-09 17:43:41 +01:00
|
|
|
#
|
2009-08-17 15:10:29 +02:00
|
|
|
# spec file for package eog (Version 2.27.90)
|
2007-01-09 17:43:41 +01:00
|
|
|
#
|
2009-02-06 22:24:26 +01:00
|
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-09 17:43:41 +01:00
|
|
|
#
|
2008-08-30 02:31:54 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-09 17:43:41 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-02-21 01:36:44 +01:00
|
|
|
|
2007-01-09 17:43:41 +01:00
|
|
|
Name: eog
|
2008-09-13 00:58:27 +02:00
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: gnome-desktop-devel
|
|
|
|
BuildRequires: gnome-doc-utils-devel
|
|
|
|
BuildRequires: gnome-icon-theme
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: libexempi-devel
|
2009-03-25 22:41:14 +01:00
|
|
|
BuildRequires: libexif-devel
|
|
|
|
BuildRequires: libjpeg-devel
|
2008-09-13 00:58:27 +02:00
|
|
|
BuildRequires: liblcms-devel
|
2009-03-25 22:41:14 +01:00
|
|
|
BuildRequires: librsvg-devel
|
2008-09-13 00:58:27 +02:00
|
|
|
BuildRequires: python-gtk-devel
|
|
|
|
BuildRequires: shared-mime-info
|
|
|
|
BuildRequires: update-desktop-files
|
2009-07-31 19:08:13 +02:00
|
|
|
License: GPL v2 or later ; LGPL v2.1 or later
|
2007-01-09 17:43:41 +01:00
|
|
|
Group: Productivity/Graphics/Viewers
|
2007-09-17 23:18:33 +02:00
|
|
|
Provides: eog2 = 2.20.0
|
|
|
|
Obsoletes: eog2 <= 2.20.0
|
2009-08-17 15:10:29 +02:00
|
|
|
Version: 2.27.90
|
2009-02-06 22:24:26 +01:00
|
|
|
Release: 1
|
2007-01-09 17:43:41 +01:00
|
|
|
Summary: Eye of GNOME for the GNOME 2.x Desktop
|
|
|
|
Source: %{name}-%{version}.tar.bz2
|
2007-09-17 23:18:33 +02:00
|
|
|
Url: http://www.gnome.org/
|
2007-01-09 17:43:41 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2007-08-09 18:46:00 +02:00
|
|
|
Requires: %{name}-lang = %{version}
|
2007-01-09 17:43:41 +01:00
|
|
|
%gconf_schemas_prereq
|
2008-02-05 14:46:31 +01:00
|
|
|
%py_requires
|
2007-01-09 17:43:41 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Eye of GNOME is a very fast picture viewer. It can be used as a plug-in
|
|
|
|
for Nautilus or as a stand-alone application. This version of EOG is
|
|
|
|
compiled for the GNOME 2.x Desktop.
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-07-12 01:45:23 +02:00
|
|
|
%package devel
|
2009-07-31 19:08:13 +02:00
|
|
|
License: GPL v2 or later ; LGPL v2.1 or later
|
2009-03-25 22:41:14 +01:00
|
|
|
Requires: %{name} = %{version}
|
|
|
|
Requires: gtk2-devel
|
|
|
|
Requires: gconf2-devel
|
2007-07-12 01:45:23 +02:00
|
|
|
Summary: Eye of GNOME for the GNOME 2.x Desktop
|
|
|
|
Group: Productivity/Graphics/Viewers
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Eye of GNOME is a very fast picture viewer. It can be used as a plug-in
|
|
|
|
for Nautilus or as a stand-alone application. This version of EOG is
|
|
|
|
compiled for the GNOME 2.x Desktop.
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-08-09 18:46:00 +02:00
|
|
|
%lang_package
|
2007-01-09 17:43:41 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure\
|
|
|
|
--disable-schemas-install\
|
|
|
|
--disable-scrollkeeper
|
|
|
|
make %{?jobs:-j%jobs}
|
|
|
|
|
|
|
|
%install
|
2007-04-27 16:43:52 +02:00
|
|
|
%makeinstall
|
2007-06-07 13:13:14 +02:00
|
|
|
%suse_update_desktop_file -r -N "Eye of Gnome" -G "Image Viewer" eog GNOME Graphics Viewer
|
2007-01-09 17:43:41 +01:00
|
|
|
%find_lang %{name}
|
|
|
|
%find_gconf_schemas
|
2007-08-09 18:46:00 +02:00
|
|
|
cat %{name}.schemas_list >%{name}.lst
|
|
|
|
%fdupes $RPM_BUILD_ROOT
|
2007-01-09 17:43:41 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%pre -f %{name}.schemas_pre
|
2009-07-31 19:08:13 +02:00
|
|
|
|
2007-01-09 17:43:41 +01:00
|
|
|
%posttrans -f %{name}.schemas_posttrans
|
|
|
|
|
|
|
|
%preun -f %{name}.schemas_preun
|
|
|
|
|
|
|
|
%files -f %{name}.lst
|
|
|
|
%defattr (-, root, root)
|
|
|
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
|
|
|
%{_bindir}/*
|
2008-06-23 21:14:50 +02:00
|
|
|
%{_libdir}/eog
|
2007-01-09 17:43:41 +01:00
|
|
|
%{_datadir}/applications/eog.desktop
|
|
|
|
%{_datadir}/eog
|
2007-03-09 01:44:20 +01:00
|
|
|
%{_datadir}/icons/*/*/*/*.png
|
|
|
|
%{_datadir}/icons/*/*/*/*.svg
|
2007-01-09 17:43:41 +01:00
|
|
|
|
2007-08-09 18:46:00 +02:00
|
|
|
%files lang -f %{name}.lang
|
2009-02-06 22:24:26 +01:00
|
|
|
# Temporary workaround to not depend on libgnome: own the directories
|
|
|
|
%defattr (-, root, root)
|
|
|
|
%dir %{_datadir}/gnome
|
|
|
|
%dir %{_datadir}/gnome/help
|
2007-08-09 18:46:00 +02:00
|
|
|
|
2007-07-12 01:45:23 +02:00
|
|
|
%files devel
|
|
|
|
%defattr (-, root, root)
|
2009-02-06 22:24:26 +01:00
|
|
|
%{_includedir}/eog-2.20
|
2007-07-12 01:45:23 +02:00
|
|
|
%{_libdir}/pkgconfig/eog.pc
|
2009-02-06 22:24:26 +01:00
|
|
|
%dir %{_datadir}/gtk-doc
|
|
|
|
%dir %{_datadir}/gtk-doc/html/
|
|
|
|
%{_datadir}/gtk-doc/html/eog
|
2008-02-02 01:54:53 +01:00
|
|
|
|
2007-03-01 20:52:22 +01:00
|
|
|
%changelog
|