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>
|
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
|
%glib2_gsettings_schema_requires
|
||||||
|
|
||||||
%description
|
%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,
|
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.
|
||||||
simplicity and standards compliance.
|
|
||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: MATE Desktop graphics viewer development files
|
Summary: MATE Desktop graphics viewer development files
|
||||||
|
Group: Development/Libraries/X11
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
# mate-image-viewer-devel was last used in openSUSE 13.1.
|
# mate-image-viewer-devel was last used in openSUSE 13.1.
|
||||||
Provides: mate-image-viewer-devel = %{version}
|
Provides: mate-image-viewer-devel = %{version}
|
||||||
Obsoletes: mate-image-viewer-devel < %{version}
|
Obsoletes: mate-image-viewer-devel < %{version}
|
||||||
|
|
||||||
%description devel
|
%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,
|
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.
|
||||||
simplicity and standards compliance.
|
|
||||||
|
|
||||||
%package -n %{typelib}
|
%package -n %{typelib}
|
||||||
Summary: MATE Desktop graphics viewer typelib
|
Summary: MATE Desktop graphics viewer typelib
|
||||||
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n %{typelib}
|
%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,
|
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.
|
||||||
simplicity and standards compliance.
|
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Group: Documentation/HTML
|
Group: Documentation/HTML
|
||||||
Requires: %{name} = %{version}
|
|
||||||
Summary: Documentation how to Use eom
|
Summary: Documentation how to Use eom
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
This package contains the documentation for eom
|
This package contains the documentation for eom
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
NOCONFIGURE=1 mate-autogen
|
NOCONFIGURE=1 mate-autogen
|
||||||
|
Loading…
Reference in New Issue
Block a user