[packages/tmux] - up to 2.2

arekm arekm at pld-linux.org
Tue Apr 12 09:54:23 CEST 2016


commit 466bc6bca0c387812f3f0e520105f5f310552070
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Apr 12 09:54:18 2016 +0200

    - up to 2.2

 tmux.spec | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/tmux.spec b/tmux.spec
index 717bed2..084f4b6 100644
--- a/tmux.spec
+++ b/tmux.spec
@@ -5,13 +5,17 @@ Summary:	tmux - a terminal multiplexer
 Summary(hu.UTF-8):	tmux egy terminál-sokszorozó
 Summary(pl.UTF-8):	tmux - multiplekser terminali
 Name:		tmux
-Version:	2.1
+Version:	2.2
 Release:	1
 License:	BSD
 Group:		Applications/Terminal
 Source0:	https://github.com/tmux/tmux/releases/download/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	74a2855695bccb51b6e301383ad4818c
+# Source0-md5:	bd95ee7205e489c62c616bb7af040099
 Source1:	%{name}-filedetect.vim
+Source2:	https://raw.githubusercontent.com/keith/tmux.vim/master/syntax/tmux.vim
+# Source2-md5:	49b70ec6d65ba3b22e5007a3bbd7d2e4
+Source3:	https://raw.githubusercontent.com/przepompownia/tmux-bash-completion/master/completions/tmux
+# Source3-md5:	5b9e87301e09fab4c30d0d0f83fe6cf5
 URL:		http://tmux.github.io/
 BuildRequires:	libevent-devel
 BuildRequires:	libutempter-devel
@@ -83,9 +87,9 @@ rm -rf $RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT%{_datadir}/vim/vimfiles/{ftdetect,syntax}
 install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/vim/vimfiles/ftdetect/tmux.vim
-install examples/tmux.vim $RPM_BUILD_ROOT%{_datadir}/vim/vimfiles/syntax
+install %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/vim/vimfiles/syntax
 install -d $RPM_BUILD_ROOT%{_datadir}/bash-completion
-install examples/bash_completion_tmux.sh $RPM_BUILD_ROOT%{_datadir}/bash-completion/%{name}
+install %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/bash-completion/%{name}
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
 ln -s ../../%{_datadir}/bash-completion/%{name} $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
 
@@ -94,7 +98,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGES FAQ README TODO examples/*.conf
+%doc CHANGES FAQ README TODO
 %attr(755,root,root) %{_bindir}/tmux
 %{_mandir}/man1/tmux.1*
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tmux.git/commitdiff/466bc6bca0c387812f3f0e520105f5f310552070



More information about the pld-cvs-commit mailing list