forked from pool/enchant
Accepting request 161238 from GNOME:Factory
- Added url as source. Please see http://en.opensuse.org/SourceUrls (forwarded request 161177 from dimstar) OBS-URL: https://build.opensuse.org/request/show/161238 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/enchant?expand=0&rev=24
This commit is contained in:
commit
4507ca2de3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b6b9134c5c175346f8076feb5cbcff4732aa1d13715e33e16feebc59d4aa57bb
|
|
||||||
size 476475
|
|
3
enchant-1.6.0.tar.gz
Normal file
3
enchant-1.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2fac9e7be7e9424b2c5570d8affe568db39f7572c10ed48d4e13cddf03f7097f
|
||||||
|
size 607018
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 26 13:04:28 UTC 2013 - mmeister@suse.com
|
||||||
|
|
||||||
|
- Added url as source.
|
||||||
|
Please see http://en.opensuse.org/SourceUrls
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Sun Oct 9 14:14:13 UTC 2011 - alinm.elena@gmail.com
|
||||||
|
|
||||||
|
18
enchant.spec
18
enchant.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package enchant
|
# 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
|
# 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
|
||||||
@ -16,15 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: enchant
|
Name: enchant
|
||||||
Version: 1.6.0
|
Version: 1.6.0
|
||||||
Release: 6
|
Release: 0
|
||||||
License: LGPL-2.1+
|
|
||||||
Summary: Generic Spell Checking Library
|
Summary: Generic Spell Checking Library
|
||||||
|
License: LGPL-2.1+
|
||||||
Group: Productivity/Text/Spell
|
Group: Productivity/Text/Spell
|
||||||
Url: http://www.abisource.com/
|
Url: http://www.abisource.com/
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: http://www.abisource.com/downloads/%{name}/%{version}/%{name}-%{version}.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
BuildRequires: aspell-devel
|
BuildRequires: aspell-devel
|
||||||
BuildRequires: dbus-1-glib-devel
|
BuildRequires: dbus-1-glib-devel
|
||||||
@ -39,7 +38,6 @@ A library providing an efficient extensible abstraction for dealing
|
|||||||
with different spell checking libraries.
|
with different spell checking libraries.
|
||||||
|
|
||||||
%package tools
|
%package tools
|
||||||
License: LGPL-2.1+
|
|
||||||
Summary: Generic Spell Checking Library - Command Line Tools
|
Summary: Generic Spell Checking Library - Command Line Tools
|
||||||
Group: Productivity/Text/Spell
|
Group: Productivity/Text/Spell
|
||||||
|
|
||||||
@ -50,7 +48,6 @@ with different spell checking libraries.
|
|||||||
This package provides command-line tools to interact with enchant.
|
This package provides command-line tools to interact with enchant.
|
||||||
|
|
||||||
%package voikko
|
%package voikko
|
||||||
License: LGPL-2.1+
|
|
||||||
Summary: Generic Spell Checking Library - Voikko Plugin
|
Summary: Generic Spell Checking Library - Voikko Plugin
|
||||||
Group: Productivity/Text/Spell
|
Group: Productivity/Text/Spell
|
||||||
Provides: locale(%{name}:fi)
|
Provides: locale(%{name}:fi)
|
||||||
@ -61,7 +58,6 @@ extensible abstraction for dealing with different spell checking
|
|||||||
libraries.
|
libraries.
|
||||||
|
|
||||||
%package zemberek
|
%package zemberek
|
||||||
License: LGPL-2.1+
|
|
||||||
Summary: Generic Spell Checking Library - Zemberek Plugin
|
Summary: Generic Spell Checking Library - Zemberek Plugin
|
||||||
Group: Productivity/Text/Spell
|
Group: Productivity/Text/Spell
|
||||||
Provides: locale(%{name}:az)
|
Provides: locale(%{name}:az)
|
||||||
@ -78,7 +74,6 @@ providing an efficient extensible abstraction for dealing with
|
|||||||
different spell checking libraries.
|
different spell checking libraries.
|
||||||
|
|
||||||
%package -n libenchant1
|
%package -n libenchant1
|
||||||
License: LGPL-2.1+
|
|
||||||
Summary: Generic Spell Checking Library
|
Summary: Generic Spell Checking Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Provides: %{name} = %{version}
|
Provides: %{name} = %{version}
|
||||||
@ -89,10 +84,11 @@ A library providing an efficient extensible abstraction for dealing
|
|||||||
with different spell checking libraries.
|
with different spell checking libraries.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPL-2.1+
|
|
||||||
Summary: Include Files and Libraries mandatory for Development
|
Summary: Include Files and Libraries mandatory for Development
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name} = %{version} glib2-devel libstdc++-devel
|
Requires: %{name} = %{version}
|
||||||
|
Requires: glib2-devel
|
||||||
|
Requires: libstdc++-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains all necessary include files and libraries needed
|
This package contains all necessary include files and libraries needed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user