|
|
@@ -38,12 +38,13 @@ Distribution: OpenPKG [BASE]
|
|
|
Group: Text
|
|
|
License: GPL
|
|
|
Version: %{V_aspell}
|
|
|
-Release: 20030723
|
|
|
+Release: 20030724
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.gnu.org/gnu/aspell/aspell-%{V_aspell}.tar.gz
|
|
|
Source1: ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell-en-%{V_aspell_en}.tar.bz2
|
|
|
Source2: ftp://ftp.gnu.org/gnu/aspell/dict/de/aspell-de-%{V_aspell_de}.tar.bz2
|
|
|
+Patch0: aspell.patch
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -68,6 +69,7 @@ AutoReqProv: no
|
|
|
%setup0 -q -c
|
|
|
%setup1 -q -T -D -a 1
|
|
|
%setup2 -q -T -D -a 2
|
|
|
+ %patch0 -p0
|
|
|
|
|
|
%build
|
|
|
# configure GNU aspell
|