updating numactl to put libnuma.so in -devel
This commit is contained in:
parent
13f7fa2c59
commit
5340dedefa
@ -1,7 +1,7 @@
|
||||
Name: numactl
|
||||
Summary: library for tuning for Non Uniform Memory Access machines
|
||||
Version: 0.9.8
|
||||
Release: %(R="$Revision: 1.33 $"; RR="${R##: }"; echo ${RR%%?})
|
||||
Release: %(R="$Revision: 1.34 $"; RR="${R##: }"; echo ${RR%%?})
|
||||
License: LGPL/GPL
|
||||
Group: System Environment/Base
|
||||
URL: ftp://ftp.suse.com/pub/people/ak/numa/
|
||||
@ -56,7 +56,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libnuma.so.1
|
||||
%{_libdir}/libnuma.so
|
||||
%{_bindir}/numactl
|
||||
%{_bindir}/numademo
|
||||
%{_bindir}/numastat
|
||||
@ -67,11 +66,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libnuma.so
|
||||
%{_includedir}/numa.h
|
||||
%{_includedir}/numaif.h
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Fri Aug 25 2006 Neil Horman <nhorman@redhat.com> - 0.9.8-1.35
|
||||
- moving over libnuma.so to -devel package as well
|
||||
|
||||
* Fri Aug 25 2006 Neil Horman <nhorman@redhat.com> - 0.9.8-1.34
|
||||
- split out headers/devel man pages to a devel subpackage
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user