更新spec、readme

其中spec文件中的源码指向src-openeuler中的文件,而不是私仓

Signed-off-by: chengjunjia <jiachengjun2@huawei.com>
This commit is contained in:
chengjunjia 2024-09-14 08:23:06 +00:00 committed by Gitee
parent 8d58a6a3ce
commit 6ed66e63f1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 10 additions and 11 deletions

View File

@ -4,20 +4,19 @@
TIPC is a cluster domain socket as a linux module. Enhanced tipc(etipc) enhances the multicast, dfx. TIPC is a cluster domain socket as a linux module. Enhanced tipc(etipc) enhances the multicast, dfx.
#### 软件架构 #### 软件架构
软件架构说明
etipc-1.7.7.zip是仓库https://gitee.com/openeuler/etipc 的源码打包结果;
源码经过编译后得到tipc.ko的内核模块当前支持Linux 5.10和6.6内核
#### 安装教程 etipc.spec文件是用于描述rpm包的文件当前rpm包中打包了
1. tipc.ko: 内核模块
1. xxxx 2. tipc_config: 用于配置tipc, 增强版本的DFX功能
2. xxxx 3. recv\msend\usend: 增强的tipc测试用的二进制测试单播、广播的tipc通信
3. xxxx
#### 使用说明 #### 使用说明
1. xxxx 1. 请参考[openEuler官方的构建rpm包](https://gitee.com/openeuler/docs/blob/master/docs/zh/docs/ApplicationDev/%E6%9E%84%E5%BB%BARPM%E5%8C%85.md)完成构建
2. xxxx 2. 下载该rpm包后, 可使用rpm2cpio xxx.rpm | cpio -div解压到本地; 或者rpm -ivh xxx.rpm安装, 上述文件都会按照到lib目录
3. xxxx
#### 参与贡献 #### 参与贡献

View File

@ -6,8 +6,8 @@ Summary: ETIPC is an enhanced tipcfor the embedding products by Huawei
Version: 1.7.7 Version: 1.7.7
Release: 1 Release: 1
License: GPLv2 License: GPLv2
URL: https://gitee.com/chengjunjia/etipc_build URL: https://gitee.com/src-openEuler/etipc
Source0: https://gitee.com/chengjunjia/etipc_build/raw/openEuler-24.03-LTS/etipc-1.7.7.zip Source0: https://gitee.com/src-openEuler/etipc/raw/openEuler-24.03-LTS/etipc-1.7.7.zip
BuildRequires: gcc kernel-devel kernel-headers kernel glibc glibc-devel glib2-devel cmake rpm BuildRequires: gcc kernel-devel kernel-headers kernel glibc glibc-devel glib2-devel cmake rpm
# Requires : kmod # Requires : kmod