1 Star 0 Fork 11

lunankun/tipcutils

forked from src-openEuler/tipcutils 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tipcutils.spec 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
lunankun 提交于 2020-09-10 16:04 . fix source0 url
%define versioncommit dc8c2d324cda2e80a6e07ee1998fca0839d4a721
Name: tipcutils
Version: 2.2.0
Release: 4
License: BSD and GPLv2
URL: https://sourceforge.net/projects/tipc/
Summary: Utils package required to configure TIPC
Source0: https://sourceforge.net/code-snapshots/git/t/ti/tipc/tipcutils.git/tipc-%{name}-%{versioncommit}.zip
BuildRequires: gcc autoconf automake libtool libdaemon-devel
%description
A fundamental concept in TIPC is that of Service Addressing
which makes it possible for a programmer to chose his own address,
bind it to a server socket and let client programs use only that address for sending messages.
%package_help
%prep
%autosetup -n tipc-%{name}-%{versioncommit} -p1
head -n34 tipclog/tipc.h | tail -n21 | sed -e 's/ \* //g' -e 's/\*//g' > LICENSE
%build
./bootstrap
%configure
make
%install
%make_install
%files
%defattr(-,root,root)
%license LICENSE
%{_sbindir}/tipclog
%{_bindir}/tipc-pipe
%files help
%defattr(-,root,root)
%doc README
%{_mandir}/man1/*.1.gz
%check
make check
%changelog
* Thu Sep 10 2020 lunankun <lunankun@huawei.com> - 2.2.0-4
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:fix source0 url
* Tue Dec 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.2.0-3
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:modify the spec
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.2.0-2
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:change the directory of the license file
* Fri Sep 06 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.2.0-1
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lunankun/tipcutils.git
git@gitee.com:lunankun/tipcutils.git
lunankun
tipcutils
tipcutils
master

搜索帮助