Files
eog/eog.spec
Dominique Leuenberger 598290d87f Accepting request 540172 from GNOME:Next
- Update to version 3.26.2:
  + Bug fix: bgo#788582, Wrong line endings and broken tags in
    eog's help.
  + Updated translations.
- Drop eog-spanish-translations.patch: Fixed upstream.

- Update to version 3.13.92:
  + Ask user if he actually needs the Appearance capplet after
    - bgo#606935, "Change desktop background" dialog shows up when
    - bgo#609184, Build failure: doesn't look for some required
  + Add option to move the detailled metadata list on its own page
  + Add option to have filechooser show the XDG pictures folder by
    - bgo#589151, Let filechooser fall back to user's pictures
  + Try to realise the main window from the main loop to reduce
  + Bugs fixed: bgo#441637, bgo#568410, bgo#568882, bgo#569657
  + Code improvements / fixes
- Add a gnome-desktop-devel buildrequires to fix the build.
- Filed patch upstream (bgo#517450)
- Update to version 2.19.92:
- Bugfixes for #449741, #453503, #435408, #453064, #452923, #452886,
  #340831, #374582, #450590, #413211, #350809, #425613, #438242,
- Calculate correctly the maximum printed image size on
- Fix problem when possibly applying parallel image
- Code cleanups (Felix Riemann) [#433127]
- Correctly set slideshow delay when being entered with
- Updated translations: Yannig Marchegay (oc), Priit Laes (et)
- b.g.o 417684, 414968, 390266, 399982, 414547, 357427.
- reduce buildrequires
- Updated translations
- Updated translations

OBS-URL: https://build.opensuse.org/request/show/540172
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/eog?expand=0&rev=235
2017-11-21 15:37:38 +00:00

114 lines
3.3 KiB
RPMSpec

#
# spec file for package eog
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: eog
Version: 3.26.2
Release: 0
Summary: Image Viewer for GNOME
License: GPL-2.0+ AND LGPL-2.1+
Group: Productivity/Graphics/Viewers
Url: http://www.gnome.org/
Source: http://download.gnome.org/sources/eog/3.26/%{name}-%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: libjpeg-devel
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: yelp-tools
BuildRequires: pkgconfig(exempi-2.0) >= 1.99.5
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.36.5
BuildRequires: pkgconfig(glib-2.0) >= 2.42.0
BuildRequires: pkgconfig(gnome-desktop-3.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0
BuildRequires: pkgconfig(lcms2)
BuildRequires: pkgconfig(libexif)
BuildRequires: pkgconfig(libpeas-gtk-1.0) >= 0.7.4
BuildRequires: pkgconfig(librsvg-2.0) >= 2.36.2
BuildRequires: pkgconfig(shared-mime-info)
Recommends: %{name}-lang
Provides: eog2 = %{version}
Obsoletes: eog2 < %{version}
%if !0%{?is_opensuse}
BuildRequires: translation-update-upstream
%endif
%description
Eye of GNOME is a simple graphics viewer for the GNOME desktop which
uses the gdk-pixbuf library. It can deal with large images, and zoom
and scroll with constant memory usage.
%package devel
Summary: Development files for eog, an image viewer
Group: Development/Libraries/GNOME
Requires: %{name} = %{version}
%description devel
Eye of GNOME (eog) is a simple graphics viewer for the GNOME desktop
which uses the gdk-pixbuf library.
This subpackage contains the header files for developing
eog plugins.
%lang_package
%prep
%setup -q
%if !0%{?is_opensuse}
translation-update-upstream
%endif
%build
%configure
make %{?_smp_mflags}
%install
%make_install
%suse_update_desktop_file %{name}
find %{buildroot} -type f -name "*.la" -delete -print
%find_lang %{name} %{?no_lang_C}
%fdupes %{buildroot}
%files
%license COPYING
%doc %{_datadir}/help/C/%{name}/
%{_bindir}/eog
%{_libdir}/eog/
%{_datadir}/applications/eog.desktop
%dir %{_datadir}/appdata
%{_datadir}/appdata/eog.appdata.xml
%{_datadir}/icons/hicolor/*/apps/%{name}*
%{_datadir}/eog/
%{_datadir}/GConf/gsettings/eog.convert
%{_datadir}/glib-2.0/schemas/org.gnome.eog.enums.xml
%{_datadir}/glib-2.0/schemas/org.gnome.eog.gschema.xml
# %%{_datadir}/eog/gir-1.0/ goes to the -devel package.
%exclude %{_datadir}/eog/gir-1.0/
%files lang -f %{name}.lang
%files devel
%doc AUTHORS ChangeLog NEWS README
%{_includedir}/eog-3.0/
%{_libdir}/pkgconfig/eog.pc
%{_datadir}/eog/gir-1.0/
%dir %{_datadir}/gtk-doc
%dir %{_datadir}/gtk-doc/html/
%{_datadir}/gtk-doc/html/eog/
%changelog