Removal of expect-lite

Removed code for expect-lite as it is not used

Crucible:CR-CGCS-6196

Change-Id: I242cc285baec6130336e8fe2c2f681dcf39cf04e
Signed-off-by: Ryan Lau <ryan.lau@windriver.com>
This commit is contained in:
Ryan Lau 2018-04-10 12:25:39 -04:00 committed by Scott Little
parent 6e66c1965b
commit 63a9dfcd95
2 changed files with 0 additions and 30 deletions

View File

@ -1,2 +0,0 @@
COPY_LIST="$CGCS_BASE/downloads/expect-lite_4.9.0.tar.gz"
TIS_PATCH_VER=1

View File

@ -1,28 +0,0 @@
Summary: expect-lite
Name: expect-lite
Version: 4.9.0
Release: 0%{?_tis_dist}.%{tis_patch_ver}
License: BSD
Group: devel
Packager: Wind River <info@windriver.com>
URL: http://expect-lite.sourceforge.net/
Requires: expect
Source0: %{name}_%{version}.tar.gz
%description
Expect based command line automation tool
%prep
%setup -n %{name}.proj
%install
mkdir -p $RPM_BUILD_ROOT/usr/local/bin
echo $PWD
install -m 755 expect-lite $RPM_BUILD_ROOT/usr/local/bin/expect-lite
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
/usr/local/bin/expect-lite