head 1.10;
access;
symbols;
locks; strict;
comment @-- @;
1.10
date 2009.11.22.22.29.22; author rse; state Exp;
branches;
next 1.9;
commitid mvMqgngew7nm8zcu;
1.9
date 2009.07.07.20.53.48; author rse; state Exp;
branches;
next 1.8;
commitid MugolqIsMS1B2PUt;
1.8
date 2009.05.24.09.19.26; author rse; state Exp;
branches;
next 1.7;
commitid wDaihgBUqHH4C6Pt;
1.7
date 2009.04.28.17.14.03; author rse; state Exp;
branches;
next 1.6;
commitid 4kUNSJtVEF1I4OLt;
1.6
date 2009.04.18.13.15.28; author rse; state Exp;
branches;
next 1.5;
commitid 4pHXU27WTIGCZuKt;
1.5
date 2009.04.13.08.07.55; author rse; state Exp;
branches;
next 1.4;
commitid Knb3A3yJdYpfxPJt;
1.4
date 2009.03.23.07.36.25; author rse; state Exp;
branches;
next 1.3;
commitid 4BS3GehbsMFi28Ht;
1.3
date 2009.02.13.23.12.24; author rse; state Exp;
branches;
next 1.2;
commitid 6mPITND2Xbs7rkCt;
1.2
date 2009.02.02.07.23.14; author rse; state Exp;
branches;
next 1.1;
commitid YZKVwkPmaw7qxPAt;
1.1
date 2009.01.31.21.38.22; author rse; state Exp;
branches;
next ;
commitid vdGAs047pcVLkEAt;
desc
@@
1.10
log
@upgrading package: shellinabox 2.9 -> 2.10
@
text
@##
## shellinabox.spec -- OpenPKG RPM Package Specification
## Copyright (c) 2000-2009 OpenPKG Foundation e.V.
##
## Permission to use, copy, modify, and distribute this software for
## any purpose with or without fee is hereby granted, provided that
## the above copyright notice and this permission notice appear in all
## copies.
##
## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
## SUCH DAMAGE.
##
# package information
Name: shellinabox
Summary: Browser-Based Terminal Emulation
URL: http://code.google.com/p/shellinabox/
Vendor: Markus Gutschke
Packager: OpenPKG Foundation e.V.
Distribution: OpenPKG Community
Class: EVAL
Group: Terminal
License: GPL
Version: 2.10
Release: 20091122
# list of sources
Source0: http://shellinabox.googlecode.com/files/shellinabox-%{version}.tar.gz
Patch0: shellinabox.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20060823
PreReq: OpenPKG, openpkg >= 20060823
BuildPreReq: openssl
PreReq: openssl
AutoReq: no
AutoReqProv: no
%description
Shell In A Box implements a small web server that can export
arbitrary command line tools to a web based terminal emulator. This
emulator is accessible to any JavaScript and CSS enabled web browser
and does not require any additional browser plugins.
%track
prog shellinabox = {
version = %{version}
url = http://code.google.com/p/shellinabox/downloads/list
regex = shellinabox-(__VER__)\.tar\.gz
}
%prep
%setup -q
%patch -p0
%build
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
CPPFLAGS="%{l_cppflags}" \
LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
--mandir=%{l_prefix}/man
%{l_make} %{l_mflags}
%install
rm -rf $RPM_BUILD_ROOT
%{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/doc
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files
%clean
rm -rf $RPM_BUILD_ROOT
@
1.9
log
@upgrading package: shellinabox 2.8 -> 2.9
@
text
@d34 2
a35 2
Version: 2.9
Release: 20090707
@
1.8
log
@upgrading package: shellinabox 2.7 -> 2.8
@
text
@d34 2
a35 2
Version: 2.8
Release: 20090524
@
1.7
log
@upgrading package: shellinabox 2.6 -> 2.7
@
text
@d34 2
a35 2
Version: 2.7
Release: 20090428
@
1.6
log
@bump years in copyright messages
@
text
@d34 2
a35 2
Version: 2.6
Release: 20090413
@
1.5
log
@upgrading package: shellinabox 2.5 -> 2.6
@
text
@d3 1
a3 1
## Copyright (c) 2000-2008 OpenPKG Foundation e.V.
@
1.4
log
@upgrading package: shellinabox 2.4 -> 2.5
@
text
@d34 2
a35 2
Version: 2.5
Release: 20090323
@
1.3
log
@upgrading package: shellinabox 2.3 -> 2.4
@
text
@d34 2
a35 2
Version: 2.4
Release: 20090214
@
1.2
log
@fix tracking
@
text
@d34 2
a35 2
Version: 2.3
Release: 20090202
@
1.1
log
@new package: shellinabox 2.3 (Browser-Based Terminal Emulation)
@
text
@d35 1
a35 1
Release: 20090131
d60 1
a60 1
url = ftp://ftp.shellinabox.org/pub/shellinabox/
@