SHA256
1
0
forked from pool/aspell
OBS User unknown 2007-08-23 22:43:47 +00:00 committed by Git OBS Bridge
parent baf2539905
commit 84dfb53ff5
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 22 15:29:31 CEST 2007 - lmichnovic@suse.cz
- defining ncurses_wide library for configure to enable wide
UTF-8 characters [#266153]
-------------------------------------------------------------------
Thu Aug 16 16:38:45 CEST 2007 - lmichnovic@suse.cz

View File

@ -20,7 +20,7 @@ Obsoletes: pspell
PreReq: %install_info_prereq
Autoreqprov: on
Version: 0.60.5
Release: 36
Release: 39
Summary: A Free and Open Source Spell Checker
URL: http://aspell.net/
Source: aspell-%{version}.tar.bz2
@ -76,6 +76,7 @@ CXXFLAGS="$RPM_OPT_FLAGS" \
--libdir=%{_prefix}/%_lib \
--infodir=%{_infodir} \
--mandir=%{_mandir} \
--enable-curses=%{_libdir}/libncursesw.so \
--enable-static
# dictionary files depend on endian, needs fix, then posible
# --enable-pkgdatadir=%{_prefix}/share/aspell-0.60 \
@ -139,6 +140,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libpspell.so
%changelog
* Wed Aug 22 2007 - lmichnovic@suse.cz
- defining ncurses_wide library for configure to enable wide
UTF-8 characters [#266153]
* Thu Aug 16 2007 - lmichnovic@suse.cz
- fixed SIGSEV when checking empty file(epmty_file.patch) [#266130]
- using parallel build