Compare commits

...

12 Commits

Author SHA1 Message Date
openeuler-ci-bot
84731d81f6
!12 master
From: @davidhan008 
Reviewed-by: @anchuanxu 
Signed-off-by: @anchuanxu
2023-06-06 11:11:07 +00:00
davidhan008
fa36c24de6 Fix: update 2023-06-05 13:13:08 +08:00
openeuler-ci-bot
3245253bcc
!11 add dependence make
From: @davidhan008 
Reviewed-by: @anchuanxu 
Signed-off-by: @anchuanxu
2022-12-26 09:34:07 +00:00
davidhan008
15a54c04d9
update console_bridge.spec.
Signed-off-by: davidhan008 <619409713@qq.com>
2022-12-26 06:34:47 +00:00
openeuler-ci-bot
d2accd71f0
!10 [合规提升]spec文件的License声明有歧义
From: @YixiongChen 
Reviewed-by: @anchuanxu 
Signed-off-by: @anchuanxu
2022-08-08 09:32:37 +00:00
chenyx2012
ef6ff0d49a
License compliance rectification 2022-07-26 07:09:09 +00:00
sdlzx
55c241507b
Remove boost dependency
console_bridge does not need boost, its dependency is removed long ago.
b435362047
2021-12-21 02:58:53 +00:00
openeuler-ci-bot
5a622dbae8 !5 Strip dynamic library
From: @ultra_planet
Reviewed-by: @anchuanxu
Signed-off-by: @anchuanxu
2021-09-07 02:28:12 +00:00
lingsheng
2c850322e9 Strip dynamic library 2021-09-07 10:17:34 +08:00
openeuler-ci-bot
9e810dce1a !3 update readme.md
From: @davidhan008
Reviewed-by: @anchuanxu
Signed-off-by: @anchuanxu
2021-02-05 10:26:31 +08:00
David_Han
d3d8f3808b update README.en.md. 2021-01-27 15:55:13 +08:00
David_Han
48549771fb update README.md. 2021-01-27 15:54:40 +08:00
5 changed files with 48 additions and 30 deletions

Binary file not shown.

BIN
1.0.2.tar.gz Normal file

Binary file not shown.

View File

@ -17,11 +17,11 @@ CONSOLE_BRIDGE_LOG_NONE
1. Dowload RPM 1. Dowload RPM
wget http://121.36.3.168:82/home:/davidhan:/branches:/openEuler:/Mainline/standard_aarch64/aarch64/console_bridge-2.5.6-1.oe1.aarch64.rpm wget http://121.36.3.168:82/home:/davidhan:/branches:/openEuler:/20.09:/Epol/standard_aarch64/aarch64/console_bridge-1.0.0-1.oe1.aarch64.rpm
2. Install RPM 2. Install RPM
sudo rpm -ivh console_bridge-2.5.6-1.oe1.aarch64.rpm sudo rpm -ivh console_bridge-1.0.0-1.oe1.aarch64.rpm
#### Instructions #### Instructions

View File

@ -19,11 +19,11 @@ CONSOLE_BRIDGE_LOG_NONE
1. 下载rpm包 1. 下载rpm包
wget http://121.36.3.168:82/home:/davidhan:/branches:/openEuler:/Mainline/standard_aarch64/aarch64/rospack-2.5.6-1.oe1.aarch64.rpm wget http://121.36.3.168:82/home:/davidhan:/branches:/openEuler:/20.09:/Epol/standard_aarch64/aarch64/console_bridge-1.0.0-1.oe1.aarch64.rpm
2. 安装rpm包 2. 安装rpm包
sudo rpm -ivh rospack-2.5.6-1.oe1.aarch64.rpm sudo rpm -ivh console_bridge-1.0.0-1.oe1.aarch64.rpm
#### 使用说明 #### 使用说明

View File

@ -1,39 +1,57 @@
Name: console_bridge %global realname console_bridge
Version: 1.0.0 Name: console-bridge
Release: 1 Version: 1.0.2
Summary: This is ROS melodic ros_comm's 3rdparty console_bridge Release: 1%{?dist}
License: GPL Summary: Lightweight set of macros used for reporting information in libraries
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 Group: Development/Libraries
BuildRequires: gcc-c++ License: BSD
URL: http://github.com/ros/console_bridge
Source0: 1.0.2.tar.gz
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: cmake BuildRequires: cmake
BuildRequires: boost-devel
%description %description
This is ROS melodic ros_comm's 3rdparty console_bridge. A very lightweight set of macros that can be used for reporting information
in libraries. The logged information can be forwarded to other systems.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep %prep
%setup %setup -n %{realname}-%{version}
%build
mkdir build;
pushd build
%cmake .. -DUSE_GNU_INSTALL_DIRS=ON
popd
make -C build %{?_smp_mflags}
%install %install
mkdir build/ make -C build install DESTDIR=%{buildroot}
cd build/
cmake ..
make
make install
cd ..
#install %post -p /sbin/ldconfig
mkdir -p %{buildroot}/usr/local/
cp -r install/* %{buildroot}/usr/local/ %postun -p /sbin/ldconfig
%files %files
%defattr(-,root,root) %{_libdir}/*.so.*
/usr/local/*
%files devel
%{_includedir}/%{realname}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_libdir}/%{realname}
%changelog %changelog
* Thu December 31 2020 openEuler Buildteam <hanhaomin008@126.com> * Thu Apr 27 2023 NiuTao niutao2@huawei.com 1.0.2-1
- Package init - Refactor spec and update software to 1.0.2