diff --git a/eom-1.24.2.tar.xz b/eom-1.24.2.tar.xz deleted file mode 100644 index 10d4f31..0000000 --- a/eom-1.24.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eead30072ada9a697c0284ee0ac72f0cd80cf01eff43e1c260873718f2643223 -size 2428972 diff --git a/eom-1.26.0.tar.xz b/eom-1.26.0.tar.xz new file mode 100644 index 0000000..e0dd45a --- /dev/null +++ b/eom-1.26.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f169aa396ddbc75740bf802bef1c0251771ca0747b5a727ff985c03dc067db +size 2493104 diff --git a/eom.changes b/eom.changes index ca85ca5..dc53bb5 100644 --- a/eom.changes +++ b/eom.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Aug 22 10:50:47 UTC 2021 - Jan Engelhardt + +- Trim filler wording from description. Make doc package noarch. + Update RPM groups. + +------------------------------------------------------------------- +Mon Aug 16 13:40:09 UTC 2021 - Hillwood Yang + +- 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 diff --git a/eom.spec b/eom.spec index 83a4b76..ae8e4d2 100644 --- a/eom.spec +++ b/eom.spec @@ -17,12 +17,14 @@ %define typelib typelib-1_0-Eom-1_0 -%define _version 1.24 +%define _version 1.26 + Name: eom -Version: 1.24.2 +Version: 1.26.0 Release: 0 Summary: MATE Desktop graphics viewer License: GPL-2.0-or-later AND LGPL-2.1-or-later +Group: Productivity/Graphics/Viewers URL: https://mate-desktop.org/ Source: https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz BuildRequires: hicolor-icon-theme @@ -53,37 +55,44 @@ Obsoletes: mate-image-viewer-lang < %{version} %glib2_gsettings_schema_requires %description -The Eye of MATE is a simple graphics viewer for the MATE Desktop +The Eye of MATE is a 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. +and zoom and scroll with constant memory usage. %lang_package %package devel Summary: MATE Desktop graphics viewer development files +Group: Development/Libraries/X11 Requires: %{name} = %{version} # mate-image-viewer-devel was last used in openSUSE 13.1. 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 +The Eye of MATE is a 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. +and zoom and scroll with constant memory usage. %package -n %{typelib} Summary: MATE Desktop graphics viewer typelib +Group: System/Libraries %description -n %{typelib} -The Eye of MATE is a simple graphics viewer for the MATE Desktop +The Eye of MATE is a 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. +and zoom and scroll with constant memory usage. + +%package doc +Group: Documentation/HTML +Summary: Documentation how to Use eom +BuildArch: noarch + +%description doc +This package contains the documentation for eom %prep -%setup -q +%autosetup %build NOCONFIGURE=1 mate-autogen @@ -109,9 +118,9 @@ find %{buildroot} -type f -name "*.la" -delete -print %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.* %{_mandir}/man?/%{name}.?%{?ext_man} -%{_datadir}/help/C/%{name}/ %files lang -f %{name}.lang +%exclude %{_datadir}/help/* %files devel %{_includedir}/%{name}-2.20/ @@ -122,4 +131,7 @@ find %{buildroot} -type f -name "*.la" -delete -print %files -n %{typelib} %{_libdir}/girepository-1.0/Eom-1.0.typelib +%files doc +%{_datadir}/help/*/%{name}/ + %changelog