2008-07-31 02:41:44 +00:00
|
|
|
#
|
2012-01-29 20:44:43 +00:00
|
|
|
# spec file for package malaga-suomi
|
2008-07-31 02:41:44 +00:00
|
|
|
#
|
2014-01-27 09:39:49 +00:00
|
|
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2008-07-31 02:41:44 +00:00
|
|
|
#
|
2009-06-18 22:49:44 +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.
|
|
|
|
|
2008-07-31 02:41:44 +00:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
%define _name suomi-malaga
|
2014-01-27 09:39:49 +00:00
|
|
|
Name: malaga-suomi
|
2014-11-13 12:27:05 +00:00
|
|
|
Version: 1.17
|
2013-01-11 12:32:39 +00:00
|
|
|
Release: 0
|
2008-07-31 02:41:44 +00:00
|
|
|
Summary: Description of Finnish Morphology Written in Malaga
|
2013-01-11 12:32:39 +00:00
|
|
|
License: GPL-2.0+
|
|
|
|
Group: Productivity/Text/Spell
|
2014-01-27 09:39:49 +00:00
|
|
|
Url: http://voikko.puimula.org/
|
|
|
|
Source: http://www.puimula.org/voikko-sources/%{_name}/%{_name}-%{version}.tar.gz
|
2013-01-11 12:32:39 +00:00
|
|
|
BuildRequires: malaga
|
|
|
|
BuildRequires: python-xml
|
2008-07-31 02:41:44 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
Suomi-Malaga is a description of Finnish morphology written in Malaga.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{_name}-%{version}
|
|
|
|
|
|
|
|
%build
|
2014-01-27 09:39:49 +00:00
|
|
|
CFLAGS="%{optflags}" \
|
|
|
|
CXXFLAGS="%{optflags}" \
|
2012-01-29 20:44:43 +00:00
|
|
|
make voikko %{?_smp_mflags}
|
2008-07-31 02:41:44 +00:00
|
|
|
|
|
|
|
%install
|
2014-01-27 09:39:49 +00:00
|
|
|
make voikko-install DESTDIR=%{buildroot}%{_datadir}/malaga/1/mor-standard
|
2009-09-26 22:11:27 +00:00
|
|
|
# compat symlinks
|
2014-01-27 09:39:49 +00:00
|
|
|
cd %{buildroot}%{_datadir}/malaga
|
2009-09-26 22:11:27 +00:00
|
|
|
ln -s -t. 1/mor-standard/*
|
2008-07-31 02:41:44 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc CONTRIBUTORS COPYING ChangeLog README README.fi
|
|
|
|
%{_datadir}/malaga/*
|
|
|
|
|
|
|
|
%changelog
|