packages: tmux/tmux.spec, tmux/tmux-term.patch (NEW), tmux/tmux-makefile.pa...

arekm arekm at pld-linux.org
Wed Jul 13 08:26:20 CEST 2011


Author: arekm                        Date: Wed Jul 13 06:26:19 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 1; builds

---- Files affected:
packages/tmux:
   tmux.spec (1.13 -> 1.14) , tmux-term.patch (NONE -> 1.1)  (NEW), tmux-makefile.patch (1.2 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: packages/tmux/tmux.spec
diff -u packages/tmux/tmux.spec:1.13 packages/tmux/tmux.spec:1.14
--- packages/tmux/tmux.spec:1.13	Wed Jul 13 07:53:52 2011
+++ packages/tmux/tmux.spec	Wed Jul 13 08:26:14 2011
@@ -6,13 +6,13 @@
 Summary(hu.UTF-8):	tmux egy terminál-sokszorozó
 Name:		tmux
 Version:	1.5
-Release:	0.1
+Release:	1
 License:	BSD
 Group:		Applications/Terminal
 Source0:	http://downloads.sourceforge.net/tmux/%{name}-%{version}.tar.gz
 # Source0-md5:	3d4b683572af34e83bc8b183a8285263
 Source1:	%{name}-filedetect.vim
-Patch0:		%{name}-makefile.patch
+Patch0:		%{name}-term.patch
 URL:		http://tmux.sourceforge.net/
 BuildRequires:	libevent-devel
 BuildRequires:	ncurses-devel
@@ -52,15 +52,15 @@
 
 %prep
 %setup -q
-# %patch0 -p1
+%patch0 -p1
 
 %build
+%{__aclocal}
+%{__autoconf}
 %configure \
-	CFLAGS="%{rpmcflags} -I/usr/include/ncursesw"
+	CPPFLAGS="-I/usr/include/ncursesw"
 
-CFLAGS="%{rpmcppflags} %{rpmcflags} -I/usr/include/ncursesw" %{__make} \
-	CC="%{__cc}" \
-	PREFIX=%{_prefix}
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -102,6 +102,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2011/07/13 06:26:14  arekm
+- rel 1; builds
+
 Revision 1.13  2011/07/13 05:53:52  uzsolt
 - 1.5
 - rel 0.1 (does not build, curses not found)

================================================================
Index: packages/tmux/tmux-term.patch
diff -u /dev/null packages/tmux/tmux-term.patch:1.1
--- /dev/null	Wed Jul 13 08:26:20 2011
+++ packages/tmux/tmux-term.patch	Wed Jul 13 08:26:14 2011
@@ -0,0 +1,11 @@
+--- tmux-1.5/configure.ac~	2011-07-09 18:00:17.000000000 +0200
++++ tmux-1.5/configure.ac	2011-07-13 08:24:00.018775830 +0200
+@@ -113,7 +113,7 @@
+ # Look for curses.
+ AC_SEARCH_LIBS(
+ 	setupterm,
+-	[terminfo curses ncurses],
++	[tinfow tinfo terminfo curses ncurses],
+ 	found_curses=yes,
+ 	found_curses=no
+ )
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/tmux/tmux.spec?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list