Update memkind source file to 1.1.0 upstream
Signed-off-by: Rafael Aquini <aquini@redhat.com>
This commit is contained in:
parent
7f4ab054f4
commit
c17e4e76e9
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/memkind-35c83cee96432edc0b5b21680535a2f2b77a1801.tar.gz
|
/memkind-35c83cee96432edc0b5b21680535a2f2b77a1801.tar.gz
|
||||||
/memkind-0.3.0.tar.gz
|
/memkind-0.3.0.tar.gz
|
||||||
/memkind-1.0.0.tar.gz
|
/memkind-1.0.0.tar.gz
|
||||||
|
/memkind-1.1.0.tar.gz
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
diff --git a/memkind.conf b/memkind.conf
|
|
||||||
new file mode 100644
|
|
||||||
index 0000000..eb32f3b
|
|
||||||
--- /dev/null
|
|
||||||
+++ b/memkind.conf
|
|
||||||
@@ -0,0 +1,2 @@
|
|
||||||
+d /run/memkind 0775 root root
|
|
||||||
+f /run/memkind/nodes-bandwith 0644 root root
|
|
16
memkind.spec
16
memkind.spec
@ -1,8 +1,8 @@
|
|||||||
%global gittag0 v1.0.0
|
%global gittag0 v1.1.0
|
||||||
|
|
||||||
Name: memkind
|
Name: memkind
|
||||||
Summary: User Extensible Heap Manager
|
Summary: User Extensible Heap Manager
|
||||||
Version: 1.0.0
|
Version: 1.1.0
|
||||||
Release: 1%{?checkout}%{?dist}
|
Release: 1%{?checkout}%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -57,7 +57,6 @@ alpha release. Feedback on design or implementation is greatly appreciated.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -a 0 -n %{name}-%{version}
|
%setup -q -a 0 -n %{name}-%{version}
|
||||||
%patch0 -p1 -b .patch5.bkp
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# It is required that we configure and build the jemalloc subdirectory
|
# It is required that we configure and build the jemalloc subdirectory
|
||||||
@ -93,10 +92,6 @@ test -f configure || ./autogen.sh
|
|||||||
%install
|
%install
|
||||||
cd %{_builddir}/%{name}-%{version}
|
cd %{_builddir}/%{name}-%{version}
|
||||||
make install DESTDIR=%{buildroot} INSTALL='install -p'
|
make install DESTDIR=%{buildroot} INSTALL='install -p'
|
||||||
install -Dpm 644 %{name}.service %{buildroot}/%{_unitdir}/%{name}.service
|
|
||||||
install -Dpm 644 %{name}.conf %{buildroot}/%{_tmpfilesdir}/%{name}.conf
|
|
||||||
mkdir -p %{buildroot}/%{_sysconfdir}/%{name}
|
|
||||||
mkdir -p %{buildroot}/run/%{name}
|
|
||||||
rm -f %{buildroot}/%{_libdir}/lib%{name}.{l,}a
|
rm -f %{buildroot}/%{_libdir}/lib%{name}.{l,}a
|
||||||
rm -f %{buildroot}/%{_libdir}/lib{numakind,autohbw}.*
|
rm -f %{buildroot}/%{_libdir}/lib{numakind,autohbw}.*
|
||||||
rm -f %{buildroot}/%{_docdir}/%{name}/VERSION
|
rm -f %{buildroot}/%{_docdir}/%{name}/VERSION
|
||||||
@ -109,10 +104,6 @@ rm -f %{buildroot}/%{_docdir}/%{name}/VERSION
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/lib%{name}.so.*
|
%{_libdir}/lib%{name}.so.*
|
||||||
%{_bindir}/%{name}-hbw-nodes
|
%{_bindir}/%{name}-hbw-nodes
|
||||||
%{_sbindir}/%{name}-pmtt
|
|
||||||
%{_unitdir}/%{name}.service
|
|
||||||
%{_tmpfilesdir}/%{name}.conf
|
|
||||||
%ghost %dir /run/%{name}
|
|
||||||
%dir %{_docdir}/%{name}
|
%dir %{_docdir}/%{name}
|
||||||
%doc %{_docdir}/%{name}/README
|
%doc %{_docdir}/%{name}/README
|
||||||
%license %{_docdir}/%{name}/COPYING
|
%license %{_docdir}/%{name}/COPYING
|
||||||
@ -131,6 +122,9 @@ rm -f %{buildroot}/%{_docdir}/%{name}/VERSION
|
|||||||
%{_mandir}/man3/%{name}*.3.*
|
%{_mandir}/man3/%{name}*.3.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 08 2016 Rafael Aquini <aquini@linux.com> - 1.1.0-1
|
||||||
|
- Update memkind source file to 1.1.0 upstream
|
||||||
|
|
||||||
* Thu Mar 17 2016 Rafael Aquini <aquini@linux.com> - 1.0.0-1
|
* Thu Mar 17 2016 Rafael Aquini <aquini@linux.com> - 1.0.0-1
|
||||||
- Update memkind source file to 1.0.0 upstream
|
- Update memkind source file to 1.0.0 upstream
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user