]> git.pld-linux.org Git - packages/enchant.git/commitdiff
- build voikko backend
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 24 Nov 2010 08:57:45 +0000 (08:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    enchant.spec -> 1.29

enchant.spec

index 9c96eb11a981159399c2454be476975fba2b7635..24edeac9d9bcecac726703d0d0fe312b35f102d4 100644 (file)
@@ -1,4 +1,3 @@
-# TODO: voikko backend? (R: libvoikko)
 #
 # Conditional build:
 %bcond_without static_libs     # don't build static library
@@ -20,6 +19,7 @@ BuildRequires:        dbus-glib-devel >= 0.62
 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
@@ -159,6 +159,19 @@ uspell provider module for Enchant.
 %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
@@ -250,6 +263,10 @@ rm -rf $RPM_BUILD_ROOT
 %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
This page took 0.096919 seconds and 4 git commands to generate.