diff --git a/numactl.spec b/numactl.spec index 07316cf..4f00dec 100644 --- a/numactl.spec +++ b/numactl.spec @@ -1,7 +1,7 @@ Name: numactl Summary: library for tuning for Non Uniform Memory Access machines Version: 0.9.8 -Release: %(R="$Revision: 1.32 $"; RR="${R##: }"; echo ${RR%%?}) +Release: %(R="$Revision: 1.33 $"; RR="${R##: }"; echo ${RR%%?}) License: LGPL/GPL Group: System Environment/Base URL: ftp://ftp.suse.com/pub/people/ak/numa/ @@ -17,6 +17,15 @@ Simple NUMA policy support. It consists of a numactl program to run other programs with a specific NUMA policy and a libnuma to do allocations with NUMA policy in applications. +%package devel +Summary: Development package for building Applications that use numa +Group: System Environment/Libraries +AutoReqProv: no +Provides: numactl-devel + +%description devel +Provides development headers for numa library calls + %prep %setup -q -c -a 0 %patch1 @@ -46,8 +55,6 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%{_includedir}/numa.h -%{_includedir}/numaif.h %{_libdir}/libnuma.so.1 %{_libdir}/libnuma.so %{_bindir}/numactl @@ -55,11 +62,19 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/numastat %{_bindir}/memhog %{_bindir}/migratepages -%{_mandir}/man3/*.3* %{_mandir}/man5/*.5* %{_mandir}/man8/*.8* +%files devel +%defattr(-,root,root,-) +%{_includedir}/numa.h +%{_includedir}/numaif.h +%{_mandir}/man3/*.3* + %changelog +* Fri Aug 25 2006 Neil Horman - 0.9.8-1.34 +- split out headers/devel man pages to a devel subpackage + * Tue Aug 15 2006 Neil Horman - 0.9.8-1.32 - add patch for broken cpu/nodebind output (bz 201906)