Accepting request 96730 from hardware
- fix license to be in spdx.org format OBS-URL: https://build.opensuse.org/request/show/96730 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cpupower?expand=0&rev=7
This commit is contained in:
commit
a55a5b9254
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 15 10:38:07 UTC 2011 - coolo@suse.com
|
||||
|
||||
- fix license to be in spdx.org format
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 17 23:56:39 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package cpupower
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Author: Thomas Renninger <trenn@suse.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -21,14 +21,16 @@ Url: http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtil
|
||||
# Use this as version when things are in mainline kernel
|
||||
%define version %(rpm -q --qf '%{VERSION}' kernel-source)
|
||||
Version: 2.6.39
|
||||
Release: 1
|
||||
Release: 0
|
||||
Summary: Tools to determine and set CPU Power related Settings
|
||||
License: GPLv2+
|
||||
License: GPL-2.0+
|
||||
Group: System/Base
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Patch0: cpupower-use-manpage-on-help-command.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: pciutils-devel gettext-tools pciutils
|
||||
BuildRequires: gettext-tools
|
||||
BuildRequires: pciutils
|
||||
BuildRequires: pciutils-devel
|
||||
Obsoletes: cpufrequtils
|
||||
Provides: cpufrequtils
|
||||
|
||||
@ -38,15 +40,14 @@ like CPU frequency switching (cpufreq) or CPU sleep states (cpuidle) for users
|
||||
and userspace tools easier.
|
||||
|
||||
%package -n libcpupower0
|
||||
License: GPLv2+
|
||||
Summary: Obsolete processor frequency related C-library
|
||||
Group: System/Base
|
||||
|
||||
%description -n libcpupower0
|
||||
Contains libcpupower and soon possibly other CPU power related
|
||||
C libraries.
|
||||
|
||||
%package devel
|
||||
License: GPLv2+
|
||||
Summary: Include files and C-libraries
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: libcpupower0 = %{version}
|
||||
@ -55,7 +56,6 @@ Requires: libcpupower0 = %{version}
|
||||
Include files and C-libraries for C/C++ development
|
||||
|
||||
%package bench
|
||||
License: GPLv2+
|
||||
Summary: CPU frequency micro benchmark
|
||||
Group: System/Benchmark
|
||||
Obsoletes: cpufrequtils-bench
|
||||
|
Loading…
Reference in New Issue
Block a user