From bdef13e917453f213e4171c822301f898f83b536 Mon Sep 17 00:00:00 2001 From: Zsolt Udvari Date: Wed, 13 Jul 2011 05:53:52 +0000 Subject: [PATCH] - 1.5 - rel 0.1 (does not build, curses not found) Changed files: tmux.spec -> 1.13 --- tmux.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/tmux.spec b/tmux.spec index 19b661b..c161c04 100644 --- a/tmux.spec +++ b/tmux.spec @@ -4,12 +4,12 @@ Summary: tmux is a terminal multiplexer Summary(hu.UTF-8): tmux egy terminál-sokszorozó Name: tmux -Version: 1.4 -Release: 3 +Version: 1.5 +Release: 0.1 License: BSD Group: Applications/Terminal Source0: http://downloads.sourceforge.net/tmux/%{name}-%{version}.tar.gz -# Source0-md5: 0bfc7dd9a5bab192406167589c716a21 +# Source0-md5: 3d4b683572af34e83bc8b183a8285263 Source1: %{name}-filedetect.vim Patch0: %{name}-makefile.patch URL: http://tmux.sourceforge.net/ @@ -51,10 +51,12 @@ This package provides bash-completion for tmux. %prep %setup -q -%patch0 -p1 +# %patch0 -p1 %build -./configure +%configure \ + CFLAGS="%{rpmcflags} -I/usr/include/ncursesw" + CFLAGS="%{rpmcppflags} %{rpmcflags} -I/usr/include/ncursesw" %{__make} \ CC="%{__cc}" \ PREFIX=%{_prefix} -- 2.44.0