1 |
%define name smeserver-shellinabox |
%define name smeserver-shellinabox |
2 |
%define version 0.0.7 |
%define version 0.0.8 |
3 |
%define release 2 |
%define release 2 |
4 |
Summary: shellinabox is an ajax webbase terminal |
Summary: shellinabox is an ajax webbase terminal |
5 |
Name: %{name} |
Name: %{name} |
9 |
License: GNU GPL version 2 |
License: GNU GPL version 2 |
10 |
Group: SMEserver/addon |
Group: SMEserver/addon |
11 |
Source: smeserver-shellinabox-%{version}.tar.gz |
Source: smeserver-shellinabox-%{version}.tar.gz |
12 |
|
|
13 |
|
Patch0: smeserver-shellinabox-0.0.8-locale-2023-07-13.patch |
14 |
|
|
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-buildroot |
17 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
18 |
Requires: e-smith-release >= 9.0 |
Requires: e-smith-release >= 10.0 |
19 |
Requires: shellinabox >= 2.14 |
Requires: shellinabox >= 2.14 |
20 |
AutoReqProv: no |
AutoReqProv: no |
21 |
|
|
23 |
shellinabox is an ajax web based terminal |
shellinabox is an ajax web based terminal |
24 |
|
|
25 |
%changelog |
%changelog |
26 |
|
* Thu Jul 13 2023 John Crisp <jcrisp@safeandsoundit.co.uk> 0.0.8-2.sme |
27 |
|
- add locale 2023-07-13 patch |
28 |
|
|
29 |
|
* Tue Jul 11 2023 John Crisp <jcrisp@safeandsoundit.co.uk> 0.0.8-1.sme |
30 |
|
- add systemd control and smeserver-shellinabox update [SME: 12376] |
31 |
|
|
32 |
|
* Fri Nov 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.7-3.sme |
33 |
|
- apply locale 2022-11-11 patch |
34 |
|
|
35 |
* Sun Jan 10 2016 stephane de labrusse <stephdl@de-labrusse.fr> 0.0.7-1.sme |
* Sun Jan 10 2016 stephane de labrusse <stephdl@de-labrusse.fr> 0.0.7-1.sme |
36 |
- Restrict the deamon to localhost and disable ssl |
- Restrict the deamon to localhost and disable ssl |
37 |
|
|
38 |
* Thu Jun 25 2013 stephane de labrusse <stephdl@de-labrusse.fr> 0.0.6-1.sme |
* Tue Jun 25 2013 stephane de labrusse <stephdl@de-labrusse.fr> 0.0.6-1.sme |
39 |
- initial release |
- initial release |
40 |
|
|
41 |
%prep |
%prep |
42 |
%setup |
%setup |
43 |
|
%patch0 -p1 |
44 |
|
|
45 |
%build |
%build |
46 |
perl createlinks |
perl createlinks |