1 Star 0 Fork 14

wang_yue111/libvma

forked from src-openEuler/libvma 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
libvma.spec 2.73 KB
一键复制 编辑 原始数据 按行查看 历史
wang_yue111 提交于 2021-08-10 10:36 . fix build error with glibc-2.34
Name: libvma
Version: 8.9.4
Release: 12
Summary: A library that boosts performance for message-based and streaming applications
License: GPLv2 or BSD
URL: https://github.com/Mellanox/libvma
Source: https://github.com/Mellanox/libvma/archive/%{version}.tar.gz
Patch0000: Resolve-gcc-9.x-issues.patch
Patch0001: 0001-Remove-ExecReload-that-is-not-supported.patch
Patch0002: fix-build-error-with-glibc-2.34.patch
ExcludeArch: %{arm}
Requires: pam
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
BuildRequires: rdma-core-devel libnl3-devel automake autoconf libtool g++
Provides: %{name}-utils = %{version}-%{release}
Obsoletes: %{name}-utils < %{version}-%{release}
%description
Mellanox's Messaging Accelerator (VMA) is dynamically linked user space Linux
library for transparently enhancing the performance of networking-heavy
applications. It boosts performance for message-based and streaming applications
such as those found in financial services market data environments and Web2.0
clusters.
%package devel
Summary: Header files for libvma
Requires: %{name} = %{version}-%{release}
%description devel
Headers files for libvma.
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
%build
./autogen.sh
%configure
%make_build V=1
%install
%make_install
%delete_la
%ldconfig_scriptlets
%files
%defattr(-,root,root)
%doc README.md README.txt journal.txt VMA_VERSION.in
%license COPYING LICENSE
%config(noreplace) %{_sysconfdir}/libvma.conf
%config(noreplace) %{_sysconfdir}/security/limits.d/30-libvma-limits.conf
%{_bindir}/vma_stats
%{_libdir}/%{name}.so
%{_libdir}/%{name}*.so.*
%{_sbindir}/vmad
%{_sbindir}/vma
%{_unitdir}/vma.service
%files devel
%defattr(-,root,root)
%{_includedir}/*
%files help
%defattr(-,root,root)
%{_pkgdocdir}/README.txt
%{_pkgdocdir}/journal.txt
%{_pkgdocdir}/VMA_VERSION
%changelog
* Tue Aug 10 2021 wangyue <[email protected]> - 8.9.4-12
- fix build error with glibc-2.34
* Tue Jun 08 2021 wulei <[email protected]> - 8.9.4-11
- fixes failed: g++: No such file or directory
* Wed Mar 10 2021 maminjie <[email protected]> - 8.9.4-10
- Remove ExecReload that is not supported
* Thu Sep 3 2020 zhaowei<[email protected]> - 8.9.4-9
-update source URL
* Thu May 21 2020 yanan li <[email protected]> - 8.9.4-8
- Slove the problem of pointer value misalignment caused by gcc 9.x enabling verification.
* Sun Jan 19 2020 lijin Yang <[email protected]> - 8.9.4-7
- Type: enhancement
- ID: NA
- SUG: NA
- DESC: update the tar package
* Tue Nov 26 2019 openEuler Buildteam <[email protected]> - 8.0.1-6
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wang_yue111/libvma.git
[email protected]:wang_yue111/libvma.git
wang_yue111
libvma
libvma
master

搜索帮助