SHA256
1
0
forked from pool/malaga-suomi
malaga-suomi/malaga-suomi.spec

71 lines
1.6 KiB
RPMSpec

#
# spec file for package malaga-suomi (Version 1.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: malaga-suomi
%define _name suomi-malaga
Version: 1.1
Release: 2
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ärvi
Tero Kuparinen
Kalle Lampila
Teemu Likonen
Harri Pitkänen
Reijo Tomperi
Hannu Väisänen
Jarno Kiuttu
Reijo Tomperi
Harri Pitkä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
make voikko-install DESTDIR=$RPM_BUILD_ROOT%{_datadir}/malaga
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc CONTRIBUTORS COPYING ChangeLog README README.fi
%{_datadir}/malaga/*
%changelog
* Fri Jul 25 2008 sbrabec@suse.cz
- New SuSE package based on spec file from Sami Vento (bnc#394355).