Author: arekm Date: Fri Sep 25 18:58:51 2009 GMT Module: packages Tag: HEAD ---- Log message: - rel 0.3; switch to slang library; ncurses lack some features (or mc is not ready enough to use them in ncurses) comparing to slang
---- Files affected: packages/mc: mc.spec (1.293 -> 1.294) ---- Diffs: ================================================================ Index: packages/mc/mc.spec diff -u packages/mc/mc.spec:1.293 packages/mc/mc.spec:1.294 --- packages/mc/mc.spec:1.293 Fri Sep 25 20:48:22 2009 +++ packages/mc/mc.spec Fri Sep 25 20:58:46 2009 @@ -23,7 +23,7 @@ Summary(zh_CN.UTF-8): 一个方便实用的文件管理器和虚拟Shell Name: mc Version: 4.7.0 -Release: 0.2 +Release: 0.3 License: GPL v2+ Group: Applications/Shells Source0: http://www.midnight-commander.org/downloads/%{name}-%{version}-%{snap}.tar.bz2 @@ -51,7 +51,7 @@ BuildRequires: gettext-devel BuildRequires: glib2-devel BuildRequires: indent -BuildRequires: ncurses-devel >= 5.0 +BuildRequires: slang-devel >= 2.2.1 BuildRequires: pam-devel BuildRequires: pkgconfig BuildRequires: rpm-perlprov @@ -259,7 +259,6 @@ fi" %configure \ - CPPFLAGS="%{rpmcppflags} -I/usr/include/ncursesw" \ --enable-dependency-tracking \ --enable-charset \ --with%{!?debug:out}-debug \ @@ -272,7 +271,7 @@ --with-configdir=/etc/samba \ --with-codepagedir=/etc/samba/codepages \ --with-gpm-mouse \ - --with-screen=ncursesw \ + --with-screen=slang \ --with-edit %{__make} @@ -414,6 +413,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.294 2009/09/25 18:58:46 arekm +- rel 0.3; switch to slang library; ncurses lack some features (or mc is not ready enough to use them in ncurses) comparing to slang + Revision 1.293 2009/09/25 18:48:22 witekfl - really use ncursesw - gpm must be built with the ncursesw bcond to avoid segfaults ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mc/mc.spec?r1=1.293&r2=1.294&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
