]> git.pld-linux.org Git - packages/enchant.git/commitdiff
- enabled uspell support auto/ac/enchant-1_1_1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 30 Oct 2003 20:13:42 +0000 (20:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    enchant.spec -> 1.2

enchant.spec

index 1c50f1bcbf345b4beaa816b97b8807f04d772784..31811a16d2a9b35e5209ea2b40f9833c1df8449e 100644 (file)
@@ -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*
This page took 0.12038 seconds and 4 git commands to generate.