diff --git a/README.md b/README.md index d7f45bf..43d6193 100644 --- a/README.md +++ b/README.md @@ -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. + diff --git a/suomi-malaga-vokkio.spec b/suomi-malaga-vokkio.spec new file mode 100644 index 0000000..fe69ae7 --- /dev/null +++ b/suomi-malaga-vokkio.spec @@ -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 +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 1.12-1mamba +- update to 1.12 + +* Fri Nov 26 2010 Automatic Build System 1.8-1mamba +- automatic update by autodist + +* Wed Sep 22 2010 Automatic Build System 1.7-1mamba +- automatic update by autodist + +* Sat May 22 2010 Automatic Build System 1.6-1mamba +- automatic update by autodist + +* Tue Mar 31 2009 Silvan Calarco 1.3-1mamba +- automatic update by autodist + +* Mon Feb 02 2009 gil 1.2-1mamba +- package created by autospec