SHA256
1
0
forked from pool/eom

Accepting request 542146 from X11:MATE:Factory

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/542146
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eom?expand=0&rev=20
This commit is contained in:
Dominique Leuenberger 2017-11-16 13:03:43 +00:00 committed by Git OBS Bridge
commit 68d43ef53d
4 changed files with 15 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0755a43f48fe1a09b826cdd6ed239631f5e4f9163ccb481362534d8fcf3bda02
size 2196228

3
eom-1.18.3.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4548f14f89300cf74849e197eaf40e58430c00dc5800e067449d38b0692c28ff
size 2198324

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Nov 8 17:56:12 UTC 2017 - sor.alexei@meowr.ru
- Update to version 1.18.3:
* Fix typo in function annotation.
* Fix warning on closing empty window with multiple eom windows.
* Update translations.
-------------------------------------------------------------------
Sun May 7 22:16:11 UTC 2017 - sor.alexei@meowr.ru

View File

@ -19,10 +19,10 @@
%define typelib typelib-1_0-Eom-1_0
%define _version 1.18
Name: eom
Version: 1.18.2
Version: 1.18.3
Release: 0
Summary: MATE Desktop graphics viewer
License: GPL-2.0+ and LGPL-2.1+
License: GPL-2.0+ AND LGPL-2.1+
Group: System/GUI/Other
Url: https://mate-desktop.org/
Source: http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
@ -101,6 +101,7 @@ make %{?_smp_mflags} V=1
find %{buildroot} -type f -name "*.la" -delete -print
%suse_update_desktop_file %{name}
%if 0%{?suse_version} <= 1320
%post
%desktop_database_post
%icon_theme_cache_post
@ -110,9 +111,9 @@ find %{buildroot} -type f -name "*.la" -delete -print
%desktop_database_postun
%icon_theme_cache_postun
%glib2_gsettings_schema_postun
%endif
%files
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README
%{_bindir}/%{name}
%{_libdir}/%{name}/
@ -126,17 +127,14 @@ find %{buildroot} -type f -name "*.la" -delete -print
%{_datadir}/help/C/%{name}/
%files lang -f %{name}.lang
%defattr(-,root,root)
%files devel
%defattr(-,root,root)
%{_includedir}/%{name}-2.20/
%{_libdir}/pkgconfig/%{name}.pc
%{_datadir}/gir-1.0/Eom-1.0.gir
%{_datadir}/gtk-doc/html/%{name}/
%files -n %{typelib}
%defattr(-,root,root)
%{_libdir}/girepository-1.0/Eom-1.0.typelib
%changelog