|
| 1 | +Name: mosh |
| 2 | +Version: 1.4.0 |
| 3 | +Release: 6%{?dist} |
| 4 | +Summary: Mobile shell that supports roaming and intelligent local echo |
| 5 | +Vendor: Microsoft Corporation |
| 6 | +Distribution: Mariner |
| 7 | + |
| 8 | +License: GPLv3+ |
| 9 | +URL: https://mosh.mit.edu/ |
| 10 | +Source0: https://github.com/mobile-shell/mosh/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz |
| 11 | + |
| 12 | +BuildRequires: libutempter-devel |
| 13 | +BuildRequires: ncurses-devel |
| 14 | +BuildRequires: openssl-devel |
| 15 | +BuildRequires: perl-diagnostics |
| 16 | +BuildRequires: perl-generators |
| 17 | +BuildRequires: protobuf-compiler |
| 18 | +BuildRequires: protobuf-devel |
| 19 | +BuildRequires: zlib-devel |
| 20 | +BuildRequires: gcc |
| 21 | +BuildRequires: gcc-c++ |
| 22 | +BuildRequires: make |
| 23 | +Requires: openssh-clients |
| 24 | +Requires: openssl |
| 25 | +Requires: perl-IO-Socket-IP |
| 26 | + |
| 27 | +%description |
| 28 | +Mosh is a remote terminal application that supports: |
| 29 | + - intermittent network connectivity, |
| 30 | + - roaming to different IP address without dropping the connection, and |
| 31 | + - intelligent local echo and line editing to reduce the effects |
| 32 | + of "network lag" on high-latency connections. |
| 33 | + |
| 34 | + |
| 35 | +%prep |
| 36 | +%setup -q |
| 37 | + |
| 38 | + |
| 39 | +%build |
| 40 | +%configure --disable-silent-rules CC=gcc CXX=g++ |
| 41 | +%make_build |
| 42 | + |
| 43 | + |
| 44 | +%install |
| 45 | +%make_install |
| 46 | + |
| 47 | + |
| 48 | +%files |
| 49 | +%doc README.md ChangeLog |
| 50 | +%license COPYING |
| 51 | +%{_bindir}/mosh |
| 52 | +%{_bindir}/mosh-client |
| 53 | +%{_bindir}/mosh-server |
| 54 | +%{_mandir}/man1/mosh.1.gz |
| 55 | +%{_mandir}/man1/mosh-client.1.gz |
| 56 | +%{_mandir}/man1/mosh-server.1.gz |
| 57 | + |
| 58 | + |
| 59 | +%changelog |
| 60 | +* Sun Aug 11 2024 Chris Co <[email protected]> - 1.4.0-6 |
| 61 | +- Initial CBL-Mariner import from Fedora 40 (license: MIT) |
| 62 | +- License verified |
| 63 | + |
| 64 | +* Thu Jan 25 2024 Fedora Release Engineering <[email protected]> - 1.4.0-5 |
| 65 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild |
| 66 | + |
| 67 | +* Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 1.4.0-4 |
| 68 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild |
| 69 | + |
| 70 | +* Thu Jul 20 2023 Fedora Release Engineering <[email protected]> - 1.4.0-3 |
| 71 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild |
| 72 | + |
| 73 | +* Thu Jan 19 2023 Fedora Release Engineering <[email protected]> - 1.4.0-2 |
| 74 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild |
| 75 | + |
| 76 | +* Wed Oct 26 2022 Alex Chernyakhovsky <[email protected]> - 1.4.0-1 |
| 77 | +- Update to mosh 1.4.0 |
| 78 | + |
| 79 | +* Thu Jul 21 2022 Fedora Release Engineering <[email protected]> - 1.3.2-15 |
| 80 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild |
| 81 | + |
| 82 | +* Tue Apr 05 2022 Michal Josef Špaček <[email protected]> - 1.3.2-14 |
| 83 | +- Remove dependency to obsolete IO::Socket::INET6 |
| 84 | + |
| 85 | +* Thu Jan 20 2022 Fedora Release Engineering <[email protected]> - 1.3.2-13 |
| 86 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild |
| 87 | + |
| 88 | +* Sat Nov 06 2021 Adrian Reber <[email protected]> - 1.3.2-12 |
| 89 | +- Rebuilt for protobuf 3.19.0 |
| 90 | + |
| 91 | +* Tue Oct 26 2021 Adrian Reber <[email protected]> - 1.3.2-11 |
| 92 | +- Rebuilt for protobuf 3.18.1 |
| 93 | + |
| 94 | +* Tue Sep 14 2021 Sahana Prasad <[email protected]> - 1.3.2-10 |
| 95 | +- Rebuilt with OpenSSL 3.0.0 |
| 96 | + |
| 97 | +* Thu Jul 22 2021 Fedora Release Engineering <[email protected]> - 1.3.2-9 |
| 98 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild |
| 99 | + |
| 100 | +* Tue Jan 26 2021 Fedora Release Engineering <[email protected]> - 1.3.2-8 |
| 101 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild |
| 102 | + |
| 103 | +* Thu Jan 14 08:32:44 CET 2021 Adrian Reber <[email protected]> - 1.3.2-7 |
| 104 | +- Rebuilt for protobuf 3.14 |
| 105 | + |
| 106 | +* Thu Sep 24 2020 Adrian Reber <[email protected]> - 1.3.2-6 |
| 107 | +- Rebuilt for protobuf 3.13 |
| 108 | + |
| 109 | +* Tue Jul 28 2020 Fedora Release Engineering <[email protected]> - 1.3.2-5 |
| 110 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild |
| 111 | + |
| 112 | +* Sun Jun 14 2020 Adrian Reber <[email protected]> - 1.3.2-4 |
| 113 | +- Rebuilt for protobuf 3.12 |
| 114 | + |
| 115 | +* Wed Jan 29 2020 Fedora Release Engineering <[email protected]> - 1.3.2-3 |
| 116 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild |
| 117 | + |
| 118 | +* Thu Dec 19 2019 Orion Poplawski <[email protected]> - 1.3.2-2 |
| 119 | +- Rebuild for protobuf 3.11 |
| 120 | + |
| 121 | +* Sun Sep 22 2019 Alex Chernyakhovsky <[email protected]> - 1.3.2-1 |
| 122 | +- Update to mosh 1.3.2 |
| 123 | + |
| 124 | +* Thu Jul 25 2019 Fedora Release Engineering <[email protected]> - 1.3.0-11 |
| 125 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild |
| 126 | + |
| 127 | +* Fri Feb 01 2019 Fedora Release Engineering <[email protected]> - 1.3.0-10 |
| 128 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild |
| 129 | + |
| 130 | +* Wed Nov 21 2018 Igor Gnatenko <[email protected]> - 1.3.0-9 |
| 131 | +- Rebuild for protobuf 3.6 |
| 132 | + |
| 133 | +* Fri Jul 13 2018 Fedora Release Engineering <[email protected]> - 1.3.0-8 |
| 134 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild |
| 135 | + |
| 136 | +* Thu Feb 08 2018 Fedora Release Engineering <[email protected]> - 1.3.0-7 |
| 137 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild |
| 138 | + |
| 139 | +* Wed Nov 29 2017 Igor Gnatenko <[email protected]> - 1.3.0-6 |
| 140 | +- Rebuild for protobuf 3.5 |
| 141 | + |
| 142 | +* Mon Nov 13 2017 Igor Gnatenko <[email protected]> - 1.3.0-5 |
| 143 | +- Rebuild for protobuf 3.4 |
| 144 | + |
| 145 | +* Thu Aug 03 2017 Fedora Release Engineering <[email protected]> - 1.3.0-4 |
| 146 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild |
| 147 | + |
| 148 | +* Wed Jul 26 2017 Fedora Release Engineering <[email protected]> - 1.3.0-3 |
| 149 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild |
| 150 | + |
| 151 | +* Tue Jun 13 2017 Orion Poplawski <[email protected]> - 1.3.0-2 |
| 152 | +- Rebuild for protobuf 3.3.1 |
| 153 | + |
| 154 | +* Sun Mar 26 2017 Alex Chernyakhovsky <[email protected]> - 1.3.0-1 |
| 155 | +- Update to mosh 1.3.0 |
| 156 | + |
| 157 | +* Fri Feb 10 2017 Fedora Release Engineering <[email protected]> - 1.2.6-4 |
| 158 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild |
| 159 | + |
| 160 | +* Thu Jan 26 2017 Orion Poplawski <[email protected]> - 1.2.6-3 |
| 161 | +- Rebuild for protobuf 3.2.0 |
| 162 | + |
| 163 | +* Sat Nov 19 2016 Orion Poplawski <[email protected]> - 1.2.6-2 |
| 164 | +- Rebuild for protobuf 3.1.0 |
| 165 | + |
| 166 | +* Wed Aug 10 2016 Alex Chernyakhovsky <[email protected]> - 1.2.6-1 |
| 167 | +- Update to mosh 1.2.6 |
| 168 | + |
| 169 | +* Mon Feb 08 2016 Ralf Corsépius <[email protected]> - 1.2.5-3 |
| 170 | +- Let package honor RPM_OPT_FLAGS (Fix F24FTBFS). |
| 171 | +- Add %%license. |
| 172 | +- Make building verbose. |
| 173 | + |
| 174 | +* Thu Feb 04 2016 Fedora Release Engineering <[email protected]> - 1.2.5-2 |
| 175 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild |
| 176 | + |
| 177 | +* Thu Aug 6 2015 Alex Chernyakhovsky <[email protected]> - 1.2.5-1 |
| 178 | +- Update to mosh 1.2.5 |
| 179 | + |
| 180 | +* Wed Jun 17 2015 Fedora Release Engineering <[email protected]> - 1.2.4-7 |
| 181 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild |
| 182 | + |
| 183 | +* Sun Apr 26 2015 Alex Chernyakhovsky <[email protected]> - 1.2.4-6 |
| 184 | +- Rebuild for protobuf version bump. |
| 185 | + |
| 186 | +* Sun Aug 17 2014 Fedora Release Engineering <[email protected]> - 1.2.4-5 |
| 187 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild |
| 188 | + |
| 189 | +* Sat Jun 07 2014 Fedora Release Engineering <[email protected]> - 1.2.4-4 |
| 190 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild |
| 191 | + |
| 192 | +* Sat Aug 03 2013 Fedora Release Engineering <[email protected]> - 1.2.4-3 |
| 193 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild |
| 194 | + |
| 195 | +* Wed Jul 17 2013 Petr Pisar <[email protected]> - 1.2.4-2 |
| 196 | +- Perl 5.18 rebuild |
| 197 | + |
| 198 | +* Wed Mar 27 2013 Alexander Chernyakhovsky <[email protected]> - 1.2.4-1 |
| 199 | +- Update to mosh 1.2.4 |
| 200 | + |
| 201 | +* Sun Mar 10 2013 Alexander Chernyakhovsky <[email protected]> - 1.2.3-3 |
| 202 | +- Rebuilt for Protobuf API change from 2.4.1 to 2.5.0 |
| 203 | + |
| 204 | +* Thu Feb 14 2013 Fedora Release Engineering <[email protected]> - 1.2.3-2 |
| 205 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild |
| 206 | + |
| 207 | +* Fri Oct 19 2012 Alexander Chernyakhovsky <[email protected]> - 1.2.3-1 |
| 208 | +- Update to mosh 1.2.3 |
| 209 | + |
| 210 | +* Fri Jul 20 2012 Fedora Release Engineering <[email protected]> - 1.2.2-2 |
| 211 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild |
| 212 | + |
| 213 | +* Wed Jun 13 2012 Alexander Chernyakhovsky <[email protected]> - 1.2.2-1 |
| 214 | +- Update to mosh 1.2.2 |
| 215 | + |
| 216 | +* Sat Apr 28 2012 Alexander Chernyakhovsky <[email protected]> - 1.2-2 |
| 217 | +- Add -g and -O2 CFLAGS |
| 218 | + |
| 219 | +* Fri Apr 27 2012 Alexander Chernyakhovsky <[email protected]> - 1.2-1 |
| 220 | +- Update to mosh 1.2. |
| 221 | + |
| 222 | +* Mon Mar 26 2012 Alexander Chernyakhovsky <[email protected]> - 1.1.1-1 |
| 223 | +- Update to mosh 1.1.1. |
| 224 | + |
| 225 | +* Wed Mar 21 2012 Alexander Chernyakhovsky <[email protected]> - 1.1-1 |
| 226 | +- Initial packaging for mosh. |
0 commit comments