]> git.pld-linux.org Git - packages/tmux.git/commitdiff
- 1.5
authorZsolt Udvari <uzsolt@pld-linux.org>
Wed, 13 Jul 2011 05:53:52 +0000 (05:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 0.1 (does not build, curses not found)

Changed files:
    tmux.spec -> 1.13

tmux.spec

index 19b661bc4706007011d7732993c962f59321930d..c161c0479645cc15fd5466dbdc3e414fcbb1b493 100644 (file)
--- 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}
This page took 0.105155 seconds and 4 git commands to generate.