/[packages]/cauldron/tmux/current/SPECS/tmux.spec
ViewVC logotype

Annotation of /cauldron/tmux/current/SPECS/tmux.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 872306 - (hide annotations) (download)
Wed Sep 2 19:25:30 2015 UTC (8 years, 7 months ago) by blino
File size: 1003 byte(s)
add upstream patch to fix missing cursor with emacs-in-tmux-in-tmux
1 misc 53377 Summary: Terminal multiplexer
2 kharec 137523 Name: tmux
3 solbu 847479 Version: 2.0
4 blino 872306 Release: %mkrel 2
5 misc 53377 Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
6 blino 872306 # (blino) from upstream to fix missing cursor with emacs-in-tmux-in-tmux
7     Patch0: 0001-In-terminfo-sometimes-cvvis-implies-cnorm-and-someti.patch
8 misc 53377 License: BSD
9     Group: Terminals
10     Url: http://tmux.sourceforge.net/
11    
12 solbu 310621 BuildRequires: ncurses-devel
13     BuildRequires: libevent-devel
14    
15 misc 53377 %description
16     tmux is a "terminal multiplexer". It allows a number of terminals (or
17     windows) to be accessed and controlled from a single terminal. It is
18     intended to be a simple, modern, BSD-licensed alternative to programs
19     such as GNU screen.
20    
21 solbu 310621
22 misc 53377 %prep
23     %setup -q
24 blino 872306 %autopatch -p1
25 misc 53377
26     %build
27 kharec 137523 %configure2_5x
28 misc 53377 %make
29    
30     %install
31     %__install -d %{buildroot}%{_bindir}
32     %__install -m 755 tmux %{buildroot}%{_bindir}
33     %__install -d %{buildroot}%{_mandir}/man1
34     %__install -m 644 tmux.1 %{buildroot}%{_mandir}/man1
35    
36     %files
37 mitya 406693 %doc README FAQ TODO CHANGES examples/
38 solbu 310621 %{_bindir}/tmux
39     %{_mandir}/man1/tmux.*
40    

  ViewVC Help
Powered by ViewVC 1.1.30