Browse Source

tmux 1.7-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7408 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 11 years ago
parent
commit
2a3bd08951
1 changed files with 11 additions and 2 deletions
  1. 11 2
      t/tmux/tmux-vl.spec

+ 11 - 2
t/tmux/tmux.spec → t/tmux/tmux-vl.spec

@@ -1,6 +1,9 @@
+%define ver 1.7
+%define rel 1
+
 Name:           tmux
-Version:        1.7
-Release:        1%{?dist}
+Version:        %{ver}
+Release:        %{rel}%{?_dist_release}
 Summary:        A terminal multiplexer
 
 Group:          Applications/System
@@ -13,6 +16,9 @@ Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.
 BuildRequires:  ncurses-devel
 BuildRequires:  libevent-devel
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 tmux is a "terminal multiplexer."  It enables a number of terminals (or
 windows) to be accessed and controlled from a single terminal.  tmux is
@@ -44,6 +50,9 @@ fi
 %{_mandir}/man1/tmux.1.*
 
 %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
 - New upstream release