summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2003-10-30 20:13:42 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit40f5fa133f174a88bdf036146c896582887ec865 (patch)
treed15af4b1cd033e811a2a98e893a9b19a1f5c78d1
parentaadb9f291352e53e1ef674af1dcd69b21b17e941 (diff)
downloadenchant-40f5fa133f174a88bdf036146c896582887ec865.zip
enchant-40f5fa133f174a88bdf036146c896582887ec865.tar.gz
- enabled uspell supportauto/ac/enchant-1_1_1-1
Changed files: enchant.spec -> 1.2
-rw-r--r--enchant.spec12
1 files changed, 6 insertions, 6 deletions
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ł obsługujący uspella dla Enchanta.
%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*