diff --git a/libvoikko-3.4.1.tar.gz b/libvoikko-3.4.1.tar.gz deleted file mode 100644 index 220d011..0000000 --- a/libvoikko-3.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c8bc024edf7a80efce8b1e4d6668a23866651fe6f8cd560df500e29c9561c74 -size 571532 diff --git a/libvoikko-3.7.tar.gz b/libvoikko-3.7.tar.gz new file mode 100644 index 0000000..e6e5c4e --- /dev/null +++ b/libvoikko-3.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9596919ef2862b3cf3093909b35f07364c3f49091c201cdd5018b87724a9fbe0 +size 641409 diff --git a/libvoikko.changes b/libvoikko.changes index dba454f..761cb8b 100644 --- a/libvoikko.changes +++ b/libvoikko.changes @@ -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 diff --git a/libvoikko.spec b/libvoikko.spec index 00e9ef7..7885b4b 100644 --- a/libvoikko.spec +++ b/libvoikko.spec @@ -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