Updating link to change in openSUSE:Factory/enchant revision 32.0

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/enchant?expand=0&rev=3a550ce61e5081f1c191d5b5521de92f
This commit is contained in:
OBS User buildservice-autocommit 2018-06-03 10:47:56 +00:00 committed by Git OBS Bridge
parent a40bf917c4
commit e3ed76bf84
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Jun 3 10:07:03 UTC 2018 - dleuenberger@suse.com
- Revert parts of last change: Still using supplementes instead of
boolean rich deps: zypper dup from < CODE15 is impossible
otherwise.
-------------------------------------------------------------------
Tue May 29 12:49:28 UTC 2018 - badshah400@gmail.com

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
@ -60,6 +60,7 @@ This package provides data/configuration files for libenchant.
%package -n enchant-2-backend-hunspell
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
%description -n enchant-2-backend-hunspell
@ -70,6 +71,7 @@ libraries.
%package -n enchant-2-backend-voikko
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}/libvoikko.so))
Provides: enchant-2-backend
Provides: locale(libenchant-2-2:fi)
@ -83,8 +85,6 @@ Summary: Generic Spell Checking Library
Group: System/Libraries
Requires: enchant-2-backend
Requires: enchant-data >= %{version}
Requires: (enchant-2-backend-hunspell if %(rpm -q --qf "%%{name}" -f $(readlink -f %{_libdir}/libhunspell.so)))
Requires: (enchant-2-backend-voikko if %(rpm -q --qf "%%{name}" -f $(readlink -f %{_libdir}/libvoikko.so)))
Suggests: enchant-2-backend-hunspell
%description -n libenchant-2-2