packages: libvoikko/libvoikko.spec - oops, typo: current version is 3.1 - m...

qboosh qboosh at pld-linux.org
Thu Nov 25 07:48:34 CET 2010


Author: qboosh                       Date: Thu Nov 25 06:48:34 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- oops, typo: current version is 3.1
- malaga backend is internal now; two more in the way

---- Files affected:
packages/libvoikko:
   libvoikko.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/libvoikko/libvoikko.spec
diff -u packages/libvoikko/libvoikko.spec:1.1 packages/libvoikko/libvoikko.spec:1.2
--- packages/libvoikko/libvoikko.spec:1.1	Wed Nov 24 09:48:55 2010
+++ packages/libvoikko/libvoikko.spec	Thu Nov 25 07:48:29 2010
@@ -1,40 +1,46 @@
 # $Revision$, $Date$
-Summary:	Library for spellcheckers and hyphenators using Malaga library
-Summary(pl.UTF-8):	Biblioteka do sprawdzania pisowni i przenoszenia wyrazów przy użyciu biblioteki Malaga
+# TODO: hfst, lttoolbox backends
+Summary:	Library for spell checking, hyphenation and grammar checking
+Summary(pl.UTF-8):	Biblioteka do sprawdzania pisowni i gramatyki oraz przenoszenia wyrazów
 Name:		libvoikko
-Version:	1.3
+Version:	3.1
 Release:	1
 License:	GPL v2+
 Group:		Libraries
 Source0:	http://downloads.sourceforge.net/voikko/%{name}-%{version}.tar.gz
-# Source0-md5:	1352102e2b9bdf0d9e4cecd85f03cd99
+# Source0-md5:	407c5a5ad83ef86fb76ef4502e0e8e72
 URL:		http://voikko.sourceforge.net/
-BuildRequires:	malaga-devel
+#BuildRequires:	hfst-devel >= 2.4
+BuildRequires:	libstdc++-devel
+#BuildRequires:	lttoolbox-devel >= 3.1.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-libvoikko is a library for spellcheckers and hyphenators using Malaga
-natural language grammar development tool. The library is written in
-C.
-
-Currently only Finnish is supported, but the API of the library has
-been designed to allow adding support for other languages later.
+libvoikko is a library of free Finnish language tools. The library is
+written in C++ and uses a left associative grammar for describing the
+morphology of Finnish language. The morphology is developed using
+Malaga natural language development tool.
+
+libvoikko provides spell checking, hyphenation, grammar checking and
+morphological analysis for Finnish language. Support for other languages
+is in experimental state.
 
 %description -l pl.UTF-8
-libvoikko to biblioteka do sprawdzania pisowni i przenoszenia wyrazów
-wykorzysująca bibliotekę Malaga, będącą narzędziem do programowania
-gramatyk języków naturalnych. Biblioteka jest napisana w C.
-
-Obecnie obsługiwany jest tylko język fiński, ale API biblioteki
-zostało zaprojektowane tak, aby umożliwić później dodanie obsługi
-także innych języków.
+libvoikko to biblioteka wolnodostępnych narzędzi dla języka fińskiego.
+Jest napisana w C++ i do opisu morfologii języka fińskiego wykorzystuje
+gramatykę wiązaną lewostronnie. Morfologię tworzy się przy użyciu
+Malagi - narzędzia do programowania gramatyk języków naturalnych.
+
+libvoikko udostępnia sprawdzanie pisowni, przenoszenie wyrazów,
+sprawdzanie gramatyki oraz analizę morfologiczną dla języka fińskiego.
+Obsługa innych języków jest w stanie eksperymentalnym.
 
 %package devel
 Summary:	Header files for libvoikko library
 Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki libvoikko
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	malaga-devel
+Requires:	libstdc++-devel
 
 %description devel
 Header files for libvoikko library.
@@ -79,11 +85,13 @@
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog README
+%attr(755,root,root) %{_bindir}/voikkogc
 %attr(755,root,root) %{_bindir}/voikkohyphenate
 %attr(755,root,root) %{_bindir}/voikkospell
 %attr(755,root,root) %{_libdir}/libvoikko.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libvoikko.so.1
 %dir %{_libdir}/voikko
+%{_mandir}/man1/voikkogc.1*
 %{_mandir}/man1/voikkohyphenate.1*
 %{_mandir}/man1/voikkospell.1*
 
@@ -92,6 +100,7 @@
 %attr(755,root,root) %{_libdir}/libvoikko.so
 %{_libdir}/libvoikko.la
 %{_includedir}/libvoikko
+%{_pkgconfigdir}/libvoikko.pc
 
 %files static
 %defattr(644,root,root,755)
@@ -103,5 +112,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2010/11/25 06:48:29  qboosh
+- oops, typo: current version is 3.1
+- malaga backend is internal now; two more in the way
+
 Revision 1.1  2010/11/24 08:48:55  qboosh
 - new
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libvoikko/libvoikko.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list