]> git.pld-linux.org Git - packages/tmux.git/commitdiff
- up to 2.2 auto/th/tmux-2.2-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 12 Apr 2016 07:54:18 +0000 (09:54 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 12 Apr 2016 07:54:18 +0000 (09:54 +0200)
tmux.spec

index 717bed25d8630cc880b64719c245afe38cd32c6b..084f4b6f78da105125775bbc1ac4494299600a31 100644 (file)
--- 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*
 
This page took 0.066574 seconds and 4 git commands to generate.