From 63a9dfcd95f15de2aa8037f00c543eff5cf3cf65 Mon Sep 17 00:00:00 2001 From: Ryan Lau Date: Tue, 10 Apr 2018 12:25:39 -0400 Subject: [PATCH] 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 --- base/expect-lite/centos/build_srpm.data | 2 -- base/expect-lite/centos/expect-lite.spec | 28 ------------------------ 2 files changed, 30 deletions(-) delete mode 100644 base/expect-lite/centos/build_srpm.data delete mode 100644 base/expect-lite/centos/expect-lite.spec diff --git a/base/expect-lite/centos/build_srpm.data b/base/expect-lite/centos/build_srpm.data deleted file mode 100644 index 10ed8520d..000000000 --- a/base/expect-lite/centos/build_srpm.data +++ /dev/null @@ -1,2 +0,0 @@ -COPY_LIST="$CGCS_BASE/downloads/expect-lite_4.9.0.tar.gz" -TIS_PATCH_VER=1 diff --git a/base/expect-lite/centos/expect-lite.spec b/base/expect-lite/centos/expect-lite.spec deleted file mode 100644 index 8f75063a5..000000000 --- a/base/expect-lite/centos/expect-lite.spec +++ /dev/null @@ -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 -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