Accepting request 215173 from home:scarabeus_iv

- Version bump to 3.7:
  * Many bugfixes. See ChangeLog
  * Upstream moved location so update accordingly.

OBS-URL: https://build.opensuse.org/request/show/215173
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libvoikko?expand=0&rev=18
This commit is contained in:
Michal Hrusecky (old before rename to _miska_) 2014-01-27 09:37:59 +00:00 committed by Git OBS Bridge
parent 2eb06e48b3
commit 39bc6da853
4 changed files with 24 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c8bc024edf7a80efce8b1e4d6668a23866651fe6f8cd560df500e29c9561c74
size 571532

3
libvoikko-3.7.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9596919ef2862b3cf3093909b35f07364c3f49091c201cdd5018b87724a9fbe0
size 641409

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Jan 26 09:35:23 UTC 2014 - tchvatal@suse.com
- Version bump to 3.7:
* Many bugfixes. See ChangeLog
* Upstream moved location so update accordingly.
-------------------------------------------------------------------
Tue Feb 28 21:28:47 CET 2012 - sbrabec@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package libvoikko
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 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,20 +16,18 @@
#
Name: libvoikko
Version: 3.4.1
Version: 3.7
Release: 0
Url: http://voikko.sourceforge.net/
Summary: Spellchecker and Hyphenator for Finnish Language
License: GPL-2.0+
Group: Productivity/Text/Spell
Source: http://downloads.sourceforge.net/project/voikko/%{name}/%{version}/%{name}-%{version}.tar.gz
Url: http://voikko.puimula.org
Source: http://www.puimula.org/voikko-sources/%{name}/%{name}-%{version}.tar.gz
Source99: baselibs.conf
BuildRequires: gcc-c++
BuildRequires: glib2-devel
BuildRequires: libmalaga-devel
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: python
BuildRequires: python-xml
@ -51,7 +49,8 @@ Suomi-Malaga.
%package devel
Summary: Spellchecker and Hyphenator for Finnish Language
Group: Development/Libraries/C and C++
Requires: libvoikko1 = %{version} glibc-devel
Requires: glibc-devel
Requires: libvoikko1 = %{version}
%description devel
Voikko is a Finnish spellchecker and hyphenator based on Malaga and
@ -70,15 +69,18 @@ Suomi-Malaga.
%setup -q
%build
autoreconf -f -i
%configure --with-pic\
--disable-static\
%configure \
--with-pic \
--disable-static \
--with-dictionary-path=%{_datadir}/malaga
make %{?_smp_mflags}
%check
make %{?_smp_mflags} check
%install
%makeinstall
%{__rm} -f %{buildroot}%{_libdir}/*.la
make DESTDIR=%{buildroot} install %{?_smp_mflags}
find %{buildroot} -type f -name "*.la" -delete -print
%post -n libvoikko1 -p /sbin/ldconfig