2011-02-06 17:29:48 +00:00
|
|
|
#
|
2011-02-06 17:29:54 +00:00
|
|
|
# spec file for package libreoffice-voikko
|
2011-02-06 17:29:48 +00:00
|
|
|
#
|
2012-04-17 05:46:14 +00:00
|
|
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2011-02-06 17:29:48 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2011-02-06 17:29:54 +00:00
|
|
|
|
2011-02-06 17:29:48 +00:00
|
|
|
Name: libreoffice-voikko
|
|
|
|
Version: 3.1.2
|
2012-04-17 05:46:14 +00:00
|
|
|
Release: 0
|
|
|
|
Summary: LibreOffice spellchecker/hyphenator for finnish language
|
|
|
|
License: GPL-3.0+
|
2011-02-06 17:29:48 +00:00
|
|
|
Group: Productivity/Text/Spell
|
2012-04-17 05:46:14 +00:00
|
|
|
%define ooo_prefix %{_libdir}
|
|
|
|
%define ooo_home libreoffice
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: java-devel
|
|
|
|
BuildRequires: libreoffice >= 3.5
|
|
|
|
BuildRequires: libreoffice-sdk >= 3.5
|
|
|
|
BuildRequires: libvoikko-devel
|
|
|
|
BuildRequires: unzip
|
|
|
|
BuildRequires: zip
|
|
|
|
# post install scripts
|
|
|
|
%if 0%{?suse_version} > 01120
|
|
|
|
Requires(post): coreutils
|
|
|
|
Requires(post): grep
|
|
|
|
Requires(post): libreoffice >= 3.5
|
|
|
|
Requires(postun): coreutils
|
|
|
|
Requires(postun): grep
|
|
|
|
Requires(postun): libreoffice >= 3.5
|
|
|
|
%endif
|
|
|
|
%if 0%{?suse_version} && 0%{?suse_version} <= 01120
|
|
|
|
PreReq: coreutils
|
|
|
|
PreReq: grep
|
|
|
|
PreReq: libreoffice
|
|
|
|
%endif
|
2011-02-06 17:29:48 +00:00
|
|
|
Url: http://voikko.sourceforge.net
|
|
|
|
Source: openoffice.org-voikko-%{version}.tar.bz2
|
2012-04-17 05:46:14 +00:00
|
|
|
Provides: locale(OpenOffice_org:fi)
|
|
|
|
Provides: locale(libreoffice:fi)
|
|
|
|
# compat stuff
|
|
|
|
Provides: OpenOffice_org-voikko = %{version}
|
|
|
|
Obsoletes: OpenOffice_org-voikko <= %{version}
|
2011-02-06 17:29:48 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
LibreOffice spellchecker/hyphenator for finnish language, which uses
|
|
|
|
libvoikko as backend.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n openoffice.org-voikko-%{version}
|
|
|
|
|
|
|
|
%build
|
2012-04-17 05:46:14 +00:00
|
|
|
. %ooo_prefix/%ooo_home/sdk/setsdkenv_unix.sh
|
2011-02-06 17:29:48 +00:00
|
|
|
make oxt
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
|
|
|
cd build
|
|
|
|
voikkoPackage=$(pwd)/voikko.oxt
|
2012-04-17 05:46:14 +00:00
|
|
|
mkdir -p %{buildroot}%ooo_prefix/%ooo_home/share/extensions/voikko
|
|
|
|
cd %{buildroot}%ooo_prefix/%ooo_home/share/extensions/voikko
|
2011-02-06 17:29:48 +00:00
|
|
|
unzip "$voikkoPackage"
|
|
|
|
|
2012-04-17 05:46:14 +00:00
|
|
|
%posttrans
|
|
|
|
%{_sbindir}/unopkg-sync-bundled || true
|
|
|
|
|
|
|
|
%postun
|
|
|
|
%{_sbindir}/unopkg-sync-bundled || true
|
|
|
|
|
2011-02-06 17:29:48 +00:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root,0755)
|
|
|
|
%ooo_prefix/%ooo_home/share/extensions/voikko
|
|
|
|
|
|
|
|
%changelog
|