forked from pool/libvma
Accepting request 705574 from home:NMoreyChaisemartin:branches:science:HPC
- Update to version 8.8.2 * No short release notes available. See journal.txt for a complete list OBS-URL: https://build.opensuse.org/request/show/705574 OBS-URL: https://build.opensuse.org/package/show/science:HPC/libvma?expand=0&rev=12
This commit is contained in:
parent
498e595635
commit
74d59fc5a0
2
_service
2
_service
@ -6,7 +6,7 @@
|
||||
<param name="exclude">.git</param>
|
||||
<param name="filename">libvma</param>
|
||||
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
|
||||
<param name="revision">93d276ffa8f4bc33312f76ac85b601654e7ba3a6</param>
|
||||
<param name="revision">e916c67d33eb8b15698b4eac4f8b51c67cec3b3b</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">libvma*.tar</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f18b9a6c3c261c42717a63d086d0133a6b5e7cdbdbb4f5b20fcd4ccc4efc5bcf
|
||||
size 1110165
|
3
libvma-8.8.2.0.e916c67d33eb.tar.gz
Normal file
3
libvma-8.8.2.0.e916c67d33eb.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a8c40f7a417941601cd52f3e1a28fb0a85aae77cf6ba242aef3bd65374b7b20
|
||||
size 1107710
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 15 06:19:54 UTC 2019 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||
|
||||
- Update to version 8.8.2
|
||||
* No short release notes available.
|
||||
See journal.txt for a complete list
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 15 07:58:57 UTC 2018 - nmoreychaisemartin@suse.com
|
||||
|
||||
|
21
libvma.spec
21
libvma.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libvma
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,19 +12,19 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
#
|
||||
%define git_ver .0.93d276ffa8f4
|
||||
%define git_ver .0.e916c67d33eb
|
||||
%define lib_major 8
|
||||
|
||||
Name: libvma
|
||||
Summary: A library for boosting TCP and UDP traffic (over RDMA hardware)
|
||||
License: GPL-2.0-only OR BSD-2-Clause
|
||||
Group: Development/Libraries/C and C++
|
||||
Version: 8.7.1
|
||||
Version: 8.8.2
|
||||
Release: 0
|
||||
Source0: %{name}-%{version}%{git_ver}.tar.gz
|
||||
Source1: vma.service
|
||||
@ -73,7 +73,8 @@ Headers and symbolink link required to compile and link with the Libvma library.
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure --docdir=%{_docdir}/%{name}-%{version}
|
||||
export CXXFLAGS="%optflags -Wno-address-of-packed-member"
|
||||
%configure --docdir=%{_docdir}/%{name}
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
@ -109,19 +110,19 @@ for service in vma; do ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rc${se
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_datadir}/%{name}
|
||||
%dir %{_docdir}/%{name}-%{version}
|
||||
%{_docdir}/%{name}-%{version}/README.txt
|
||||
%{_docdir}/%{name}-%{version}/journal.txt
|
||||
%{_docdir}/%{name}-%{version}/VMA_VERSION
|
||||
%dir %{_docdir}/%{name}
|
||||
%{_docdir}/%{name}/README.txt
|
||||
%{_docdir}/%{name}/journal.txt
|
||||
%{_docdir}/%{name}/VMA_VERSION
|
||||
%config(noreplace) %{_sysconfdir}/libvma.conf
|
||||
%config %{_sysconfdir}/security/limits.d/30-libvma-limits.conf
|
||||
%{_sbindir}/vmad
|
||||
%{_sbindir}/vma
|
||||
%{_sbindir}/rcvma
|
||||
%{_unitdir}/vma.service
|
||||
%{_bindir}/vma_stats
|
||||
%{_datadir}/%{name}/vma_perf_envelope.sh
|
||||
%license COPYING
|
||||
%doc journal.txt
|
||||
|
||||
%files -n libvma%{lib_major}
|
||||
%{_libdir}/%{name}*.so.*
|
||||
|
Loading…
Reference in New Issue
Block a user