source: projects/specs/trunk/t/tmux/tmux-vl.spec @ 12374

Revision 12374, 4.9 KB checked in by tomop, 4 years ago (diff)

updated 9 packages

libevent-2.1.11-1

memcached-1.6.5-1

netatalk-3.1.12-2

nfs-utils-2.4.3-1

nsd-4.3.0-3

perl-Event-Lib-1.03-5

tmux-3.0a-1

unbound-1.10.0-2

zabbix-4.0.19-2

Line 
1Name:           tmux
2Version:        3.0a
3Release:        1%{?_dist_release}
4Summary:        A terminal multiplexer
5Group:          Applications/System
6Vendor:         Project Vine
7Distribution:   Vine Linux
8
9# Most of the source is ISC licensed; some of the files in compat/ are 2 and
10# 3 clause BSD licensed.
11License:        ISC and BSD
12URL:            https://github.com/tmux/tmux
13Source0:        https://github.com/tmux/tmux/releases/download/%{version}/tmux-%{version}.tar.gz
14
15BuildRequires:  ncurses-devel
16BuildRequires:  libevent-devel
17
18%description
19tmux is a "terminal multiplexer."  It enables a number of terminals (or
20windows) to be accessed and controlled from a single terminal.  tmux is
21intended to be a simple, modern, BSD-licensed alternative to programs such
22as GNU Screen.
23
24%prep
25%setup -q
26
27%build
28%configure
29make %{?_smp_mflags} LDFLAGS="%{optflags}"
30
31%install
32rm -rf %{buildroot}
33make install DESTDIR=%{buildroot} INSTALLBIN="install -p -m 755" INSTALLMAN="install -p -m 644"
34
35%post
36if [ ! -f %{_sysconfdir}/shells ] ; then
37    echo "%{_bindir}/tmux" > %{_sysconfdir}/shells
38else
39    grep -q "^%{_bindir}/tmux$" %{_sysconfdir}/shells || echo "%{_bindir}/tmux" >> %{_sysconfdir}/shells
40fi
41
42%files
43%defattr(-,root,root,-)
44%license COPYING
45%doc CHANGES FAQ TODO examples/
46%{_bindir}/tmux
47%{_mandir}/man1/tmux.1.*
48
49%changelog
50* Tue Apr 14 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0a-1
51- new upstream release.
52
53* Fri Aug 30 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.9a-1
54- new upstream release.
55
56* Sun Nov 04 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.8-1
57- new upstream release.
58- built with libevent-2.1.8.
59
60* Thu Mar 31 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.1-1
61- new upstream release
62- fixed %%doc in %%files
63
64* Fri Oct  4 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 1.8-1
65- update to 1.8
66
67* Fri Jan 18 2013 IWAI, Masaharu <iwai@alib.jp> 1.7-1
68- initial build for Vine Linux
69
70* Sat Oct 13 2012 Sven Lankes <sven@lank.es> 1.7-1
71- New upstream release
72
73* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-2
74- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
75
76* Tue Jan 31 2012 Sven Lankes <sven@lank.es> 1.6-1
77- New upstream release
78
79* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-2
80- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
81
82* Tue Nov 01 2011 Sven Lankes <sven@lank.es> 1.5-1
83- New upstream release
84- Do the right thing (tm) and revert to $upstream-behaviour:
85   No longer install tmux setgid and no longer use /var/run/tmux
86   for sockets. Use "tmux -S /var/run/tmux/tmux-`id -u`/default attach"
87   if you need to access an "old" tmux session
88- tmux can be used as a login shell so add it to /etc/shells
89
90* Sat Apr 16 2011 Sven Lankes <sven@lank.es> 1.4-4
91- Add /var/run/tmp to tmpdir.d - fixes rhbz 656704 and 697134
92
93* Sun Apr 10 2011 Sven Lankes <sven@lank.es> 1.4-3
94- Fix CVE-2011-1496
95- Fixes rhbz #693824
96
97* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-2
98- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
99
100* Tue Dec 28 2010 Filipe Rosset <rosset.filipe@gmail.com> 1.4-1
101- New upstream release
102
103* Fri Aug 06 2010 Filipe Rosset <filiperosset@fedoraproject.org> 1.3-2
104- Rebuild for F-13
105
106* Mon Jul 19 2010 Sven Lankes <sven@lank.es> 1.3-1
107- New upstream release
108
109* Sun Mar 28 2010 Sven Lankes <sven@lank.es> 1.2-1
110- New upstream release
111- rediff writehard patch
112
113* Mon Nov 09 2009 Sven Lankes <sven@lank.es> 1.1-1
114- New upstream release
115
116* Sun Nov 01 2009 Sven Lankes <sven@lank.es> 1.0-2
117- Add debian patches
118- Add tmux group for improved socket handling
119
120* Sat Oct 24 2009 Sven Lankes <sven@lank.es> 1.0-1
121- New upstream release
122
123* Mon Jul 13 2009 Chess Griffin <chess@chessgriffin.com> 0.9-1
124- Update to version 0.9.
125- Remove sed invocation as this was adopted upstream.
126- Remove optflags patch since upstream source now uses ./configure and
127  detects the flags when passed to make.
128
129* Tue Jun 23 2009 Chess Griffin <chess@chessgriffin.com> 0.8-5
130- Note that souce is mostly ISC licensed with some 2 and 3 clause BSD in
131  compat/.
132- Remove fixiquote.patch and instead use a sed invocation in setup.
133
134* Mon Jun 22 2009 Chess Griffin <chess@chessgriffin.com> 0.8-4
135- Add optimization flags by patching GNUmakefile and passing LDFLAGS
136  to make command.
137- Use consistent macro format.
138- Change examples/* to examples/ and add TODO to docs.
139
140* Sun Jun 21 2009 Chess Griffin <chess@chessgriffin.com> 0.8-3
141- Remove fixperms.patch and instead pass them at make install stage.
142
143* Sat Jun 20 2009 Chess Griffin <chess@chessgriffin.com> 0.8-2
144- Fix Source0 URL to point to correct upstream source.
145- Modify fixperms.patch to set 644 permissions on the tmux.1.gz man page.
146- Remove wildcards from 'files' section and replace with specific paths and
147  filenames.
148
149* Mon Jun 15 2009 Chess Griffin <chess@chessgriffin.com> 0.8-1
150- Initial RPM release.
Note: See TracBrowser for help on using the repository browser.