Accepting request 314146 from X11:MATE:Next
Mate 1.10 OBS-URL: https://build.opensuse.org/request/show/314146 OBS-URL: https://build.opensuse.org/package/show/X11:MATE:Factory/eom?expand=0&rev=9
This commit is contained in:
parent
862a7378db
commit
e578312cd8
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
|
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
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define _version 1.10
|
||||||
Name: eom
|
Name: eom
|
||||||
Version: 1.8.1
|
Version: 1.10.2
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0+ and LGPL-2.1+
|
|
||||||
Summary: MATE Desktop graphics viewer
|
Summary: MATE Desktop graphics viewer
|
||||||
Url: http://mate-desktop.org
|
License: GPL-2.0+ and LGPL-2.1+
|
||||||
Group: System/GUI/Other
|
Group: System/GUI/Other
|
||||||
Source: http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
|
Url: http://mate-desktop.org
|
||||||
Provides: mate-image-viewer = %{version}
|
Source: http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
|
||||||
Obsoletes: mate-image-viewer < %{version}
|
|
||||||
Obsoletes: mate-image-viewer-lang < %{version}
|
|
||||||
Requires: mate-desktop-gsettings-schemas => %{version}
|
|
||||||
Recommends: %{name}-lang
|
|
||||||
%glib2_gsettings_schema_requires
|
|
||||||
|
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libxml2-python
|
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(dbus-glib-1)
|
||||||
BuildRequires: pkgconfig(exempi-2.0)
|
BuildRequires: pkgconfig(exempi-2.0)
|
||||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||||
BuildRequires: pkgconfig(gtk+-unix-print-2.0)
|
|
||||||
BuildRequires: pkgconfig(gtk+-2.0)
|
BuildRequires: pkgconfig(gtk+-2.0)
|
||||||
|
BuildRequires: pkgconfig(gtk+-unix-print-2.0)
|
||||||
BuildRequires: pkgconfig(lcms2)
|
BuildRequires: pkgconfig(lcms2)
|
||||||
BuildRequires: pkgconfig(libexif)
|
BuildRequires: pkgconfig(libexif)
|
||||||
BuildRequires: pkgconfig(librsvg-2.0)
|
BuildRequires: pkgconfig(librsvg-2.0)
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(mate-desktop-2.0)
|
BuildRequires: pkgconfig(mate-desktop-2.0) >= 1.9.0
|
||||||
BuildRequires: pkgconfig(mate-icon-theme)
|
BuildRequires: pkgconfig(mate-icon-theme) >= 1.9.0
|
||||||
BuildRequires: pkgconfig(pygobject-2.0)
|
BuildRequires: pkgconfig(pygobject-2.0)
|
||||||
BuildRequires: pkgconfig(pygtk-2.0)
|
BuildRequires: pkgconfig(pygtk-2.0)
|
||||||
BuildRequires: update-desktop-files
|
Requires: mate-desktop-gsettings-schemas >= %{version}
|
||||||
BuildRequires: yelp-tools
|
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
|
%description
|
||||||
The Eye of MATE is a simple graphics viewer for the MATE Desktop which
|
The Eye of MATE is a simple graphics viewer for the MATE Desktop
|
||||||
uses the gdk-pixbuf library. It can deal with large images, and zoom
|
which uses the gdk-pixbuf library. It can deal with large images,
|
||||||
and scroll with constant memory usage. Its goals are simplicity and
|
and zoom and scroll with constant memory usage. Its goals are
|
||||||
standards compliance.
|
simplicity and standards compliance.
|
||||||
|
|
||||||
|
%lang_package
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: MATE Desktop graphics viewer development files
|
Summary: MATE Desktop graphics viewer development files
|
||||||
@ -62,59 +67,60 @@ Provides: mate-image-viewer-devel = %{version}
|
|||||||
Obsoletes: mate-image-viewer-devel < %{version}
|
Obsoletes: mate-image-viewer-devel < %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The Eye of MATE is a simple graphics viewer for the MATE Desktop which
|
The Eye of MATE is a simple graphics viewer for the MATE Desktop
|
||||||
uses the gdk-pixbuf library. It can deal with large images, and zoom
|
which uses the gdk-pixbuf library. It can deal with large images,
|
||||||
and scroll with constant memory usage. Its goals are simplicity and
|
and zoom and scroll with constant memory usage. Its goals are
|
||||||
standards compliance.
|
simplicity and standards compliance.
|
||||||
|
|
||||||
%lang_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --libexecdir=%{_libexecdir}/%{name}
|
%configure \
|
||||||
|
--libexecdir=%{_libexecdir}/%{name}
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%make_install
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
find %{buildroot}%{_libdir} -type f -name "*.la" -print -delete
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
%suse_update_desktop_file %{buildroot}%{_datadir}/applications/%{name}.desktop
|
%suse_update_desktop_file %{name}
|
||||||
if [ -d %{buildroot}%{_datadir}/MateConf ]; then
|
|
||||||
rm -r %{buildroot}%{_datadir}/MateConf
|
if [ -d %{buildroot}%{_datadir}/MateConf/ ]; then
|
||||||
|
rm -rf %{buildroot}%{_datadir}/MateConf/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%desktop_database_post
|
%desktop_database_post
|
||||||
%glib2_gsettings_schema_post
|
|
||||||
%icon_theme_cache_post
|
%icon_theme_cache_post
|
||||||
|
%glib2_gsettings_schema_post
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%desktop_database_postun
|
%desktop_database_postun
|
||||||
%glib2_gsettings_schema_postun
|
|
||||||
%icon_theme_cache_postun
|
%icon_theme_cache_postun
|
||||||
|
%glib2_gsettings_schema_postun
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS ChangeLog README COPYING
|
%doc AUTHORS COPYING NEWS README
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_libdir}/%{name}/
|
%{_libdir}/%{name}/
|
||||||
|
%dir %{_datadir}/appdata/
|
||||||
|
%{_datadir}/appdata/%{name}.appdata.xml
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
%{_datadir}/%{name}/
|
%{_datadir}/%{name}/
|
||||||
%{_datadir}/glib-2.0/schemas/*.xml
|
%{_datadir}/glib-2.0/schemas/*.xml
|
||||||
%{_datadir}/help/C/eom/
|
%{_datadir}/help/C/%{name}/
|
||||||
%{_datadir}/icons/
|
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
||||||
%{_mandir}/man1/%{name}.1.gz
|
%{_mandir}/man?/%{name}.?%{?ext_man}
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/%{name}-2.20/
|
%{_includedir}/%{name}-2.20/
|
||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
%{_datadir}/gtk-doc/html/eom/
|
%{_datadir}/gtk-doc/html/%{name}/
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user