forked from pool/libvoikko
Accepting request 215243 from devel:libraries:c_c++
- Version bump to 3.7: * Many bugfixes. See ChangeLog * Upstream moved location so update accordingly. (forwarded request 215173 from scarabeus_iv) OBS-URL: https://build.opensuse.org/request/show/215243 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvoikko?expand=0&rev=24
This commit is contained in:
commit
b9c3e74cf8
@ -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
3
libvoikko-3.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9596919ef2862b3cf3093909b35f07364c3f49091c201cdd5018b87724a9fbe0
|
||||||
|
size 641409
|
@ -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
|
Tue Feb 28 21:28:47 CET 2012 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libvoikko
|
# 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
|
# 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,20 +16,18 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: libvoikko
|
Name: libvoikko
|
||||||
Version: 3.4.1
|
Version: 3.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://voikko.sourceforge.net/
|
|
||||||
Summary: Spellchecker and Hyphenator for Finnish Language
|
Summary: Spellchecker and Hyphenator for Finnish Language
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Text/Spell
|
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
|
Source99: baselibs.conf
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: libmalaga-devel
|
BuildRequires: libmalaga-devel
|
||||||
BuildRequires: libtool
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
BuildRequires: python-xml
|
BuildRequires: python-xml
|
||||||
@ -51,7 +49,8 @@ Suomi-Malaga.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Spellchecker and Hyphenator for Finnish Language
|
Summary: Spellchecker and Hyphenator for Finnish Language
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libvoikko1 = %{version} glibc-devel
|
Requires: glibc-devel
|
||||||
|
Requires: libvoikko1 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Voikko is a Finnish spellchecker and hyphenator based on Malaga and
|
Voikko is a Finnish spellchecker and hyphenator based on Malaga and
|
||||||
@ -70,15 +69,18 @@ Suomi-Malaga.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -f -i
|
%configure \
|
||||||
%configure --with-pic\
|
--with-pic \
|
||||||
--disable-static\
|
--disable-static \
|
||||||
--with-dictionary-path=%{_datadir}/malaga
|
--with-dictionary-path=%{_datadir}/malaga
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
%check
|
||||||
|
make %{?_smp_mflags} check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||||
%{__rm} -f %{buildroot}%{_libdir}/*.la
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
%post -n libvoikko1 -p /sbin/ldconfig
|
%post -n libvoikko1 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user