Remove boost dependency

console_bridge does not need boost, its dependency is removed long ago.
b435362047
This commit is contained in:
sdlzx 2021-12-21 02:58:53 +00:00 committed by Gitee
parent 5a622dbae8
commit 55c241507b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,13 +1,12 @@
Name: console_bridge
Version: 1.0.0
Release: 2
Release: 3
Summary: This is ROS melodic ros_comm's 3rdparty console_bridge
License: GPL
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
BuildRequires: gcc-c++
BuildRequires: cmake
BuildRequires: boost-devel
%description
This is ROS melodic ros_comm's 3rdparty console_bridge.
@ -36,6 +35,9 @@ find %{buildroot} -type f -name 'libconsole_bridge.so.1.0' -exec strip '{}' \;
%changelog
* 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
- Strip dynamic library