update to 1.12 [release 1.12-1mamba;Mon Sep 03 2012]

This commit is contained in:
Silvan Calarco 2024-01-05 18:11:57 +01:00
parent 64c2034793
commit 5e9031b7c1
2 changed files with 65 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# suomi-malaga-vokkio
A description of Finnish morphology written in Malaga. This package is built to support the Voikko spellchecker/hyphenator, it doesn't support the Sukija text indexer.

63
suomi-malaga-vokkio.spec Normal file
View File

@ -0,0 +1,63 @@
Name: suomi-malaga-vokkio
Version: 1.12
Release: 1mamba
Summary: A description of Finnish morphology written in Malaga (Voikko edition)
Group: Applications/Text
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://voikko.sourceforge.net/
Source: http://download.sourceforge.net/sourceforge/voikko/suomi-malaga-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: libmalaga-devel
## AUTOBUILDREQ-END
BuildRequires: malaga
BuildRequires: libpython-devel
Requires: libmalaga
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
A description of Finnish morphology written in Malaga. This package is built to support the Voikko spellchecker/hyphenator, it doesn't support the Sukija text indexer.
%prep
%setup -q -n suomi-malaga-%{version}
%build
%make voikko
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
# The files path must be the same where libvoikko is installed
make voikko-install DESTDIR=%{buildroot}%{_libdir}/voikko
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_libdir}/voikko/2/mor-standard/voikko-fi_FI.lex_l
%{_libdir}/voikko/2/mor-standard/voikko-fi_FI.mor_l
%{_libdir}/voikko/2/mor-standard/voikko-fi_FI.pro
%{_libdir}/voikko/2/mor-standard/voikko-fi_FI.sym_l
%doc ChangeLog CONTRIBUTORS COPYING README README.fi
%changelog
* Mon Sep 03 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12-1mamba
- update to 1.12
* Fri Nov 26 2010 Automatic Build System <autodist@mambasoft.it> 1.8-1mamba
- automatic update by autodist
* Wed Sep 22 2010 Automatic Build System <autodist@mambasoft.it> 1.7-1mamba
- automatic update by autodist
* Sat May 22 2010 Automatic Build System <autodist@mambasoft.it> 1.6-1mamba
- automatic update by autodist
* Tue Mar 31 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3-1mamba
- automatic update by autodist
* Mon Feb 02 2009 gil <puntogil@libero.it> 1.2-1mamba
- package created by autospec