/[smecontribs]/rpms/smeserver-shellinabox/contribs10/smeserver-shellinabox.spec
ViewVC logotype

Annotation of /rpms/smeserver-shellinabox/contribs10/smeserver-shellinabox.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (hide annotations) (download)
Tue Jul 11 22:02:39 2023 UTC (12 months, 1 week ago) by jcrisp
Branch: MAIN
CVS Tags: smeserver-shellinabox-0_0_8-1_el7_sme
Changes since 1.2: +10 -5 lines
Import smeserver-shellinabox-0.0.8

1 jpp 1.1 %define name smeserver-shellinabox
2 jcrisp 1.3 %define version 0.0.8
3     %define release 1
4 jpp 1.1 Summary: shellinabox is an ajax webbase terminal
5     Name: %{name}
6     Version: %{version}
7     Release: %{release}%{?dist}
8     Distribution: SME Server
9     License: GNU GPL version 2
10     Group: SMEserver/addon
11     Source: smeserver-shellinabox-%{version}.tar.gz
12 jcrisp 1.3
13     #Patch0: smeserver-shellinabox-0.0.7-locale-2022-11-11.patch
14    
15 jpp 1.1 BuildArchitectures: noarch
16     BuildRoot: /var/tmp/%{name}-%{version}-buildroot
17     BuildRequires: e-smith-devtools
18     Requires: e-smith-release >= 9.0
19     Requires: shellinabox >= 2.14
20     AutoReqProv: no
21    
22     %description
23     shellinabox is an ajax web based terminal
24    
25     %changelog
26 jcrisp 1.3 * Tue Jul 11 2023 John Crisp <jcrisp@safeandsoundit.co.uk> 0.0.8-1.sme
27     - add systemd control and smeserver-shellinabox update
28    
29 jpp 1.2 * Fri Nov 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.7-3.sme
30     - apply locale 2022-11-11 patch
31    
32 jpp 1.1 * Sun Jan 10 2016 stephane de labrusse <stephdl@de-labrusse.fr> 0.0.7-1.sme
33     - Restrict the deamon to localhost and disable ssl
34    
35 jcrisp 1.3 * Tue Jun 25 2013 stephane de labrusse <stephdl@de-labrusse.fr> 0.0.6-1.sme
36 jpp 1.1 - initial release
37    
38     %prep
39     %setup
40 jcrisp 1.3 #%patch0 -p1
41 jpp 1.1
42     %build
43     perl createlinks
44    
45     %install
46     rm -rf $RPM_BUILD_ROOT
47     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
48     rm -f %{name}-%{version}-filelist
49     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
50     > %{name}-%{version}-filelist
51    
52     %clean
53     rm -rf $RPM_BUILD_ROOT
54    
55     %files -f %{name}-%{version}-filelist
56     %defattr(-,root,root)
57    
58     %pre
59    
60     %post
61    
62    
63    

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed