splitting out devel headers to devel pacakge]
This commit is contained in:
parent
f6d39150a3
commit
13f7fa2c59
23
numactl.spec
23
numactl.spec
@ -1,7 +1,7 @@
|
|||||||
Name: numactl
|
Name: numactl
|
||||||
Summary: library for tuning for Non Uniform Memory Access machines
|
Summary: library for tuning for Non Uniform Memory Access machines
|
||||||
Version: 0.9.8
|
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
|
License: LGPL/GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: ftp://ftp.suse.com/pub/people/ak/numa/
|
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
|
other programs with a specific NUMA policy and a libnuma to do
|
||||||
allocations with NUMA policy in applications.
|
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
|
%prep
|
||||||
%setup -q -c -a 0
|
%setup -q -c -a 0
|
||||||
%patch1
|
%patch1
|
||||||
@ -46,8 +55,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_includedir}/numa.h
|
|
||||||
%{_includedir}/numaif.h
|
|
||||||
%{_libdir}/libnuma.so.1
|
%{_libdir}/libnuma.so.1
|
||||||
%{_libdir}/libnuma.so
|
%{_libdir}/libnuma.so
|
||||||
%{_bindir}/numactl
|
%{_bindir}/numactl
|
||||||
@ -55,11 +62,19 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/numastat
|
%{_bindir}/numastat
|
||||||
%{_bindir}/memhog
|
%{_bindir}/memhog
|
||||||
%{_bindir}/migratepages
|
%{_bindir}/migratepages
|
||||||
%{_mandir}/man3/*.3*
|
|
||||||
%{_mandir}/man5/*.5*
|
%{_mandir}/man5/*.5*
|
||||||
%{_mandir}/man8/*.8*
|
%{_mandir}/man8/*.8*
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%{_includedir}/numa.h
|
||||||
|
%{_includedir}/numaif.h
|
||||||
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 25 2006 Neil Horman <nhorman@redhat.com> - 0.9.8-1.34
|
||||||
|
- split out headers/devel man pages to a devel subpackage
|
||||||
|
|
||||||
* Tue Aug 15 2006 Neil Horman <nhorman@redhat.com> - 0.9.8-1.32
|
* Tue Aug 15 2006 Neil Horman <nhorman@redhat.com> - 0.9.8-1.32
|
||||||
- add patch for broken cpu/nodebind output (bz 201906)
|
- add patch for broken cpu/nodebind output (bz 201906)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user