126 lines
3.8 KiB
RPMSpec
126 lines
3.8 KiB
RPMSpec
#
|
|
# spec file for package eom
|
|
#
|
|
# Copyright (c) 2015 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/
|
|
#
|
|
|
|
|
|
%define _version 1.12
|
|
Name: eom
|
|
Version: 1.12.0
|
|
Release: 0
|
|
Summary: MATE Desktop graphics viewer
|
|
License: GPL-2.0+ and LGPL-2.1+
|
|
Group: System/GUI/Other
|
|
Url: http://mate-desktop.org/
|
|
Source: http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
|
|
BuildRequires: hicolor-icon-theme
|
|
BuildRequires: libjpeg-devel
|
|
BuildRequires: libxml2-python
|
|
BuildRequires: mate-common >= %{_version}
|
|
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(gtk+-2.0)
|
|
BuildRequires: pkgconfig(gtk+-unix-print-2.0)
|
|
BuildRequires: pkgconfig(lcms2)
|
|
BuildRequires: pkgconfig(libexif)
|
|
BuildRequires: pkgconfig(librsvg-2.0)
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
BuildRequires: pkgconfig(mate-desktop-2.0) >= %{_version}
|
|
BuildRequires: pkgconfig(pygobject-2.0)
|
|
BuildRequires: pkgconfig(pygtk-2.0)
|
|
Requires: mate-desktop-gsettings-schemas >= %{_version}
|
|
Recommends: %{name}-lang
|
|
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 simple 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. Its goals are
|
|
simplicity and standards compliance.
|
|
|
|
%lang_package
|
|
|
|
%package devel
|
|
Summary: MATE Desktop graphics viewer development files
|
|
Group: Development/Tools/Other
|
|
Requires: %{name} = %{version}
|
|
Provides: mate-image-viewer-devel = %{version}
|
|
Obsoletes: mate-image-viewer-devel < %{version}
|
|
|
|
%description devel
|
|
The Eye of MATE is a simple 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. Its goals are
|
|
simplicity and standards compliance.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure \
|
|
--libexecdir=%{_libexecdir}/%{name}
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
%make_install
|
|
%find_lang %{name} %{?no_lang_C}
|
|
find %{buildroot} -type f -name "*.la" -delete -print
|
|
%suse_update_desktop_file %{name}
|
|
|
|
if [ -d %{buildroot}%{_datadir}/MateConf/ ]; then
|
|
rm -rf %{buildroot}%{_datadir}/MateConf/
|
|
fi
|
|
|
|
%post
|
|
%desktop_database_post
|
|
%icon_theme_cache_post
|
|
%glib2_gsettings_schema_post
|
|
|
|
%postun
|
|
%desktop_database_postun
|
|
%icon_theme_cache_postun
|
|
%glib2_gsettings_schema_postun
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS COPYING NEWS README
|
|
%{_bindir}/%{name}
|
|
%{_libdir}/%{name}/
|
|
%dir %{_datadir}/appdata/
|
|
%{_datadir}/appdata/%{name}.appdata.xml
|
|
%{_datadir}/applications/%{name}.desktop
|
|
%{_datadir}/%{name}/
|
|
%{_datadir}/glib-2.0/schemas/*.xml
|
|
%{_datadir}/help/C/%{name}/
|
|
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
|
%{_mandir}/man?/%{name}.?%{?ext_man}
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_includedir}/%{name}-2.20/
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
%{_datadir}/gtk-doc/html/%{name}/
|
|
|
|
%files lang -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
|
|
%changelog
|