SHA256
1
0
forked from pool/eom

Accepting request 913092 from X11:MATE:Next

- Update version to 1.26.0
  * Update translations
  * update copyright to 2021
- Split doc package

OBS-URL: https://build.opensuse.org/request/show/913092
OBS-URL: https://build.opensuse.org/package/show/X11:MATE:Factory/eom?expand=0&rev=58
This commit is contained in:
Hillwood Yang 2021-08-19 13:54:37 +00:00 committed by Git OBS Bridge
parent f93ede818d
commit de5ed1c932
4 changed files with 27 additions and 6 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27f169aa396ddbc75740bf802bef1c0251771ca0747b5a727ff985c03dc067db
size 2493104

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Aug 16 13:40:09 UTC 2021 - Hillwood Yang <hillwood@opensuse.org>
- Update version to 1.26.0
* Update translations
* update copyright to 2021
- Split doc package
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 26 10:59:01 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de> Mon Apr 26 10:59:01 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>

View File

@ -17,12 +17,14 @@
%define typelib typelib-1_0-Eom-1_0 %define typelib typelib-1_0-Eom-1_0
%define _version 1.24 %define _version 1.26
Name: eom Name: eom
Version: 1.24.2 Version: 1.26.0
Release: 0 Release: 0
Summary: MATE Desktop graphics viewer Summary: MATE Desktop graphics viewer
License: GPL-2.0-or-later AND LGPL-2.1-or-later License: GPL-2.0-or-later AND LGPL-2.1-or-later
Group: Productivity/Graphics/Viewers
URL: https://mate-desktop.org/ URL: https://mate-desktop.org/
Source: https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz Source: https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
BuildRequires: hicolor-icon-theme BuildRequires: hicolor-icon-theme
@ -82,6 +84,14 @@ which uses the gdk-pixbuf library. It can deal with large images,
and zoom and scroll with constant memory usage. Its goals are and zoom and scroll with constant memory usage. Its goals are
simplicity and standards compliance. simplicity and standards compliance.
%package doc
Group: Documentation/HTML
Requires: %{name} = %{version}
Summary: Documentation how to Use eom
%description doc
This package contains the documentation for eom
%prep %prep
%setup -q %setup -q
@ -109,9 +119,9 @@ find %{buildroot} -type f -name "*.la" -delete -print
%{_datadir}/applications/%{name}.desktop %{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.* %{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_mandir}/man?/%{name}.?%{?ext_man} %{_mandir}/man?/%{name}.?%{?ext_man}
%{_datadir}/help/C/%{name}/
%files lang -f %{name}.lang %files lang -f %{name}.lang
%exclude %{_datadir}/help/*
%files devel %files devel
%{_includedir}/%{name}-2.20/ %{_includedir}/%{name}-2.20/
@ -122,4 +132,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
%files -n %{typelib} %files -n %{typelib}
%{_libdir}/girepository-1.0/Eom-1.0.typelib %{_libdir}/girepository-1.0/Eom-1.0.typelib
%files doc
%{_datadir}/help/*/%{name}/
%changelog %changelog