Accepting request 316044 from X11:MATE:Factory
OBS-URL: https://build.opensuse.org/request/show/316044 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eom?expand=0&rev=5
This commit is contained in:
commit
4c14fd8396
3
eom-1.10.2.tar.xz
Normal file
3
eom-1.10.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af3dfc3228c08c9be5794afafdaf5cd155d05e279b8bc65b38d1eab94639a08e
|
||||
size 2206416
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8c97de2aab548dce910cdfd98a11b671c943e9b195d38b043e482e2323ac6d8
|
||||
size 2192220
|
36
eom.changes
36
eom.changes
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 18 07:52:18 UTC 2015 - sor.alexei@meowr.ru
|
||||
|
||||
- Update to 1.10.2:
|
||||
* Fix gschema translations.
|
||||
* Gtk3 fixes and improvements.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 13 09:11:21 UTC 2015 - sor.alexei@meowr.ru
|
||||
|
||||
- Update to 1.10.1:
|
||||
* Bugfixes.
|
||||
* Update translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 5 13:47:23 UTC 2015 - sor.alexei@meowr.ru
|
||||
|
||||
- Update to 1.10.0 (changes since 1.9.1):
|
||||
* Bugfixes.
|
||||
* Improvements taken from eog.
|
||||
* Update translations.
|
||||
- Spec cleanup.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 20:39:15 UTC 2015 - p.drouand@gmail.com
|
||||
|
||||
- Update to version 1.9.1
|
||||
* ChangeLog is empty
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 26 10:43:23 UTC 2014 - p.drouand@gmail.com
|
||||
|
||||
- Update to version 1.9.0 (unstable)
|
||||
+ ChangeLog is empty
|
||||
- Fix version requirements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 3 09:18:07 UTC 2014 - p.drouand@gmail.com
|
||||
|
||||
|
96
eom.spec
96
eom.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package eom
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# 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
|
||||
@ -12,47 +12,52 @@
|
||||
# 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.10
|
||||
Name: eom
|
||||
Version: 1.8.1
|
||||
Version: 1.10.2
|
||||
Release: 0
|
||||
License: GPL-2.0+ and LGPL-2.1+
|
||||
Summary: MATE Desktop graphics viewer
|
||||
Url: http://mate-desktop.org
|
||||
License: GPL-2.0+ and LGPL-2.1+
|
||||
Group: System/GUI/Other
|
||||
Source: http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
|
||||
Provides: mate-image-viewer = %{version}
|
||||
Obsoletes: mate-image-viewer < %{version}
|
||||
Obsoletes: mate-image-viewer-lang < %{version}
|
||||
Requires: mate-desktop-gsettings-schemas => %{version}
|
||||
Recommends: %{name}-lang
|
||||
%glib2_gsettings_schema_requires
|
||||
|
||||
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
|
||||
BuildRequires: mate-common >= 1.9.0
|
||||
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+-unix-print-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)
|
||||
BuildRequires: pkgconfig(mate-icon-theme)
|
||||
BuildRequires: pkgconfig(mate-desktop-2.0) >= 1.9.0
|
||||
BuildRequires: pkgconfig(mate-icon-theme) >= 1.9.0
|
||||
BuildRequires: pkgconfig(pygobject-2.0)
|
||||
BuildRequires: pkgconfig(pygtk-2.0)
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yelp-tools
|
||||
Requires: mate-desktop-gsettings-schemas >= 1.9.0
|
||||
Recommends: %{name}-lang = %{version}
|
||||
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.
|
||||
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
|
||||
@ -62,59 +67,60 @@ 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.
|
||||
|
||||
%lang_package
|
||||
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}
|
||||
%configure \
|
||||
--libexecdir=%{_libexecdir}/%{name}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%make_install
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
find %{buildroot}%{_libdir} -type f -name "*.la" -print -delete
|
||||
%suse_update_desktop_file %{buildroot}%{_datadir}/applications/%{name}.desktop
|
||||
if [ -d %{buildroot}%{_datadir}/MateConf ]; then
|
||||
rm -r %{buildroot}%{_datadir}/MateConf
|
||||
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
|
||||
%glib2_gsettings_schema_post
|
||||
%icon_theme_cache_post
|
||||
%glib2_gsettings_schema_post
|
||||
|
||||
%postun
|
||||
%desktop_database_postun
|
||||
%glib2_gsettings_schema_postun
|
||||
%icon_theme_cache_postun
|
||||
%glib2_gsettings_schema_postun
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS ChangeLog README COPYING
|
||||
%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/eom/
|
||||
%{_datadir}/icons/
|
||||
%{_mandir}/man1/%{name}.1.gz
|
||||
%{_datadir}/help/C/%{name}/
|
||||
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
||||
%{_mandir}/man?/%{name}.?%{?ext_man}
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/%{name}-2.20/
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
%{_datadir}/gtk-doc/html/eom/
|
||||
%{_datadir}/gtk-doc/html/%{name}/
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user