Accepting request 585259 from home:jengelh:branches:GNOME:Factory

- Update descriptions.

OBS-URL: https://build.opensuse.org/request/show/585259
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/enchant?expand=0&rev=34
This commit is contained in:
Dominique Leuenberger 2018-03-12 10:48:49 +00:00 committed by Git OBS Bridge
parent 1e90a38f76
commit e9f3770518
2 changed files with 11 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Mar 10 09:04:52 UTC 2018 - jengelh@inai.de
- Update descriptions.
-------------------------------------------------------------------
Wed Feb 28 17:03:27 UTC 2018 - dimstar@opensuse.org

View File

@ -22,7 +22,7 @@ Release: 0
Summary: Generic Spell Checking Library
License: LGPL-2.1-or-later
Group: Productivity/Text/Spell
URL: https://abiword.github.io/enchant/
Url: https://abiword.github.io/enchant/
Source: https://github.com/AbiWord/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
Source1: baselibs.conf
BuildRequires: dbus-1-glib-devel
@ -36,7 +36,7 @@ A library providing an efficient extensible abstraction for dealing
with different spell checking libraries.
%package tools
Summary: Generic Spell Checking Library - Command Line Tools
Summary: Command line tools for the Enchant spell checking library
Group: Productivity/Text/Spell
%description tools
@ -58,7 +58,7 @@ with different spell checking libraries.
This package provides data/configuration files for libenchant.
%package -n enchant-2-backend-hunspell
Summary: Hunspell backend for enchant
Summary: Hunspell backend for the Enchant spell checking library
Group: Productivity/Text/Spell
Supplements: packageand(libenchant-2-2:%(rpm -q --qf "%%{name}" -f $(readlink -f %{_libdir}/libhunspell.so))
Provides: enchant-2-backend
@ -69,7 +69,7 @@ extensible abstraction for dealing with different spell checking
libraries.
%package -n enchant-2-backend-voikko
Summary: Voikko backend for enchant
Summary: Voikko backend for the Enchant spell checking library
Group: Productivity/Text/Spell
Supplements: packageand(libenchant-2-2:%(rpm -q --qf "%%{name}" -f $(readlink -f %{_libdir}%{_libdir}/libvoikko.so))
Provides: enchant-2-backend
@ -91,7 +91,7 @@ A library providing an efficient extensible abstraction for dealing
with different spell checking libraries.
%package devel
Summary: Include Files and Libraries mandatory for Development
Summary: Development files for the Enchant spell checking library
Group: Development/Libraries/C and C++
Requires: glib2-devel
Requires: libenchant-2-2 = %{version}
@ -105,9 +105,7 @@ to develop applications that require these.
%setup -q
%build
%configure --with-pic \
--disable-static \
%configure --disable-static
make %{?_smp_mflags}
%install