Update memkind source file to 1.10.0 upstream
Signed-off-by: Rafael Aquini <aquini@redhat.com>
This commit is contained in:
parent
4a8c3d3e32
commit
fbe6d5367e
22
memkind.spec
22
memkind.spec
@ -1,9 +1,9 @@
|
||||
%global gittag0 v1.9.0
|
||||
%global gittag0 v1.10.0
|
||||
|
||||
Name: memkind
|
||||
Summary: User Extensible Heap Manager
|
||||
Version: 1.9.0
|
||||
Release: 4%{?checkout}%{?dist}
|
||||
Version: 1.10.0
|
||||
Release: 1%{?checkout}%{?dist}
|
||||
License: BSD
|
||||
URL: http://memkind.github.io/memkind
|
||||
BuildRequires: automake libtool numactl-devel systemd gcc gcc-c++
|
||||
@ -20,8 +20,6 @@ ExclusiveArch: x86_64
|
||||
|
||||
Source0: https://github.com/%{name}/%{name}/archive/%{gittag0}/%{name}-%{version}.tar.gz
|
||||
|
||||
Patch0: gcc10.patch
|
||||
|
||||
%description
|
||||
The memkind library is an user extensible heap manager built on top of
|
||||
jemalloc which enables control of memory characteristics and a
|
||||
@ -52,7 +50,6 @@ alpha release. Feedback on design or implementation is greatly appreciated.
|
||||
|
||||
%prep
|
||||
%setup -q -a 0 -n %{name}-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
# It is required that we configure and build the jemalloc subdirectory
|
||||
@ -79,14 +76,14 @@ rm -f %{buildroot}/%{_docdir}/%{name}/VERSION
|
||||
%{_libdir}/lib%{name}.so.*
|
||||
%{_libdir}/libautohbw.so.*
|
||||
%{_bindir}/%{name}-hbw-nodes
|
||||
%{_bindir}/%{name}-auto-dax-kmem-nodes
|
||||
%{_mandir}/man1/%{name}*.1.*
|
||||
%{_mandir}/man7/autohbw.7.*
|
||||
%dir %{_docdir}/%{name}
|
||||
%doc %{_docdir}/%{name}/README
|
||||
%license %{_docdir}/%{name}/COPYING
|
||||
|
||||
%files devel
|
||||
%dir %{_includedir}/%{name}
|
||||
%dir %{_includedir}/%{name}/internal/
|
||||
%{_includedir}/%{name}/internal/*.h
|
||||
%{_includedir}/%{name}*.h
|
||||
%{_includedir}/hbwmalloc.h
|
||||
%{_includedir}/hbw_allocator.h
|
||||
@ -94,14 +91,15 @@ rm -f %{buildroot}/%{_docdir}/%{name}/VERSION
|
||||
%{_libdir}/lib%{name}.so
|
||||
%{_libdir}/libautohbw.so
|
||||
%{_libdir}/pkgconfig/memkind.pc
|
||||
%{_mandir}/man1/memkind-hbw-nodes.1.*
|
||||
%{_mandir}/man3/%{name}*.3.*
|
||||
%{_mandir}/man3/hbwmalloc.3.*
|
||||
%{_mandir}/man3/hbwallocator.3.*
|
||||
%{_mandir}/man3/%{name}*.3.*
|
||||
%{_mandir}/man3/pmemallocator.3.*
|
||||
%{_mandir}/man7/autohbw.7.*
|
||||
|
||||
%changelog
|
||||
* Sat Feb 01 2020 Rafael Aquini <aquini@linux.com> - 1.10.0-1
|
||||
- Update memkind source file to 1.10.0 upstream
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
3
sources
3
sources
@ -1,2 +1 @@
|
||||
SHA512 (memkind-1.7.0.tar.gz) = c34cc4646ded3fd68b1912f1ba3b11c834d903595954fcd95582746bf35742fd6150e417717ddd8d3aa531a495ce5d13ae8a36029bd6e99d67560ae2c212e929
|
||||
SHA512 (memkind-1.9.0.tar.gz) = d9a930bcb111abd2256d7e9e6b22db07743de08994d998ece6f19edcea2b379c3a96972fe42933f94d16ea65166325662fef9b71445b38a15c54101000b7f33c
|
||||
SHA512 (memkind-1.10.0.tar.gz) = dab87b51ba9773cc0841b196d87cf73b47bfaa20d1bba1297e4bc05ea2377853001ece92308dcf7285aaafaaeaeaf27d82e6faf9a187c99a2c20e977dd1e7f33
|
||||
|
Loading…
Reference in New Issue
Block a user