Author: gotar Date: Tue Mar 30 20:51:34 2010 GMT Module: packages Tag: HEAD ---- Log message: - upgraded to 2.0.3
---- Files affected: packages/numactl: numactl.spec (1.12 -> 1.13) ---- Diffs: ================================================================ Index: packages/numactl/numactl.spec diff -u packages/numactl/numactl.spec:1.12 packages/numactl/numactl.spec:1.13 --- packages/numactl/numactl.spec:1.12 Sun Nov 4 17:04:22 2007 +++ packages/numactl/numactl.spec Tue Mar 30 22:51:29 2010 @@ -2,13 +2,13 @@ Summary: Simple NUMA policy support Summary(pl.UTF-8): Prosta obsługa polityk NUMA Name: numactl -Version: 1.0.2 +Version: 2.0.3 Release: 1 License: LGPL v2.1 (library), GPL v2 (utilities) Group: Applications/System -Source0: ftp://ftp.suse.com/pub/people/ak/numa/%{name}-%{version}.tar.gz -# Source0-md5: 392a5bc3e79f016edcaee0cb6ceadf90 -URL: ftp://ftp.suse.com/pub/people/ak/numa/ +Source0: ftp://oss.sgi.com/www/projects/libnuma/download/%{name}-%{version}.tar.gz +# Source0-md5: 8e4fb249e5f719c25d7f433964fb9220 +URL: http://oss.sgi.com/projects/libnuma/ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -51,8 +51,10 @@ prefix=$RPM_BUILD_ROOT%{_prefix} \ libdir=$RPM_BUILD_ROOT%{_libdir} +install migspeed numamon $RPM_BUILD_ROOT%{_bindir} +install move_pages.2 $RPM_BUILD_ROOT%{_mandir}/man2 # missing in make install -install migratepages.8 numastat.8 $RPM_BUILD_ROOT%{_mandir}/man8 +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 @@ -70,12 +72,14 @@ %doc CHANGES README TODO %attr(755,root,root) %{_bindir}/memhog %attr(755,root,root) %{_bindir}/migratepages +%attr(755,root,root) %{_bindir}/migspeed %attr(755,root,root) %{_bindir}/numactl %attr(755,root,root) %{_bindir}/numademo +%attr(755,root,root) %{_bindir}/numamon %attr(755,root,root) %{_bindir}/numastat %attr(755,root,root) %{_libdir}/libnuma.so.* -%{_mandir}/man5/numa_maps.5* %{_mandir}/man8/migratepages.8* +%{_mandir}/man8/migspeed.8* %{_mandir}/man8/numactl.8* %{_mandir}/man8/numastat.8* @@ -83,6 +87,7 @@ %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libnuma.so %{_includedir}/numa*.h +%{_mandir}/man2/* %{_mandir}/man3/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -91,6 +96,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.13 2010/03/30 20:51:29 gotar +- upgraded to 2.0.3 + Revision 1.12 2007/11/04 16:04:22 qboosh - updated to 1.0.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/numactl/numactl.spec?r1=1.12&r2=1.13&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
