cvsdist d63ebf
Name:		numactl
Neil Horman be1281
Summary:	Library for tuning for Non Uniform Memory Access machines
Neil Horman 4bbc52
Version:	2.0.0
Neil Horman 4bbc52
Release:	1%{dist} 
Neil Horman d40e4a
License:	LGPLv2/GPLv2
cvsdist d63ebf
Group: 		System Environment/Base
cvsdist d63ebf
URL: 		ftp://ftp.suse.com/pub/people/ak/numa/
cvsdist d63ebf
Source0: 	ftp://ftp.suse.com/pub/people/ak/numa/numactl-%{version}.tar.gz 
cvsdist d63ebf
Buildroot:	%{_tmppath}/%{name}-buildroot
cvsdist d63ebf
Neil Horman 77302d
ExcludeArch: s390 s390x
cvsdist d63ebf
cvsdist d63ebf
%description
cvsdist d63ebf
Simple NUMA policy support. It consists of a numactl program to run
cvsdist d63ebf
other programs with a specific NUMA policy and a libnuma to do
cvsdist d63ebf
allocations with NUMA policy in applications.
cvsdist d63ebf
Neil Horman 13f7fa
%package devel
Neil Horman 13f7fa
Summary: Development package for building Applications that use numa
Neil Horman 13f7fa
Group: System Environment/Libraries
Neil Horman be1281
Requires: %{name} = %{version}-%{release}
Neil Horman 13f7fa
Neil Horman 13f7fa
%description devel
Neil Horman 13f7fa
Provides development headers for numa library calls
Neil Horman 13f7fa
cvsdist d63ebf
%prep
Neil Horman a73dec
%setup -q 
cvsdist d63ebf
cvsdist d63ebf
%build
Dave Jones a8d6b0
make CFLAGS="$RPM_OPT_FLAGS -I. -fPIC"
cvsdist d63ebf
cvsdist d63ebf
%install
cvsdist d63ebf
rm -rf $RPM_BUILD_ROOT
cvsdist d63ebf
mkdir -p $RPM_BUILD_ROOT%{_bindir}
cvsdist d63ebf
mkdir -p $RPM_BUILD_ROOT%{_libdir}
cvsdist d63ebf
mkdir -p $RPM_BUILD_ROOT%{_includedir}
Dave Jones b10c2e
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man3
Neil Horman 2883c3
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man5
Dave Jones b10c2e
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8
cvsdist d63ebf
David Woodhouse 318ccb
make prefix=$RPM_BUILD_ROOT/usr libdir=$RPM_BUILD_ROOT/%{_libdir} install
cvsdist d63ebf
cvsdist d63ebf
%clean
cvsdist d63ebf
rm -rf $RPM_BUILD_ROOT
cvsdist d63ebf
cvsdist d63ebf
%post -p /sbin/ldconfig
cvsdist d63ebf
cvsdist d63ebf
%postun -p /sbin/ldconfig
cvsdist d63ebf
cvsdist d63ebf
%files
cvsdist d63ebf
%defattr(-,root,root,-)
cvsdist d63ebf
%{_libdir}/libnuma.so.1
cvsdist d63ebf
%{_bindir}/numactl
cvsdist d63ebf
%{_bindir}/numademo
cvsdist d63ebf
%{_bindir}/numastat
cvsdist d63ebf
%{_bindir}/memhog
Neil Horman 2883c3
%{_bindir}/migratepages
Neil Horman 4bbc52
%{_bindir}/migspeed
Neil Horman 2883c3
%{_mandir}/man5/*.5*
Dave Jones 6c4760
%{_mandir}/man8/*.8*
cvsdist d63ebf
Neil Horman 13f7fa
%files devel
Neil Horman 13f7fa
%defattr(-,root,root,-)
Neil Horman 5340de
%{_libdir}/libnuma.so
Neil Horman 13f7fa
%{_includedir}/numa.h
Neil Horman 13f7fa
%{_includedir}/numaif.h
Neil Horman 4bbc52
%{_includedir}/numacompat1.h
Neil Horman 13f7fa
%{_mandir}/man3/*.3*
Neil Horman 13f7fa
cvsdist d63ebf
%changelog
Neil Horman 4bbc52
* Thu May 08 2008 Neil Horman <nhorman@redhat.com> - 2.0.0-1
Neil Horman 4bbc52
- Move to numactl 2.0.0
Neil Horman 4bbc52
Neil Horman 9d951c
* Fri Apr 25 2008 Neil Horman <nhorman@redhat.com> - 1.0.2-6
Neil Horman 9d951c
- Fix buffer size passing and arg sanity check for physcpubind (bz 442521)
Neil Horman 9d951c
Neil Horman b007e6
* Fri Mar 14 2008 Neil Horman <nhorman@redhat.com> - 1.0.2-5
Neil Horman b007e6
- Fixing spec file to actually apply alpha patch :)
Neil Horman b007e6
Neil Horman f4c2a3
* Fri Mar 14 2008 Neil Horman <nhorman@redhat.com> - 1.0.2-4
Neil Horman f4c2a3
- Add alpha syscalls (bz 396361)
Neil Horman f4c2a3
Jesse Keating f2ae22
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.2-3
Jesse Keating f2ae22
- Autorebuild for GCC 4.3
Jesse Keating f2ae22
Neil Horman 6f7d5b
* Thu Dec 20 2007 Neil Horman <nhorman@redhat.com> - 1.0.2-1
Neil Horman 6f7d5b
- Update numactl to fix get_mempolicy signature (bz 418551)
Neil Horman 6f7d5b
Neil Horman 49b5a8
* Fri Dec 14 2007 Neil Horman <nhorman@redhat.com> - 1.0.2-1
Neil Horman 49b5a8
- Update numactl to latest version (bz 425281)
Neil Horman 49b5a8
Neil Horman 53b2fd
* Tue Aug 07 2007 Neil Horman <nhorman@redhat.com> - 0.9.8-4
Neil Horman 60bb60
- Fixing some remaining merge review issues (bz 226207)
Neil Horman 60bb60
Neil Horman d40e4a
* Fri Aug 03 2007 Neil Horman <nhorman@redhat.com> - 0.9.8-3
Neil Horman be1281
- fixing up merge review (bz 226207)
Neil Horman be1281
Neil Horman d40e4a
* Fri Jan 12 2007 Neil Horman <nhorman@redhat.com> - 0.9.8-2
Neil Horman 6bcd60
- Properly fixed bz 221982
Neil Horman 6bcd60
- Updated revision string to include %{dist}
Neil Horman 6bcd60
Neil Horman 72f007
* Thu Jan 11 2007 Neil Horman <nhorman@redhat.com> - 0.9.8-1.38
Neil Horman 4eee2f
- Fixed -devel to depend on base package so libnuma.so resolves
Neil Horman 4eee2f
Neil Horman c7cf63
* Thu Sep 21 2006 Neil Horman <nhorman@redhat.com> - 0.9.8-1.36
Neil Horman c7cf63
- adding nodebind patch for bz 207404
Neil Horman c7cf63
Neil Horman 5340de
* Fri Aug 25 2006 Neil Horman <nhorman@redhat.com> - 0.9.8-1.35
Neil Horman 5340de
- moving over libnuma.so to -devel package as well
Neil Horman 5340de
Neil Horman 13f7fa
* Fri Aug 25 2006 Neil Horman <nhorman@redhat.com> - 0.9.8-1.34
Neil Horman 13f7fa
- split out headers/devel man pages to a devel subpackage
Neil Horman 13f7fa
Neil Horman f6d391
* Tue Aug 15 2006 Neil Horman <nhorman@redhat.com> - 0.9.8-1.32
Neil Horman f6d391
- add patch for broken cpu/nodebind output (bz 201906)
Neil Horman f6d391
Jesse Keating dd04b4
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.9.8-1.31
Jesse Keating dd04b4
- rebuild
Jesse Keating dd04b4
Neil Horman 2883c3
* Tue Jun 13 2006 Neil Horman <nhorman@redhat.com>
Neil Horman 2883c3
- Rebased numactl to version 0.9.8 for FC6/RHEL5
Neil Horman 2883c3
Neil Horman 6b282e
* Wed Apr 26 2006 Neil Horman <nhorman@redhat.com>
Neil Horman 6b282e
- Added patches for 64 bit overflows and cpu mask problem
Neil Horman 6b282e
Bill Nottingham 2ee2e8
* Fri Mar 10 2006 Bill Nottingham <notting@redhat.com>
Bill Nottingham 2ee2e8
- rebuild for ppc TLS issue (#184446)
Bill Nottingham 2ee2e8
Jesse Keating b7aa47
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.6.4-1.25.2
Jesse Keating b7aa47
- bump again for double-long bug on ppc(64)
Jesse Keating b7aa47
Bill Nottingham 2ee2e8
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com>
Jesse Keating c76969
- rebuilt for new gcc4.1 snapshot and glibc changes
Jesse Keating c76969
Jesse Keating 3755bd
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
Jesse Keating 3755bd
- rebuilt
Jesse Keating 3755bd
Dave Jones 420d4b
* Thu Jul  7 2005 Dave Jones <davej@redhat.com>
Dave Jones 420d4b
- numactl doesn't own the manpage dirs. (#161547)
Dave Jones 420d4b
Dave Jones bfb475
* Tue Mar  1 2005 Dave Jones <davej@redhat.com>
Dave Jones bfb475
- Rebuild for gcc4
Dave Jones bfb475
Dave Jones c87078
* Tue Feb  8 2005 Dave Jones <davej@redhat.com>
Dave Jones cfae74
- rebuild with -D_FORTIFY_SOURCE=2
Dave Jones b5e45d
David Woodhouse 7dca8b
* Wed Nov 10 2004 David Woodhouse <dwmw2@redhat.com>
David Woodhouse 7dca8b
- Fix build on x86_64
David Woodhouse 7dca8b
David Woodhouse 318ccb
* Thu Oct 21 2004 David Woodhouse <dwmw2@redhat.com>
David Woodhouse 318ccb
- Add PPC support
David Woodhouse 318ccb
cvsdist f72e87
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist f72e87
- rebuilt
cvsdist f72e87
cvsdist d63ebf
* Sat Jun 05 2004 Warren Togami <wtogami@redhat.com> 
cvsdist d63ebf
- spec cleanup
cvsdist d63ebf
cvsdist d63ebf
* Sat Jun 05 2004 Arjan van de Ven <arjanv@redhat.com>
cvsdist d63ebf
- initial packaging
Dave Jones 519012