Accepting request 456396 from home:jengelh:branches:devel:libraries:c_c++
- Compact descriptions OBS-URL: https://build.opensuse.org/request/show/456396 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aspell?expand=0&rev=34
This commit is contained in:
parent
8a2dfd42d8
commit
594161ebb0
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 11 13:32:04 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Compact descriptions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 16 10:27:40 UTC 2016 - mliska@suse.cz
|
Fri Dec 16 10:27:40 UTC 2016 - mliska@suse.cz
|
||||||
|
|
||||||
|
26
aspell.spec
26
aspell.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package aspell
|
# spec file for package aspell
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
Name: aspell
|
Name: aspell
|
||||||
Version: 0.60.6.1
|
Version: 0.60.6.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Free and Open Source Spell Checker
|
Summary: A Spell Checker
|
||||||
License: GFDL-1.1+ and LGPL-2.1 and HPND and SUSE-BSD-Mark-Modifications
|
License: GFDL-1.1+ and LGPL-2.1 and HPND and SUSE-BSD-Mark-Modifications
|
||||||
Group: Productivity/Text/Spell
|
Group: Productivity/Text/Spell
|
||||||
Url: http://aspell.net/
|
Url: http://aspell.net/
|
||||||
@ -50,15 +50,15 @@ Obsoletes: pspell < %{version}
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GNU Aspell is a spell checker designed to eventually replace Ispell. It
|
GNU Aspell is a spell checker planned to eventually replace Ispell. It
|
||||||
can be used as a library or as an independent spell checker.
|
can be used as a library or as an independent spell checker.
|
||||||
|
|
||||||
Its main feature is that it does a much better job of coming up with
|
Its main feature is an improved method for finding possible
|
||||||
possible suggestions than just about any other spell checker available
|
suggestions for the English language, arguably surpassing Ispell and
|
||||||
for the English language, including Ispell and Microsoft Word. It also
|
Microsoft Word. It also has many other technical enhancements over
|
||||||
has many other technical enhancements over Ispell, such as using shared
|
Ispell, such as using shared memory for dictionaries and
|
||||||
memory for dictionaries and intelligently handling personal
|
intelligently handling personal dictionaries when more than one
|
||||||
dictionaries when more than one Aspell process is open at once.
|
Aspell process is open at once.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Include Files and Libraries Mandatory for Development with aspell
|
Summary: Include Files and Libraries Mandatory for Development with aspell
|
||||||
@ -82,7 +82,7 @@ Requires: %{name} = %{version}
|
|||||||
Conflicts: ispell
|
Conflicts: ispell
|
||||||
|
|
||||||
%description ispell
|
%description ispell
|
||||||
GNU Aspell is a spell checker designed to eventually replace Ispell. It
|
GNU Aspell is a spell checker planned to eventually replace Ispell. It
|
||||||
can be used as a library or as an independent spell checker.
|
can be used as a library or as an independent spell checker.
|
||||||
|
|
||||||
This package contains an ispell script for compatibility reasons so that
|
This package contains an ispell script for compatibility reasons so that
|
||||||
@ -95,7 +95,7 @@ Requires: %{name} = %{version}
|
|||||||
Provides: spell
|
Provides: spell
|
||||||
|
|
||||||
%description spell
|
%description spell
|
||||||
GNU Aspell is a spell checker designed to eventually replace Ispell. It
|
GNU Aspell is a spell checker planned to eventually replace Ispell. It
|
||||||
can be used as a library or as an independent spell checker.
|
can be used as a library or as an independent spell checker.
|
||||||
|
|
||||||
This package contains a spell script for compatibility reasons so that programs
|
This package contains a spell script for compatibility reasons so that programs
|
||||||
@ -106,7 +106,7 @@ Summary: GNU Aspell Library
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libaspell15
|
%description -n libaspell15
|
||||||
GNU Aspell is a spell checker designed to eventually replace Ispell. It
|
GNU Aspell is a spell checker planned to eventually replace Ispell. It
|
||||||
can be used as a library or as an independent spell checker.
|
can be used as a library or as an independent spell checker.
|
||||||
|
|
||||||
This package contains the aspell library.
|
This package contains the aspell library.
|
||||||
@ -116,7 +116,7 @@ Summary: GNU Aspell - Pspell Compatibility Library
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libpspell15
|
%description -n libpspell15
|
||||||
GNU Aspell is a spell checker designed to eventually replace Ispell. It
|
GNU Aspell is a spell checker planned to eventually replace Ispell. It
|
||||||
can be used as a library or as an independent spell checker.
|
can be used as a library or as an independent spell checker.
|
||||||
|
|
||||||
This package contains the pspell compatibility library.
|
This package contains the pspell compatibility library.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user