Accepting request 158306 from GNOME:Next
Push GNOME:Next OBS-URL: https://build.opensuse.org/request/show/158306 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/enchant?expand=0&rev=21
This commit is contained in:
parent
4d7d657b19
commit
6521ea2e34
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 1 12:42:43 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Spec-cleanup using format_spec_file service.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 9 14:14:13 UTC 2011 - alinm.elena@gmail.com
|
||||
|
||||
|
16
enchant.spec
16
enchant.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package enchant
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,12 +16,11 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: enchant
|
||||
Version: 1.6.0
|
||||
Release: 6
|
||||
License: LGPLv2.1+
|
||||
Release: 0
|
||||
Summary: Generic Spell Checking Library
|
||||
License: LGPL-2.1+
|
||||
Group: Productivity/Text/Spell
|
||||
Url: http://www.abisource.com/
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
@ -39,7 +38,6 @@ A library providing an efficient extensible abstraction for dealing
|
||||
with different spell checking libraries.
|
||||
|
||||
%package tools
|
||||
License: LGPLv2.1+
|
||||
Summary: Generic Spell Checking Library - Command Line Tools
|
||||
Group: Productivity/Text/Spell
|
||||
|
||||
@ -50,7 +48,6 @@ with different spell checking libraries.
|
||||
This package provides command-line tools to interact with enchant.
|
||||
|
||||
%package voikko
|
||||
License: LGPLv2.1+
|
||||
Summary: Generic Spell Checking Library - Voikko Plugin
|
||||
Group: Productivity/Text/Spell
|
||||
Provides: locale(%{name}:fi)
|
||||
@ -61,7 +58,6 @@ extensible abstraction for dealing with different spell checking
|
||||
libraries.
|
||||
|
||||
%package zemberek
|
||||
License: LGPLv2.1+
|
||||
Summary: Generic Spell Checking Library - Zemberek Plugin
|
||||
Group: Productivity/Text/Spell
|
||||
Provides: locale(%{name}:az)
|
||||
@ -78,7 +74,6 @@ providing an efficient extensible abstraction for dealing with
|
||||
different spell checking libraries.
|
||||
|
||||
%package -n libenchant1
|
||||
License: LGPLv2.1+
|
||||
Summary: Generic Spell Checking Library
|
||||
Group: System/Libraries
|
||||
Provides: %{name} = %{version}
|
||||
@ -89,10 +84,11 @@ A library providing an efficient extensible abstraction for dealing
|
||||
with different spell checking libraries.
|
||||
|
||||
%package devel
|
||||
License: LGPLv2.1+
|
||||
Summary: Include Files and Libraries mandatory for Development
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version} glib2-devel libstdc++-devel
|
||||
Requires: %{name} = %{version}
|
||||
Requires: glib2-devel
|
||||
Requires: libstdc++-devel
|
||||
|
||||
%description devel
|
||||
This package contains all necessary include files and libraries needed
|
||||
|
Loading…
x
Reference in New Issue
Block a user