/[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 1344989 - (hide annotations) (download)
Tue Dec 25 19:15:41 2018 UTC (5 years, 3 months ago) by daviddavid
File size: 904 byte(s)
- add upstream patch to fix CVE-2018-19387 (mga#24054)

1 misc 53377 Summary: Terminal multiplexer
2 kharec 137523 Name: tmux
3 daviddavid 1322281 Version: 2.8
4 daviddavid 1344989 Release: %mkrel 2
5 daviddavid 1229954 License: BSD
6 misc 53377 Group: Terminals
7 solbu 929879 Url: http://tmux.github.io/
8 daviddavid 1229954 Source0: https://github.com/%{name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
9 daviddavid 1344989 Patch0: CVE-2018-19387.patch
10 misc 53377
11 ovitters 1146780 BuildRequires: pkgconfig(ncurses)
12     BuildRequires: pkgconfig(libevent)
13 solbu 310621
14 misc 53377 %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 solbu 310621
21 misc 53377 %prep
22     %setup -q
23 blino 872306 %autopatch -p1
24 misc 53377
25     %build
26 kharec 137523 %configure2_5x
27 ngompa 1058483 %make_build
28 misc 53377
29     %install
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     %files
36 joequant 1171741 %doc README TODO CHANGES
37 solbu 310621 %{_bindir}/tmux
38     %{_mandir}/man1/tmux.*
39    

  ViewVC Help
Powered by ViewVC 1.1.30