Author: arekm Date: Wed Aug 31 20:10:10 2011 GMT Module: packages Tag: HEAD ---- Log message: - rel 3; link with ncurses
---- Files affected: packages/tcsh: tcsh.spec (1.85 -> 1.86) ---- Diffs: ================================================================ Index: packages/tcsh/tcsh.spec diff -u packages/tcsh/tcsh.spec:1.85 packages/tcsh/tcsh.spec:1.86 --- packages/tcsh/tcsh.spec:1.85 Wed Aug 31 20:33:10 2011 +++ packages/tcsh/tcsh.spec Wed Aug 31 22:10:04 2011 @@ -18,7 +18,7 @@ Summary(uk.UTF-8): Покращена верся csh Name: tcsh Version: 6.17.00 -Release: 2 +Release: 3 License: distributable Group: Applications/Shells Source0: ftp://ftp.astron.com/pub/tcsh/%{name}-%{version}.tar.gz @@ -134,12 +134,12 @@ %if %{with static} %{__make} \ LDFLAGS="-static %{rpmldflags}" \ - LIBES="-ltinfo -lcrypt" + LIBES="-lncurses -lcrypt" mv -f tcsh tcsh.static %endif %{__make} \ LDFLAGS="%{rpmldflags}" \ - LIBES="-ltinfo -lcrypt" + LIBES="-lncurses -lcrypt" %{__make} -C nls @@ -231,6 +231,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.86 2011/08/31 20:10:04 arekm +- rel 3; link with ncurses + Revision 1.85 2011/08/31 18:33:10 arekm - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/tcsh/tcsh.spec?r1=1.85&r2=1.86&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
