diff --git a/cpupower.spec b/cpupower.spec index 7137fe5..cf334b0 100644 --- a/cpupower.spec +++ b/cpupower.spec @@ -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 # # 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