mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Use --with-screen instead of --with-ncurses and --with-included-slang.
This commit is contained in:
parent
6e51be478d
commit
dc880cb7d0
@ -41,8 +41,8 @@ servers.
|
||||
CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" ./configure \
|
||||
--prefix=%{_prefix} \
|
||||
--mandir=%{_mandir} \
|
||||
%{?_with_ncurses: --with-ncurses} \
|
||||
%{?_with_included_slang: --with-included-slang} \
|
||||
%{?_with_ncurses: --with-screen=ncurses} \
|
||||
%{?_with_included_slang: --with-screen=mcslang} \
|
||||
%{?_with_charset: --enable-charset}
|
||||
|
||||
make
|
||||
@ -94,6 +94,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir %{_prefix}/share/mc/term
|
||||
|
||||
%changelog
|
||||
* Sun Sep 29 2002 Pavel Roskin <proski@gnu.org>
|
||||
- Use --with-screen instead of --with-ncurses and --with-included-slang.
|
||||
|
||||
* Mon Sep 23 2002 Andrew V. Samoilov <sav@bcs.zp.ua>
|
||||
- Restore %config for %{_prefix}/share/mc/mc.charsets.
|
||||
- Restore %{_prefix}/share/mc/edit.spell.rc.
|
||||
|
Loading…
Reference in New Issue
Block a user