]> git.pld-linux.org Git - packages/numactl.git/commitdiff
- updated to 2.0.12 auto/th/numactl-2.0.12-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 24 Jul 2018 16:43:17 +0000 (18:43 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 24 Jul 2018 16:43:17 +0000 (18:43 +0200)
numactl.spec

index 4a62bce475087c28a8ae961b4b64cc6c817e759a..4ad4ba971245640981632d084d184a9c4a4c1cf5 100644 (file)
@@ -1,15 +1,13 @@
 Summary:       Simple NUMA policy support
 Summary(pl.UTF-8):     Prosta obsÅ‚uga polityk NUMA
 Name:          numactl
-Version:       2.0.11
-Release:       2
+Version:       2.0.12
+Release:       1
 License:       LGPL v2.1 (library), GPL v2 (utilities)
 Group:         Applications/System
 #Source0Download: https://github.com/numactl/numactl/releases
-# originally from (dead now):
-#Source0:      ftp://oss.sgi.com/www/projects/libnuma/download/%{name}-%{version}.tar.gz
-Source0:       %{name}-%{version}.tar.gz
-# Source0-md5: d3bc88b7ddb9f06d60898f4816ae9127
+Source0:       https://github.com/numactl/numactl/releases/download/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 2ba9777d78bfd7d408a387e53bc33ebc
 URL:           https://github.com/numactl/numactl
 Requires:      %{name}-libs = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -94,7 +92,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGES README TODO
+%doc README.md
 %attr(755,root,root) %{_bindir}/memhog
 %attr(755,root,root) %{_bindir}/migratepages
 %attr(755,root,root) %{_bindir}/migspeed
@@ -115,6 +113,7 @@ fi
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libnuma.so
 %{_includedir}/numa*.h
+%{_pkgconfigdir}/numa.pc
 %{_mandir}/man3/numa.3*
 
 %files static
This page took 0.087614 seconds and 4 git commands to generate.