diff --git a/numactl.spec b/numactl.spec index ea298e6..9199bec 100644 --- a/numactl.spec +++ b/numactl.spec @@ -1,8 +1,10 @@ Name: numactl Summary: Library for tuning for Non Uniform Memory Access machines Version: 2.0.8 -Release: 1%{dist} -License: LGPLv2/GPLv2 +Release: 2%{dist} +# libnuma is LGPLv2 and GPLv2 +# numactl binaries are GPLv2 only +License: GPLv2 Group: System Environment/Base URL: ftp://oss.sgi.com/www/projects/libnuma/download Source0: ftp://oss.sgi.com/www/projects/libnuma/download/numactl-%{version}.tar.gz @@ -16,6 +18,8 @@ other programs with a specific NUMA policy. %package libs Summary: libnuma libraries +# There is a tiny bit of GPLv2 code in libnuma.c +License: LGPLv2 and GPLv2 Group: System Environment/Libraries %description libs @@ -26,6 +30,7 @@ NUMA policy in applications. Summary: Development package for building Applications that use numa Group: System Environment/Libraries Requires: %{name}-libs = %{version}-%{release} +License: LGPLv2 and GPLv2 %description devel Provides development headers for numa library calls @@ -56,6 +61,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) +%doc README %{_bindir}/numactl %{_bindir}/numademo %{_bindir}/numastat @@ -78,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Thu Nov 1 2012 Tom Callaway - 2.0.8-2 +- fix license issues + * Fri Oct 26 2012 Petr Holasek - 2.0.8-1 - Rebased to version 2.0.8