SHA256
1
0
forked from pool/eom
eom/eom.spec
Hillwood Yang dc3403bc69 Accepting request 1165483 from X11:MATE:Next
- Update version to 1.28.0
  * Translations update
  * eom-window: update image counter even if current thumbnail is for failured
    image
  * meson: explicit dep on -lm as required for Fedora35
  * fix building with new libxml 2.12.0
  * fix warning in Serbian translations
  * fix warning in Japanese translations

OBS-URL: https://build.opensuse.org/request/show/1165483
OBS-URL: https://build.opensuse.org/package/show/X11:MATE:Factory/eom?expand=0&rev=62
2024-04-05 11:56:32 +00:00

138 lines
4.2 KiB
RPMSpec

#
# spec file for package eom
#
# Copyright (c) 2024 SUSE LLC
#
# 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 https://bugs.opensuse.org/
#
%define typelib typelib-1_0-Eom-1_0
%define _version 1.28
Name: eom
Version: 1.28.0
Release: 0
Summary: MATE Desktop graphics viewer
License: GPL-2.0-or-later AND LGPL-2.1-or-later
Group: Productivity/Graphics/Viewers
URL: https://mate-desktop.org/
Source: https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
BuildRequires: hicolor-icon-theme
BuildRequires: libjpeg-devel
BuildRequires: mate-common >= %{_version}
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: yelp-tools
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(exempi-2.0)
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(gtk+-unix-print-3.0)
BuildRequires: pkgconfig(lcms2)
BuildRequires: pkgconfig(libexif)
BuildRequires: pkgconfig(libpeas-gtk-1.0) >= 1.8.0
BuildRequires: pkgconfig(librsvg-2.0)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(mate-desktop-2.0) >= %{_version}
Requires: mate-desktop-gsettings-schemas >= %{_version}
Recommends: %{name}-lang
# mate-image-viewer was last used in openSUSE 13.1.
Provides: mate-image-viewer = %{version}
Obsoletes: mate-image-viewer < %{version}
Obsoletes: mate-image-viewer-lang < %{version}
%glib2_gsettings_schema_requires
%description
The Eye of MATE is a graphics viewer for the MATE Desktop
which uses the gdk-pixbuf library. It can deal with large images,
and zoom and scroll with constant memory usage.
%lang_package
%package devel
Summary: MATE Desktop graphics viewer development files
Group: Development/Libraries/X11
Requires: %{name} = %{version}
# mate-image-viewer-devel was last used in openSUSE 13.1.
Provides: mate-image-viewer-devel = %{version}
Obsoletes: mate-image-viewer-devel < %{version}
%description devel
The Eye of MATE is a graphics viewer for the MATE Desktop
which uses the gdk-pixbuf library. It can deal with large images,
and zoom and scroll with constant memory usage.
%package -n %{typelib}
Summary: MATE Desktop graphics viewer typelib
Group: System/Libraries
%description -n %{typelib}
The Eye of MATE is a graphics viewer for the MATE Desktop
which uses the gdk-pixbuf library. It can deal with large images,
and zoom and scroll with constant memory usage.
%package doc
Summary: Documentation how to Use eom
Group: Documentation/HTML
BuildArch: noarch
%description doc
This package contains the documentation for eom
%prep
%setup -q
%build
NOCONFIGURE=1 mate-autogen
%configure \
--libexecdir=%{_libexecdir}/%{name}
%make_build
%install
%make_install
%find_lang %{name} %{?no_lang_C}
find %{buildroot} -type f -name "*.la" -delete -print
%suse_update_desktop_file %{name}
%files
%license COPYING
%doc AUTHORS NEWS README
%{_bindir}/%{name}
%{_libdir}/%{name}/
%{_datadir}/%{name}/
%{_datadir}/glib-2.0/schemas/*.xml
%dir %{_datadir}/metainfo/
%{_datadir}/metainfo/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_mandir}/man?/%{name}.?%{?ext_man}
%files lang -f %{name}.lang
%exclude %{_datadir}/help/*
%files devel
%{_includedir}/%{name}-2.20/
%{_libdir}/pkgconfig/%{name}.pc
%{_datadir}/gir-1.0/Eom-1.0.gir
%{_datadir}/gtk-doc/html/%{name}/
%files -n %{typelib}
%{_libdir}/girepository-1.0/Eom-1.0.typelib
%files doc
%{_datadir}/help/*/%{name}/
%changelog