Accepting request 913576 from X11:MATE:Factory
- Trim filler wording from description. Make doc package noarch. Update RPM groups. (forwarded request 913554 from jengelh) OBS-URL: https://build.opensuse.org/request/show/913576 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eom?expand=0&rev=30
This commit is contained in:
commit
17adfbc94a
@ -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
3
eom-1.26.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27f169aa396ddbc75740bf802bef1c0251771ca0747b5a727ff985c03dc067db
|
||||
size 2493104
|
14
eom.changes
14
eom.changes
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 22 10:50:47 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Trim filler wording from description. Make doc package noarch.
|
||||
Update RPM groups.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
38
eom.spec
38
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
|
||||
|
Loading…
Reference in New Issue
Block a user