Merge "Removal of expect-lite"

This commit is contained in:
Zuul 2018-06-26 21:05:08 +00:00 committed by Gerrit Code Review
commit 64997e2df8
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