]> git.pld-linux.org Git - packages/weechat.git/commitdiff
- build ncurses version no matter what
authorshadzik <shadzik@pld-linux.org>
Mon, 5 Mar 2007 10:24:26 +0000 (10:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 0.2

Changed files:
    weechat.spec -> 1.5

weechat.spec

index e8bb22161cc9a02223546c397d68362a8485e2f4..67c6928c033aea88f7abe2ff903c5aa2410f7afc 100644 (file)
@@ -1,5 +1,4 @@
 %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
@@ -10,7 +9,7 @@ Summary:       WeeChat
 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
@@ -18,7 +17,7 @@ Source0:      http://weechat.flashtux.org/download/%{name}-%{version}.tar.bz2
 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}
@@ -45,7 +44,7 @@ It is customizable and extensible with scripts.
        --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 \
This page took 0.040198 seconds and 4 git commands to generate.