splitting out devel headers to devel pacakge]

This commit is contained in:
Neil Horman 2006-08-25 15:41:38 +00:00
parent f9284a8b7f
commit dffe64e071
1 changed files with 18 additions and 3 deletions

View File

@ -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)