]> git.pld-linux.org Git - packages/numactl.git/commitdiff
- updated to 2.0.7 auto/th/numactl-2_0_7-1 auto/ti/numactl-2_0_7-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 21 Apr 2011 16:26:13 +0000 (16:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    numactl.spec -> 1.17

numactl.spec

index bc432bdd81a15c4e7d03f994a12fd3de3c5044c8..c0293c4e05b45f8a5e09640e047fd02ad7233edb 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Simple NUMA policy support
 Summary(pl.UTF-8):     Prosta obsÅ‚uga polityk NUMA
 Name:          numactl
-Version:       2.0.6
-Release:       2
+Version:       2.0.7
+Release:       1
 License:       LGPL v2.1 (library), GPL v2 (utilities)
 Group:         Applications/System
 Source0:       ftp://oss.sgi.com/www/projects/libnuma/download/%{name}-%{version}.tar.gz
-# Source0-md5: e84a6351312ec786a4b7978fea76f92b
+# Source0-md5: dadc81f3623475b14ca5110662ba3b04
 URL:           http://oss.sgi.com/projects/libnuma/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -61,7 +61,6 @@ rm -rf $RPM_BUILD_ROOT
 
 # missing in make install
 install numamon $RPM_BUILD_ROOT%{_bindir}
-install move_pages.2 $RPM_BUILD_ROOT%{_mandir}/man2
 install {migratepages,migspeed,numastat}.8 $RPM_BUILD_ROOT%{_mandir}/man8
 
 for f in `find $RPM_BUILD_ROOT%{_mandir}/man3 -type l` ; do
@@ -69,9 +68,6 @@ for f in `find $RPM_BUILD_ROOT%{_mandir}/man3 -type l` ; do
        echo '.so numa.3' > $f
 done
 
-# is in man-pages
-rm $RPM_BUILD_ROOT%{_mandir}/man2/move_pages.2*
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.117495 seconds and 4 git commands to generate.