latest version
This commit is contained in:
parent
757bf727c1
commit
817e875b25
@ -1 +1 @@
|
||||
hunspell-1.2.11.tar.gz
|
||||
hunspell-1.2.12.tar.gz
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,14 +0,0 @@
|
||||
--- hunspell-1.2.11/tests/test.sh 2010-06-22 11:12:00.000000000 +0100
|
||||
+++ hunspell-1.2.11/tests/test.sh 2010-06-22 11:12:08.000000000 +0100
|
||||
@@ -41,8 +41,9 @@
|
||||
if [ ! -d $TEMPDIR/badlogs ]; then
|
||||
mkdir $TEMPDIR/badlogs
|
||||
fi
|
||||
- alias hunspell='valgrind --tool=$VALGRIND --leak-check=yes --show-reachable=yes --log-file=$TEMPDIR/test.pid ../src/tools/.libs/lt-hunspell'
|
||||
- alias analyze='valgrind --tool=$VALGRIND --leak-check=yes --show-reachable=yes --log-file=$TEMPDIR/test.pid ../src/tools/.libs/lt-analyze'
|
||||
+
|
||||
+ alias hunspell='../libtool --mode=execute -dlopen ../src/hunspell/.libs/libhunspell*.la valgrind --tool=$VALGRIND --leak-check=yes --show-reachable=yes --log-file=$TEMPDIR/test.pid ../src/tools/hunspell'
|
||||
+ alias analyze='../libtool --mode=execute -dlopen ../src/hunspell/.libs/libhunspell*.la valgrind --tool=$VALGRIND --leak-check=yes --show-reachable=yes --log-file=$TEMPDIR/test.pid ../src/tools/analyze'
|
||||
fi
|
||||
|
||||
# Tests good words
|
@ -2,8 +2,8 @@
|
||||
|
||||
Name: hunspell
|
||||
Summary: A spell checker and morphological analyzer library
|
||||
Version: 1.2.11
|
||||
Release: 4%{?dist}
|
||||
Version: 1.2.12
|
||||
Release: 1%{?dist}
|
||||
Source: http://downloads.sourceforge.net/%{name}/hunspell-%{version}.tar.gz
|
||||
Group: System Environment/Libraries
|
||||
URL: http://hunspell.sourceforge.net/
|
||||
@ -16,8 +16,6 @@ BuildRequires: valgrind
|
||||
%if %{double_profiling_build}
|
||||
BuildRequires: words
|
||||
%endif
|
||||
Patch0: hunspell-1.2.11-valgrind.patch
|
||||
Patch1: hunspell-1.2.11-koreansupport.patch
|
||||
|
||||
%description
|
||||
Hunspell is a spell checker and morphological analyzer library and program
|
||||
@ -35,9 +33,6 @@ Includes and definitions for developing with hunspell
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .valgrind
|
||||
%patch1 -p0 -b .koreansupport
|
||||
chmod u+x tests/korean.test
|
||||
|
||||
%build
|
||||
configureflags="--disable-rpath --disable-static --with-ui --with-readline"
|
||||
@ -126,6 +121,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/hunspell.3.gz
|
||||
|
||||
%changelog
|
||||
* Thu Jul 15 2010 Caolán McNamara <caolanm@redhat.com> - 1.2.12-1
|
||||
- latest version
|
||||
- drop integrated hunspell-1.2.11-valgrind.patch
|
||||
- drop integrated hunspell-1.2.11-koreansupport.patch
|
||||
|
||||
* Fri Jul 09 2010 Caolán McNamara <caolanm@redhat.com> - 1.2.11-4
|
||||
- use -fprofile-generate and -fprofile-use
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user