Accepting request 39708 from Base:System

Copy from Base:System/powertop based on submit request 39708 from user seife

OBS-URL: https://build.opensuse.org/request/show/39708
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/powertop?expand=0&rev=16
This commit is contained in:
OBS User autobuild
2010-05-13 22:47:35 +00:00
committed by Git OBS Bridge
parent b5bb34a047
commit 88cda16d3b
3 changed files with 805 additions and 2 deletions

View File

@@ -21,11 +21,12 @@ Name: powertop
Url: http://www.linuxpowertop.org
Summary: PowerTOP is a Linux Tool to Find out What is Using Power on a Laptop
Version: 1.11
Release: 2
Release: 3
License: GPLv2+
Group: System/Monitoring
Source0: %{name}-%{version}.tar.gz
Patch0: powertop-segfault.diff
Patch1: powertop-1.11-svn_r332.diff
BuildRequires: ncurses-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
AutoReqProv: on
@@ -44,6 +45,7 @@ Authors:
%prep
%setup
%patch0
%patch1 -p1
%build
make CFLAGS="$RPM_OPT_FLAGS"
@@ -60,6 +62,6 @@ rm -rf %{_buildroot}
%defattr(-,root,root)
%doc COPYING
%{_bindir}/%{name}
%{_mandir}/man*/%{name}.1.gz
%{_mandir}/man*/%{name}.8.gz
%changelog