fix license issues
This commit is contained in:
parent
216f17b101
commit
cb198ee2d9
13
numactl.spec
13
numactl.spec
@ -1,8 +1,10 @@
|
|||||||
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: 2.0.8
|
Version: 2.0.8
|
||||||
Release: 1%{dist}
|
Release: 2%{dist}
|
||||||
License: LGPLv2/GPLv2
|
# libnuma is LGPLv2 and GPLv2
|
||||||
|
# numactl binaries are GPLv2 only
|
||||||
|
License: GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: ftp://oss.sgi.com/www/projects/libnuma/download
|
URL: ftp://oss.sgi.com/www/projects/libnuma/download
|
||||||
Source0: ftp://oss.sgi.com/www/projects/libnuma/download/numactl-%{version}.tar.gz
|
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
|
%package libs
|
||||||
Summary: libnuma libraries
|
Summary: libnuma libraries
|
||||||
|
# There is a tiny bit of GPLv2 code in libnuma.c
|
||||||
|
License: LGPLv2 and GPLv2
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
|
|
||||||
%description libs
|
%description libs
|
||||||
@ -26,6 +30,7 @@ NUMA policy in applications.
|
|||||||
Summary: Development package for building Applications that use numa
|
Summary: Development package for building Applications that use numa
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
|
License: LGPLv2 and GPLv2
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Provides development headers for numa library calls
|
Provides development headers for numa library calls
|
||||||
@ -56,6 +61,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
%doc README
|
||||||
%{_bindir}/numactl
|
%{_bindir}/numactl
|
||||||
%{_bindir}/numademo
|
%{_bindir}/numademo
|
||||||
%{_bindir}/numastat
|
%{_bindir}/numastat
|
||||||
@ -78,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 1 2012 Tom Callaway <spot@fedoraproject.org> - 2.0.8-2
|
||||||
|
- fix license issues
|
||||||
|
|
||||||
* Fri Oct 26 2012 Petr Holasek <pholasek@redhat.com> - 2.0.8-1
|
* Fri Oct 26 2012 Petr Holasek <pholasek@redhat.com> - 2.0.8-1
|
||||||
- Rebased to version 2.0.8
|
- Rebased to version 2.0.8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user