forked from pool/malaga-suomi
This commit is contained in:
commit
05a657a870
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
5
malaga-suomi.changes
Normal file
5
malaga-suomi.changes
Normal file
@ -0,0 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 25 12:48:11 CEST 2008 - sbrabec@suse.cz
|
||||
|
||||
- New SuSE package based on spec file from Sami Vento (bnc#394355).
|
||||
|
70
malaga-suomi.spec
Normal file
70
malaga-suomi.spec
Normal file
@ -0,0 +1,70 @@
|
||||
#
|
||||
# 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).
|
3
suomi-malaga-1.1.tar.bz2
Normal file
3
suomi-malaga-1.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79723092f19173529bd325ed3ed8a1885f92cbea2aebf6d24020e800b06ab365
|
||||
size 473294
|
Loading…
Reference in New Issue
Block a user