|
Lines 60-68
Link Here
|
| 60 |
if [ ! -f configure ]; then |
60 |
if [ ! -f configure ]; then |
| 61 |
CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%{_prefix} |
61 |
CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%{_prefix} |
| 62 |
fi |
62 |
fi |
| 63 |
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} \ |
63 |
%configure --with-ispell-dir=%_libdir/ispell \ |
| 64 |
--mandir=%_mandir \ |
|
|
| 65 |
--with-ispell-dir=/usr/lib/ispell \ |
| 66 |
%{?_without_ispell:--disable-ispell} \ |
64 |
%{?_without_ispell:--disable-ispell} \ |
| 67 |
%{?_without_myspell:--disable-myspell} \ |
65 |
%{?_without_myspell:--disable-myspell} \ |
| 68 |
%{?_without_aspell:--disable-aspell} \ |
66 |
%{?_without_aspell:--disable-aspell} \ |