Files
clients/install-log-server/centos/install-log-server.spec
Erich Cordoba 80e2ccee51 Create makefile for install-log-server
Story: 2004043
Task: 27554

Change-Id: I3f31d6b0117a852a67b8c364ed61922e97cc81e6
Signed-off-by: Erich Cordoba <erich.cordoba.malibran@intel.com>
2019-01-29 20:59:27 -06:00

30 lines
620 B
RPMSpec

Summary: install-log-server
Name: install-log-server
Version: 1.1.2
Release: %{tis_patch_ver}%{?_tis_dist}
License: Apache-2.0
Group: devel
Packager: Wind River <info@windriver.com>
URL: unknown
Source0: %{name}-%{version}.tar.gz
%define cgcs_sdk_deploy_dir /opt/deploy/cgcs_sdk
%global debug_package %{nil}
%description
Titanium Cloud log server installation
%prep
%setup
%build
make NAME=%{name} VERSION=%{version}
# Install for guest-client package
%install
make install NAME=%{name} VERSION=%{version} SDK_DEPLOY_DIR=%{buildroot}%{cgcs_sdk_deploy_dir}
%files
%{cgcs_sdk_deploy_dir}/wrs-%{name}-%{version}.tgz