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

Revision 12508, 5.0 KB checked in by tomop, 3 years ago (diff)

updated 14 packages

cups-2.3.3-1

firefox-78.5.0-1

golang-1.15.5-1

kernel-5.4.80-1

krb5-1.18.3-1

mariadb-10.5.8-1

nsd-4.3.4-1

php74-7.4.13-1

postfix-3.5.8-1

postgresql-13.1-1

thunderbird-78.5.1-1

tmux-3.1c-1

unbound-1.13.0-1

webkitgtk4-2.30.3-1

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