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