]> git.pld-linux.org Git - packages/numactl.git/commitdiff
- updated to 2.0.6 auto/th/numactl-2_0_6-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 31 Dec 2010 12:19:53 +0000 (12:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    numactl.spec -> 1.15

numactl.spec

index 0c4be059871ba8c20257338c220ef9935779285a..3493e79204edcffbfa5a0f29d4bcd16b0b97da96 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.5
+Version:       2.0.6
 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: 7cafe683095d4677326bcc5e4b3cc541
+# Source0-md5: e84a6351312ec786a4b7978fea76f92b
 URL:           http://oss.sgi.com/projects/libnuma/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -65,7 +65,7 @@ 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
-       rm -f $f
+       %{__rm} $f
        echo '.so numa.3' > $f
 done
 
This page took 0.089372 seconds and 4 git commands to generate.