2008-07-31 04:41:44 +02:00
|
|
|
|
#
|
2009-09-27 00:11:27 +02:00
|
|
|
|
# spec file for package malaga-suomi (Version 1.3)
|
2008-07-31 04:41:44 +02:00
|
|
|
|
#
|
2009-06-19 00:49:44 +02:00
|
|
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2008-07-31 04:41:44 +02:00
|
|
|
|
#
|
2009-06-19 00:49:44 +02: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 04:41:44 +02:00
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: malaga-suomi
|
|
|
|
|
%define _name suomi-malaga
|
2009-09-27 00:11:27 +02:00
|
|
|
|
Version: 1.3
|
|
|
|
|
Release: 1
|
2008-07-31 04:41:44 +02:00
|
|
|
|
License: GPL v2 or later
|
|
|
|
|
Group: Productivity/Text/Spell
|
|
|
|
|
Source: %{_name}-%{version}.tar.bz2
|
|
|
|
|
Url: http://voikko.sourceforge.net/
|
|
|
|
|
Summary: Description of Finnish Morphology Written in Malaga
|
|
|
|
|
BuildRequires: malaga python-xml
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Suomi-Malaga is a description of Finnish morphology written in Malaga.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Harri J<EFBFBD>rvi
|
|
|
|
|
Tero Kuparinen
|
|
|
|
|
Kalle Lampila
|
|
|
|
|
Teemu Likonen
|
|
|
|
|
Harri Pitk<EFBFBD>nen
|
|
|
|
|
Reijo Tomperi
|
|
|
|
|
Hannu V<EFBFBD>is<EFBFBD>nen
|
|
|
|
|
Jarno Kiuttu
|
|
|
|
|
Reijo Tomperi
|
|
|
|
|
Harri Pitk<EFBFBD>nen
|
|
|
|
|
Martin Vermeer
|
|
|
|
|
Pauli Virtanen
|
|
|
|
|
Jukka Nikulainen
|
|
|
|
|
Research Institute for the Languages of Finland
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{_name}-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
CFLAGS="$RPM_OPT_FLAGS" \
|
|
|
|
|
CXXFLAGS="$RPM_OPT_FLAGS" \
|
|
|
|
|
make voikko
|
|
|
|
|
|
|
|
|
|
%install
|
2009-09-27 00:11:27 +02:00
|
|
|
|
make voikko-install DESTDIR=$RPM_BUILD_ROOT%{_datadir}/malaga/1/mor-standard
|
|
|
|
|
# compat symlinks
|
|
|
|
|
cd $RPM_BUILD_ROOT%{_datadir}/malaga
|
|
|
|
|
ln -s -t. 1/mor-standard/*
|
2008-07-31 04:41:44 +02:00
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%doc CONTRIBUTORS COPYING ChangeLog README README.fi
|
|
|
|
|
%{_datadir}/malaga/*
|
|
|
|
|
|
|
|
|
|
%changelog
|