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:
parent
6e66c1965b
commit
63a9dfcd95
@ -1,2 +0,0 @@
|
||||
COPY_LIST="$CGCS_BASE/downloads/expect-lite_4.9.0.tar.gz"
|
||||
TIS_PATCH_VER=1
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user