cvsdist d63ebf
Name:		numactl
cvsdist d63ebf
Summary:	library for tuning for Non Uniform Memory Access machines
Neil Horman 2883c3
Version:	0.9.8
Neil Horman 6bcd60
Release:	2%{dist} 
cvsdist d63ebf
License:	LGPL/GPL
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
Neil Horman f6d391
Patch1: numactl-node-cpubind.patch
Neil Horman c7cf63
Patch2: numactl-parse_bitmap_nodebind.patch
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 13f7fa
Provides: numactl-devel 
Neil Horman 13f7fa
Neil Horman 13f7fa
%description devel
Neil Horman 13f7fa
Provides development headers for numa library calls
Neil Horman 13f7fa
cvsdist d63ebf
%prep
cvsdist d63ebf
%setup -q -c -a 0
Neil Horman f6d391
%patch1
Neil Horman c7cf63
%patch2 -p1
cvsdist d63ebf
cvsdist d63ebf
%build
cvsdist d63ebf
cd numactl-%{version}
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
cvsdist d63ebf
cd numactl-%{version}
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 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 13f7fa
%{_mandir}/man3/*.3*
Neil Horman 13f7fa
cvsdist d63ebf
%changelog
Neil Horman 6bcd60
* Fri Jan 12 2007 Neil Horman <nhorman@redhat.com> - 0.9.8-2%{dist}
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