- Use the included S-Lang again, since we include a better version now.
This should avoid incompatibility with Red Hat 7.x. - Add _with_glib2 option.
Этот коммит содержится в:
родитель
0b37a8667a
Коммит
2127664d75
17
mc.spec.in
17
mc.spec.in
@ -1,9 +1,10 @@
|
||||
# Conditional build:
|
||||
#
|
||||
# _with_ncurses - use ncurses
|
||||
# _with_included_slang - use included S-Lang library
|
||||
# _with_charset - enable experimental code for charset conversion
|
||||
# _with_samba - enable SMB/CIFS virtual file system
|
||||
#%define _with_ncurses 1 # use ncurses
|
||||
%define _with_included_slang 1 # use included S-Lang library
|
||||
#%define _with_charset 1 # enable experimental code for charset conversion
|
||||
#%define _with_samba 1 # enable SMB/CIFS virtual file system
|
||||
#%define _with_glib2 1 # compile against glib2
|
||||
|
||||
# Note that this is NOT a relocatable package
|
||||
%define ver @VERSION@
|
||||
@ -45,7 +46,8 @@ CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" ./configure \
|
||||
%{?_with_ncurses: --with-screen=ncurses} \
|
||||
%{?_with_included_slang: --with-screen=mcslang} \
|
||||
%{?_with_charset: --enable-charset} \
|
||||
%{?_with_samba: --with-samba}
|
||||
%{?_with_samba: --with-samba} \
|
||||
%{?_with_glib2: --with-glib2}
|
||||
|
||||
make
|
||||
|
||||
@ -97,6 +99,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir %{_prefix}/share/mc/term
|
||||
|
||||
%changelog
|
||||
* Tue 08 2002 Pavel Roskin <proski@gnu.org>
|
||||
- Use the included S-Lang again, since we include a better version now.
|
||||
This should avoid incompatibility with Red Hat 7.x.
|
||||
- Add _with_glib2 option.
|
||||
|
||||
* Mon Oct 07 2002 Pavel Roskin <proski@gnu.org>
|
||||
- Remove installed mc.sh and mc.csh from %{_prefix}/share/mc/bin to
|
||||
suppress a warning about installed but unpackaged files.
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user