Author: glen Date: Sat Oct 17 15:15:43 2009 GMT Module: packages Tag: HEAD ---- Log message: - fix -ltinfoww error for lynx compile; rel 16
---- Files affected: packages/ncurses: ncurses.spec (1.198 -> 1.199) ---- Diffs: ================================================================ Index: packages/ncurses/ncurses.spec diff -u packages/ncurses/ncurses.spec:1.198 packages/ncurses/ncurses.spec:1.199 --- packages/ncurses/ncurses.spec:1.198 Thu Sep 24 11:04:41 2009 +++ packages/ncurses/ncurses.spec Sat Oct 17 17:15:38 2009 @@ -1,5 +1,4 @@ # $Revision$, $Date$ -# # Conditional build: %bcond_without ada # do not build Ada95 bindings %bcond_without cxx # do not build C++ ncurses bindings and demo programs @@ -21,7 +20,7 @@ Summary(uk.UTF-8): ncurses - нова бібліотека керування терміналами Name: ncurses Version: 5.7 -Release: 15 +Release: 16 License: distributable Group: Libraries Source0: ftp://dickey.his.com/ncurses/%{name}-%{version}.tar.gz @@ -490,6 +489,10 @@ bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir} +# FIXME: should be fixed properly +# fix too many w's +sed -i -e 's/tinfoww/tinfow/' $RPM_BUILD_ROOT%{_bindir}/ncurses*-config + %clean rm -rf $RPM_BUILD_ROOT @@ -715,6 +718,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.199 2009/10/17 15:15:38 glen +- fix -ltinfoww error for lynx compile; rel 16 + Revision 1.198 2009/09/24 09:04:41 arekm - rel 14; up to patch 20090919 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ncurses/ncurses.spec?r1=1.198&r2=1.199&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
