170 Star 0 Fork 11

src-openEuler/lksctp-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
lksctp-tools.spec 2.28 KB
一键复制 编辑 原始数据 按行查看 历史
starlet_dx 提交于 2022-11-15 17:37 . Modify invalid Source
Name: lksctp-tools
Version: 1.0.19
Release: 3
Summary: Linux Kernel Stream Control Transmission Protocol Tools
License: GPLv2 and GPLv2+ and LGPLv2 and MIT
URL: http://lksctp.sourceforge.net
Source0: https://github.com/sctp/lksctp-tools/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: make gcc libtool autoconf automake
%description
The lksctp-tools project provides a Linux user space library for SCTP (libsctp)
including C language header files (netinet/sctp.h) for accessing SCTP specific
application programming interfaces not provided by the standard sockets,
and also some helper utilities around SCTP.
For more information on the features and functions currently supported by
lksctp, please refer to the documentation in the Linux kernel resp. in the
lksctp-tools package. The lksctp-tools source contains a set of test programs
which would also serve as example applications.
%package devel
Summary: Development files for %{name}
Requires: %{name} = %{version}-%{release}
%description devel
Development files for %{name} which include header files and dynamic
libraries.
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
%build
rm -rf configure && sh bootstrap
%configure --disable-static
%disable_rpath
%make_build
%install
%make_install
%delete_la
%pre
%preun
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%license COPYING*
%{_bindir}/*
%{_libdir}/libsctp.so.*
%{_libdir}/lksctp-tools/libwithsctp.so.*
%files devel
%{_includedir}/*
%{_libdir}/libsctp.so
%{_libdir}/lksctp-tools/libwithsctp.so
%{_datadir}/lksctp-tools/
%{_libdir}/pkgconfig/libsctp.pc
%files help
%doc AUTHORS ChangeLog README doc/*.txt
%{_mandir}/man3/*
%{_mandir}/man7/*
%changelog
* Tue Nov 15 2022 yaoxin <yaoxin30@h-partners.com> - 1.0.19-3
- Modify invalid Source
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.0.19-2
- Rebuild for next release
* Tue Dec 07 2021 zhanzhimin <zhanzhimin@huawei.com> - 1.0.19-1
- update to 1.0.19
* Fri Oct 16 2020 wangye <wangye70@huawei.com> - 1.0.18-2
- update source URL
* Wed Jul 15 2020 hanhui <hanhui@huawei.com> - 1.0.18-1
- update to 1.0.18
* Thu Nov 28 2019 Qianbiao.NG <Qianbiao.NG@turnbig.net> - 1.0.16-11
- Repackage for openEuler OS
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/lksctp-tools.git
git@gitee.com:src-openeuler/lksctp-tools.git
src-openeuler
lksctp-tools
lksctp-tools
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385