Accepting request 913554 from home:jengelh:branches:X11:MATE:Factory
- Trim filler wording from description. Make doc package noarch. Update RPM groups. OBS-URL: https://build.opensuse.org/request/show/913554 OBS-URL: https://build.opensuse.org/package/show/X11:MATE:Factory/eom?expand=0&rev=59
This commit is contained in:
parent
a4e1c6c463
commit
41d44e5aca
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
21
eom.spec
21
eom.spec
@ -55,45 +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
|
||||
Requires: %{name} = %{version}
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user