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:
parent
1e90a38f76
commit
e9f3770518
@ -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
|
Wed Feb 28 17:03:27 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
14
enchant.spec
14
enchant.spec
@ -22,7 +22,7 @@ Release: 0
|
|||||||
Summary: Generic Spell Checking Library
|
Summary: Generic Spell Checking Library
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Productivity/Text/Spell
|
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
|
Source: https://github.com/AbiWord/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
BuildRequires: dbus-1-glib-devel
|
BuildRequires: dbus-1-glib-devel
|
||||||
@ -36,7 +36,7 @@ A library providing an efficient extensible abstraction for dealing
|
|||||||
with different spell checking libraries.
|
with different spell checking libraries.
|
||||||
|
|
||||||
%package tools
|
%package tools
|
||||||
Summary: Generic Spell Checking Library - Command Line Tools
|
Summary: Command line tools for the Enchant spell checking library
|
||||||
Group: Productivity/Text/Spell
|
Group: Productivity/Text/Spell
|
||||||
|
|
||||||
%description tools
|
%description tools
|
||||||
@ -58,7 +58,7 @@ with different spell checking libraries.
|
|||||||
This package provides data/configuration files for libenchant.
|
This package provides data/configuration files for libenchant.
|
||||||
|
|
||||||
%package -n enchant-2-backend-hunspell
|
%package -n enchant-2-backend-hunspell
|
||||||
Summary: Hunspell backend for enchant
|
Summary: Hunspell backend for the Enchant spell checking library
|
||||||
Group: Productivity/Text/Spell
|
Group: Productivity/Text/Spell
|
||||||
Supplements: packageand(libenchant-2-2:%(rpm -q --qf "%%{name}" -f $(readlink -f %{_libdir}/libhunspell.so))
|
Supplements: packageand(libenchant-2-2:%(rpm -q --qf "%%{name}" -f $(readlink -f %{_libdir}/libhunspell.so))
|
||||||
Provides: enchant-2-backend
|
Provides: enchant-2-backend
|
||||||
@ -69,7 +69,7 @@ extensible abstraction for dealing with different spell checking
|
|||||||
libraries.
|
libraries.
|
||||||
|
|
||||||
%package -n enchant-2-backend-voikko
|
%package -n enchant-2-backend-voikko
|
||||||
Summary: Voikko backend for enchant
|
Summary: Voikko backend for the Enchant spell checking library
|
||||||
Group: Productivity/Text/Spell
|
Group: Productivity/Text/Spell
|
||||||
Supplements: packageand(libenchant-2-2:%(rpm -q --qf "%%{name}" -f $(readlink -f %{_libdir}%{_libdir}/libvoikko.so))
|
Supplements: packageand(libenchant-2-2:%(rpm -q --qf "%%{name}" -f $(readlink -f %{_libdir}%{_libdir}/libvoikko.so))
|
||||||
Provides: enchant-2-backend
|
Provides: enchant-2-backend
|
||||||
@ -91,7 +91,7 @@ A library providing an efficient extensible abstraction for dealing
|
|||||||
with different spell checking libraries.
|
with different spell checking libraries.
|
||||||
|
|
||||||
%package devel
|
%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++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: glib2-devel
|
Requires: glib2-devel
|
||||||
Requires: libenchant-2-2 = %{version}
|
Requires: libenchant-2-2 = %{version}
|
||||||
@ -105,9 +105,7 @@ to develop applications that require these.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-pic \
|
%configure --disable-static
|
||||||
--disable-static \
|
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user