automatic version update by autodist [release 2.5-1mamba;Tue Nov 26 2013]
This commit is contained in:
parent
d04a333a69
commit
459b793d08
@ -1,2 +1,4 @@
|
|||||||
# powertop
|
# powertop
|
||||||
|
|
||||||
|
PowerTOP is a Linux tool to diagnose issues with power consumption and power management. In addition to being a diagnostic tool, PowerTOP also has an interactive mode where the user can experiment various power management settings for cases where the Linux distribution has not enabled these settings
|
||||||
|
|
||||||
|
70
powertop.spec
Normal file
70
powertop.spec
Normal file
@ -0,0 +1,70 @@
|
|||||||
|
Name: powertop
|
||||||
|
Version: 2.5
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: A Linux tool to diagnose issues with power consumption and power management
|
||||||
|
Group: System/Benchmarks
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
||||||
|
URL: https://01.org/powertop/
|
||||||
|
Source: https://01.org/powertop/sites/default/files/downloads/powertop-%{version}.tar.gz
|
||||||
|
License: GPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc
|
||||||
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libncurses
|
||||||
|
BuildRequires: libpci-devel
|
||||||
|
BuildRequires: libnl-devel
|
||||||
|
BuildRequires: libstdc++3-devel
|
||||||
|
BuildRequires: libz-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
PowerTOP is a Linux tool to diagnose issues with power consumption and power management. In addition to being a diagnostic tool, PowerTOP also has an interactive mode where the user can experiment various power management settings for cases where the Linux distribution has not enabled these settings
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall
|
||||||
|
|
||||||
|
%find_lang %{name}
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files -f %{name}.lang
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_sbindir}/powertop
|
||||||
|
%{_mandir}/man8/powertop.8.gz
|
||||||
|
%doc COPYING
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Nov 26 2013 Automatic Build System <autodist@mambasoft.it> 2.5-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Aug 04 2013 Automatic Build System <autodist@mambasoft.it> 2.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Apr 15 2013 Automatic Build System <autodist@mambasoft.it> 2.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Dec 08 2012 Automatic Build System <autodist@mambasoft.it> 2.2-1mamba
|
||||||
|
- update to 2.2
|
||||||
|
|
||||||
|
* Tue Aug 28 2012 openmamba WebBuild System <webbuild@openmamba.org> 2.1-2mamba
|
||||||
|
- reduce Summary text length
|
||||||
|
|
||||||
|
* Mon Aug 27 2012 openmamba WebBuild System <webbuild@openmamba.org> 2.1-1mamba
|
||||||
|
- update to 2.1
|
||||||
|
|
||||||
|
* Sun May 13 2012 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 2.0-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user