d516de57ad
Move content from stx-utils into stx-integ or stx-update Packages will be relocated to stx-update: enable-dev-patch extras stx-integ: config-files/ io-scheduler filesystem/ filesystem-scripts grub/ grubby logging/ logmgmt tools/ collector monitor-tools tools/engtools/ hostdata-collectors parsers utilities/ build-info branding (formerly wrs-branding) platform-util Change-Id: I40b3c3cdd4a8e7b93f2436ff1c1d4c37317a1bf2 Story: 2002801 Task: 22687 Signed-off-by: Scott Little <scott.little@windriver.com>
29 lines
687 B
RPMSpec
Executable File
29 lines
687 B
RPMSpec
Executable File
Summary: Titanium Cloud Branding Information
|
|
Name: wrs-branding
|
|
Version: 4.0.0
|
|
Release: %{tis_patch_ver}%{?_tis_dist}
|
|
License: Apache-2.0
|
|
Group: base
|
|
Packager: Wind River <info@windriver.com>
|
|
URL: unknown
|
|
|
|
Source0: %{name}-%{version}.tar.gz
|
|
|
|
%define cgcs_sdk_deploy_dir /opt/deploy/cgcs_sdk
|
|
|
|
%description
|
|
Titanium Cloud Branding allows alternate branding to be used for Horizon
|
|
in place of the default included with Titanium Cloud.
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
mkdir -p $RPM_BUILD_ROOT/%{cgcs_sdk_deploy_dir}
|
|
install -m 644 %{SOURCE0} $RPM_BUILD_ROOT/%{cgcs_sdk_deploy_dir}/%{name}-%{version}.tgz
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%{cgcs_sdk_deploy_dir}
|