!10 [合规提升]spec文件的License声明有歧义

From: @YixiongChen 
Reviewed-by: @anchuanxu 
Signed-off-by: @anchuanxu
This commit is contained in:
openeuler-ci-bot 2022-08-08 09:32:37 +00:00 committed by Gitee
commit d2accd71f0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,13 +1,12 @@
Name: console_bridge Name: console_bridge
Version: 1.0.0 Version: 1.0.0
Release: 2 Release: 4
Summary: This is ROS melodic ros_comm's 3rdparty console_bridge Summary: This is ROS melodic ros_comm's 3rdparty console_bridge
License: GPL License: BSD-3-Clause
URL: https://github.com/ros/console_bridge/releases/tag/1.0.0 URL: https://github.com/ros/console_bridge/releases/tag/1.0.0
Source0: https://github.com/ros/console_bridge/archive/1.0.0.tar.gz Source0: https://github.com/ros/console_bridge/archive/1.0.0.tar.gz
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: cmake BuildRequires: cmake
BuildRequires: boost-devel
%description %description
This is ROS melodic ros_comm's 3rdparty console_bridge. This is ROS melodic ros_comm's 3rdparty console_bridge.
@ -36,6 +35,12 @@ find %{buildroot} -type f -name 'libconsole_bridge.so.1.0' -exec strip '{}' \;
%changelog %changelog
* Tue Jul 26 2022 Chenyx <chenyixiong3@huawei.com> - 1.0.0-4
- License compliance rectification
* Tue Dec 21 2021 sdlzx <hdu_sdlzx@163.com> - 1.0.0-3
- Remove boost dependency
* Tue Sep 07 2021 lingsheng <lingsheng@huawei.com> - 1.0.0-2 * Tue Sep 07 2021 lingsheng <lingsheng@huawei.com> - 1.0.0-2
- Strip dynamic library - Strip dynamic library