packages: enchant/enchant.spec - build voikko backend
qboosh
qboosh at pld-linux.org
Wed Nov 24 09:57:50 CET 2010
Author: qboosh Date: Wed Nov 24 08:57:50 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- build voikko backend
---- Files affected:
packages/enchant:
enchant.spec (1.28 -> 1.29)
---- Diffs:
================================================================
Index: packages/enchant/enchant.spec
diff -u packages/enchant/enchant.spec:1.28 packages/enchant/enchant.spec:1.29
--- packages/enchant/enchant.spec:1.28 Mon Nov 22 21:48:03 2010
+++ packages/enchant/enchant.spec Wed Nov 24 09:57:45 2010
@@ -1,5 +1,4 @@
# $Revision$, $Date$
-# TODO: voikko backend? (R: libvoikko)
#
# Conditional build:
%bcond_without static_libs # don't build static library
@@ -21,6 +20,7 @@
BuildRequires: glib2-devel >= 1:2.12.0
BuildRequires: hspell-devel >= 0.9-3
BuildRequires: libtool
+BuildRequires: libvoikko-devel
BuildRequires: pkgconfig
BuildRequires: uspell-devel >= 1.1.0
Requires: glib2 >= 1:2.12.0
@@ -160,6 +160,19 @@
%description uspell -l pl.UTF-8
Moduł obsługujący uspella dla Enchanta.
+%package voikko
+Summary: Voikko provider module for Enchant
+Summary(pl.UTF-8): Moduł obsługujący backend voikko dla Enchanta
+Group: Libraries
+Requires: %{name} = %{version}-%{release}
+Provides: %{name}-backend
+
+%description voikko
+Voikko (Finnish) provider module for Enchant.
+
+%description voikko -l pl.UTF-8
+Moduł obsługujący backend voikko (fiński) dla Enchanta.
+
%package zemberek
Summary: Zemberek provider module for Enchant
Summary(pl.UTF-8): Moduł obsługujący backend zemberek dla Enchanta
@@ -251,6 +264,10 @@
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/enchant/libenchant_uspell.so
+%files voikko
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/enchant/libenchant_voikko.so
+
%files zemberek
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/enchant/libenchant_zemberek.so
@@ -261,6 +278,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.29 2010/11/24 08:57:45 qboosh
+- build voikko backend
+
Revision 1.28 2010/11/22 20:48:03 qboosh
- fixed ac rebuild
- package zemberek backend
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/enchant/enchant.spec?r1=1.28&r2=1.29&f=u
More information about the pld-cvs-commit
mailing list