!14 Remove dependency on boost

From: @sdlzx 
Reviewed-by: @anchuanxu 
Signed-off-by: @anchuanxu
This commit is contained in:
openeuler-ci-bot 2022-04-21 06:14:27 +00:00 committed by Gitee
commit 6d764d1b29
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,13 +1,12 @@
Name: poco Name: poco
Version: 1.10.1 Version: 1.10.1
Release: 2 Release: 3
Summary: This is ROS melodic ros_comm's 3rdparty poco Summary: This is ROS melodic ros_comm's 3rdparty poco
License: GPL License: GPL
URL: https://github.com/pocoproject/poco/releases/tag/poco-1.10.1-release URL: https://github.com/pocoproject/poco/releases/tag/poco-1.10.1-release
Source0: https://github.com/pocoproject/poco/archive/poco-1.10.1-release.tar.gz Source0: https://github.com/pocoproject/poco/archive/poco-1.10.1-release.tar.gz
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: cmake BuildRequires: cmake
BuildRequires: boost-devel
BuildRequires: openssl-devel BuildRequires: openssl-devel
%description %description
@ -35,6 +34,8 @@ find %{buildroot} -type f -name '*.so.*' -exec strip '{}' ';'
/usr/local/* /usr/local/*
%changelog %changelog
* Mon Dec 20 2021 sdlzx <hdu_sdlzx@163.com> - 1.10.1-3
* Sat Sep 4 2021 zhangtao <zhangtao221@huawei.com> - 1.10.1-2 * Sat Sep 4 2021 zhangtao <zhangtao221@huawei.com> - 1.10.1-2
- strip dynamic library - strip dynamic library
* Thu December 31 2020 openEuler Buildteam <hanhaomin008@126.com> * Thu December 31 2020 openEuler Buildteam <hanhaomin008@126.com>