54e1cf85d0
The generated restapi documentation was missing the description of the 'capabilities' attribute. This change update the documentation templates to add the missing entry Version changed from 1.9.0 to 1.9.1 Story: 2003068 Task: 23119 Change-Id: I697824ef9ebc4e25d7da935314f6b038f66a9fcb Signed-off-by: Paul-Emile Element <Paul-Emile.Element@windriver.com>
33 lines
637 B
RPMSpec
33 lines
637 B
RPMSpec
Summary: RestAPI-Doc
|
|
Name: restapi-doc
|
|
Version: 1.9.1
|
|
Release: %{tis_patch_ver}%{?_tis_dist}
|
|
License: Apache-2.0
|
|
Group: devel
|
|
Packager: Wind River <info@windriver.com>
|
|
URL: unknown
|
|
BuildRequires: git maven
|
|
|
|
Source0: %{name}-%{version}.tar.gz
|
|
Source1: mvn.repo.tgz
|
|
|
|
%define cgcs_sdk_deploy_dir /opt/deploy/cgcs_sdk
|
|
%define debug_package %{nil}
|
|
|
|
%description
|
|
RestAPI-doc files
|
|
|
|
%prep
|
|
%setup
|
|
cp %{SOURCE1} %{_builddir}/%{name}-%{version}
|
|
|
|
%build
|
|
make -j"%(nproc)"
|
|
|
|
%install
|
|
install -D -m 644 wrs-%{name}-%{version}.tgz %{buildroot}%{cgcs_sdk_deploy_dir}/wrs-%{name}-%{version}.tgz
|
|
|
|
%files
|
|
%{cgcs_sdk_deploy_dir}/wrs-%{name}-%{version}.tgz
|
|
|