Author: shadzik Date: Mon Mar 5 10:24:31 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - build ncurses version no matter what - rel 0.2
---- Files affected: SPECS: weechat.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/weechat.spec diff -u SPECS/weechat.spec:1.4 SPECS/weechat.spec:1.5 --- SPECS/weechat.spec:1.4 Mon Mar 5 11:12:08 2007 +++ SPECS/weechat.spec Mon Mar 5 11:24:26 2007 @@ -1,6 +1,5 @@ # $Revision$, $Date$ %bcond_without qt # don't build qt support -%bcond_without ncurses # don't build ncurses support %bcond_without ruby # don't build ruby plugin support %bcond_without lua # don't build lua plugin support %bcond_without perl # don't build perl plugin support @@ -11,7 +10,7 @@ Summary(pl.UTF-8): WeeChat Name: weechat Version: 0.2.3 -Release: 0.1 +Release: 0.2 License: GPL Group: X11/Applications Source0: http://weechat.flashtux.org/download/%{name}-%{version}.tar.bz2 @@ -19,7 +18,7 @@ URL: http://weechat.flashtux.org/ %{?with_lgnutls:BuildRequires: gnutls-devel} %{?with_lua:BuildRequires: lua-devel} -%{?with_ncurses:BuildRequires: ncurses-devel} +BuildRequires: ncurses-devel %{?with_perl:BuildRequires: perl-devel} %{?with_python:BuildRequires: python-devel} %{?with_qt:BuildRequires: qt-devel} @@ -46,7 +45,7 @@ --enable-plugins \ --with-qt-libraries=%{_libdir} \ --%{?with_qt:en}%{!?with_qt:dis}able-qt \ - --%{?with_ncurses:en}%{!?with_ncurses:dis}able-ncurses \ + --enable-ncurses \ --%{?with_perl:en}%{!?with_perl:dis}able-perl \ --%{?with_python:en}%{!?with_python:dis}able-python \ --%{?with_ruby:en}%{!?with_ruby:dis}able-ruby \ @@ -82,6 +81,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2007/03/05 10:24:26 shadzik +- build ncurses version no matter what +- rel 0.2 + Revision 1.4 2007/03/05 10:12:08 shadzik - add BRs, bconds and functionality ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/weechat.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
