import memkind-1.10.0-10.el8
This commit is contained in:
parent
1e80a815a7
commit
6e4df10193
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/memkind-1.9.0-g8785358.tar.gz
|
SOURCES/memkind-1.10.0.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
db3fa00da9aaf0a47c69e711448c53b30e126681 SOURCES/memkind-1.9.0-g8785358.tar.gz
|
3de8089a2bf201078d9e8caa95d7f5ebb93e25db SOURCES/memkind-1.10.0.tar.gz
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
%global gittag0 v1.9.0
|
%global gittag0 v1.10.0
|
||||||
%global githash 8785358
|
|
||||||
|
|
||||||
Name: memkind
|
Name: memkind
|
||||||
Summary: User Extensible Heap Manager
|
Summary: User Extensible Heap Manager
|
||||||
Version: 1.9.0
|
Version: 1.10.0
|
||||||
Release: 1%{?checkout}%{?dist}
|
Release: 10%{?checkout}%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://memkind.github.io/memkind
|
URL: http://memkind.github.io/memkind
|
||||||
@ -24,7 +23,7 @@ ExclusiveArch: x86_64
|
|||||||
# (1) "git archive git archive --prefix=%%{name}-%%{version}/ --format=tar [githash] | \
|
# (1) "git archive git archive --prefix=%%{name}-%%{version}/ --format=tar [githash] | \
|
||||||
# gzip > [srcdir]/%%{name}-%%{version}-g%%{githash}.tar.gz"; or
|
# gzip > [srcdir]/%%{name}-%%{version}-g%%{githash}.tar.gz"; or
|
||||||
# (2) wget https://github.com/%%{name}/%%{name}/archive/%%{gittag0}/%%{name}-%%{version}.tar.gz
|
# (2) wget https://github.com/%%{name}/%%{name}/archive/%%{gittag0}/%%{name}-%%{version}.tar.gz
|
||||||
Source0: %{name}-%{version}-g%{githash}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
|
|
||||||
# void nonsensical CFLAGS override done by autotools which invalidates
|
# void nonsensical CFLAGS override done by autotools which invalidates
|
||||||
# the strong stack protection setup
|
# the strong stack protection setup
|
||||||
@ -89,19 +88,17 @@ rm -f %{buildroot}/%{_docdir}/%{name}/VERSION
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/lib%{name}.so.*
|
%{_libdir}/lib%{name}.so.*
|
||||||
%{_libdir}/libautohbw.so.*
|
%{_libdir}/libautohbw.so.*
|
||||||
%{_bindir}/%{name}-hbw-nodes
|
%{_bindir}/%{name}-hbw-nodes
|
||||||
|
%{_bindir}/%{name}-auto-dax-kmem-nodes
|
||||||
|
%{_mandir}/man1/%{name}*.1.*
|
||||||
|
%{_mandir}/man7/autohbw.7.*
|
||||||
%dir %{_docdir}/%{name}
|
%dir %{_docdir}/%{name}
|
||||||
%doc %{_docdir}/%{name}/README
|
%doc %{_docdir}/%{name}/README
|
||||||
%license %{_docdir}/%{name}/COPYING
|
%license %{_docdir}/%{name}/COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%dir %{_includedir}/%{name}
|
|
||||||
%dir %{_includedir}/%{name}/internal/
|
|
||||||
%{_includedir}/%{name}/internal/*.h
|
|
||||||
%{_includedir}/%{name}*.h
|
%{_includedir}/%{name}*.h
|
||||||
%{_includedir}/hbwmalloc.h
|
%{_includedir}/hbwmalloc.h
|
||||||
%{_includedir}/hbw_allocator.h
|
%{_includedir}/hbw_allocator.h
|
||||||
@ -109,14 +106,19 @@ rm -f %{buildroot}/%{_docdir}/%{name}/VERSION
|
|||||||
%{_libdir}/lib%{name}.so
|
%{_libdir}/lib%{name}.so
|
||||||
%{_libdir}/libautohbw.so
|
%{_libdir}/libautohbw.so
|
||||||
%{_libdir}/pkgconfig/memkind.pc
|
%{_libdir}/pkgconfig/memkind.pc
|
||||||
%{_mandir}/man1/memkind-hbw-nodes.1.*
|
%{_mandir}/man3/%{name}*.3.*
|
||||||
%{_mandir}/man3/hbwmalloc.3.*
|
%{_mandir}/man3/hbwmalloc.3.*
|
||||||
%{_mandir}/man3/hbwallocator.3.*
|
%{_mandir}/man3/hbwallocator.3.*
|
||||||
%{_mandir}/man3/pmemallocator.3.*
|
%{_mandir}/man3/pmemallocator.3.*
|
||||||
%{_mandir}/man3/%{name}*.3.*
|
|
||||||
%{_mandir}/man7/autohbw.7.*
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 14 2020 Rafael Aquini <aquini@redhat.com> - 1.10.0-10
|
||||||
|
- Fix: add Tier1 tests for CI gating (1688933)
|
||||||
|
|
||||||
|
* Sun Apr 12 2020 Rafael Aquini <aquini@redhat.com> - 1.10.0-1
|
||||||
|
- Update to memkind source file to 1.10.0 upstream (1780394)
|
||||||
|
- add Tier1 tests for CI gating (1688933)
|
||||||
|
|
||||||
* Wed Oct 23 2019 Rafael Aquini <aquini@redhat.com> - 1.9.0-1
|
* Wed Oct 23 2019 Rafael Aquini <aquini@redhat.com> - 1.9.0-1
|
||||||
- Update to memkind source file to 1.9.0 upstream (1660589)
|
- Update to memkind source file to 1.9.0 upstream (1660589)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user