From 16a604af760a64c972bf94e0939959000ff049e5 Mon Sep 17 00:00:00 2001 From: Tiamo0 Date: Tue, 14 Jun 2022 09:26:44 +0000 Subject: [PATCH] update poco.spec for License error and bad log. --- poco.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/poco.spec b/poco.spec index 5b5e94c..f93fd0b 100644 --- a/poco.spec +++ b/poco.spec @@ -2,7 +2,7 @@ Name: poco Version: 1.10.1 Release: 3 Summary: This is ROS melodic ros_comm's 3rdparty poco -License: GPL +License: BSL-1.0 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 BuildRequires: gcc-c++ @@ -35,8 +35,10 @@ find %{buildroot} -type f -name '*.so.*' -exec strip '{}' ';' %changelog * Mon Dec 20 2021 sdlzx - 1.10.1-3 +- Remove dependency on boost * Sat Sep 4 2021 zhangtao - 1.10.1-2 - strip dynamic library -* Thu December 31 2020 openEuler Buildteam + +* Thu Dec 31 2020 openEuler Buildteam - 1.10.1-1 - Package init -- Gitee