/[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 203408 - (hide annotations) (download)
Mon Jan 30 18:19:31 2012 UTC (12 years, 2 months ago) by lebedov
File size: 1067 byte(s)
Update to 1.6.
1 misc 53377 Summary: Terminal multiplexer
2 kharec 137523 Name: tmux
3 lebedov 203408 Version: 1.6
4 kharec 137523 Release: %mkrel 1
5 misc 53377 Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
6 misc 99272 # patch from fedora, CVE-2011-1496
7 lebedov 203408 Patch: tmux-1.6-dropping_unnecessary_privileges.diff
8 misc 53377 License: BSD
9     Group: Terminals
10     Url: http://tmux.sourceforge.net/
11     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
12     BuildRequires: ncurses-devel, libevent-devel
13    
14     %description
15     tmux is a "terminal multiplexer". It allows a number of terminals (or
16     windows) to be accessed and controlled from a single terminal. It is
17     intended to be a simple, modern, BSD-licensed alternative to programs
18     such as GNU screen.
19    
20     %prep
21     %setup -q
22 misc 99272 %patch -p1
23 misc 53377
24     %build
25 kharec 137523 %configure2_5x
26 misc 53377 %make
27    
28     %install
29     %__rm -rf %{buildroot}
30     %__install -d %{buildroot}%{_bindir}
31     %__install -m 755 tmux %{buildroot}%{_bindir}
32     %__install -d %{buildroot}%{_mandir}/man1
33     %__install -m 644 tmux.1 %{buildroot}%{_mandir}/man1
34    
35     %clean
36     %__rm -rf %{buildroot}
37    
38     %files
39     %defattr(-,root,root)
40     %doc FAQ NOTES TODO CHANGES examples/
41     %_bindir/tmux
42     %_mandir/man1/tmux.*
43    
44    
45    

  ViewVC Help
Powered by ViewVC 1.1.30