From 40f5fa133f174a88bdf036146c896582887ec865 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 30 Oct 2003 20:13:42 +0000 Subject: - enabled uspell support Changed files: enchant.spec -> 1.2 diff --git a/enchant.spec b/enchant.spec index 1c50f1b..31811a1 100644 --- a/enchant.spec +++ b/enchant.spec @@ -10,8 +10,8 @@ Source0: http://dl.sourceforge.net/abiword/%{name}-%{version}.tar.gz URL: http://www.abisource.com/enchant/ BuildRequires: aspell-devel >= 0.50.0 BuildRequires: glib2-devel >= 2.0 -#BuildRequires: libuspell-devel >= 1.1.0 BuildRequires: pkgconfig +BuildRequires: uspell-devel >= 1.1.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -135,9 +135,9 @@ Modu %build %configure \ - --with-ispell-dir=/usr/lib/ispell + --with-ispell-dir=/usr/lib/ispell \ + --with-uspell-dir=/usr/share/uspell # --with-myspell-dir=/some/where -# --with-uspell-dir=/some/where %{__make} @@ -188,6 +188,6 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/enchant/libenchant_myspell.so* -#%files uspell -#%defattr(644,root,root,755) -#%attr(755,root,root) %{_libdir}/enchant/libenchant_uspell.so* +%files uspell +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/enchant/libenchant_uspell.so* -- cgit v0.10.2