splitting out devel headers to devel pacakge]

This commit is contained in:
Neil Horman 2006-08-25 15:41:38 +00:00
parent f6d39150a3
commit 13f7fa2c59
1 changed files with 19 additions and 4 deletions

View File

@ -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 <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
- add patch for broken cpu/nodebind output (bz 201906)