|
@@ -1,6 +1,9 @@
|
|
|
|
+%define ver 1.7
|
|
|
|
+%define rel 1
|
|
|
|
+
|
|
Name: tmux
|
|
Name: tmux
|
|
-Version: 1.7
|
|
+Version: %{ver}
|
|
-Release: 1%{?dist}
|
|
+Release: %{rel}%{?_dist_release}
|
|
Summary: A terminal multiplexer
|
|
Summary: A terminal multiplexer
|
|
|
|
|
|
Group: Applications/System
|
|
Group: Applications/System
|
|
@@ -13,6 +16,9 @@ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.
|
|
BuildRequires: ncurses-devel
|
|
BuildRequires: ncurses-devel
|
|
BuildRequires: libevent-devel
|
|
BuildRequires: libevent-devel
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+
|
|
%description
|
|
%description
|
|
tmux is a "terminal multiplexer." It enables a number of terminals (or
|
|
tmux is a "terminal multiplexer." It enables a number of terminals (or
|
|
windows) to be accessed and controlled from a single terminal. tmux is
|
|
windows) to be accessed and controlled from a single terminal. tmux is
|
|
@@ -44,6 +50,9 @@ fi
|
|
%{_mandir}/man1/tmux.1.*
|
|
%{_mandir}/man1/tmux.1.*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Jan 18 2013 IWAI, Masaharu <iwai@alib.jp> 1.7-1
|
|
|
|
+- initial build for Vine Linux
|
|
|
|
+
|
|
* Sat Oct 13 2012 Sven Lankes <sven@lank.es> 1.7-1
|
|
* Sat Oct 13 2012 Sven Lankes <sven@lank.es> 1.7-1
|
|
- New upstream release
|
|
- New upstream release
|
|
|
|
|