88 lines
2.7 KiB
RPMSpec
88 lines
2.7 KiB
RPMSpec
Name: powertop
|
|
Version: 2.10
|
|
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/sites/default/files/downloads/powertop-v%{version}.tar.gz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libncurses-devel
|
|
BuildRequires: libnl-devel
|
|
BuildRequires: libpci-devel
|
|
BuildRequires: libstdc++6-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 -n %{name}-v%{version}
|
|
|
|
%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*
|
|
%doc COPYING
|
|
|
|
%changelog
|
|
* Sun Aug 18 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.10-1mamba
|
|
- update to 2.10
|
|
|
|
* Sun Jul 29 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9-1mamba
|
|
- update to 2.9
|
|
|
|
* Wed Nov 11 2015 Automatic Build System <autodist@mambasoft.it> 2.8-2mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Nov 11 2015 Automatic Build System <autodist@mambasoft.it> 2.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Dec 01 2014 Automatic Build System <autodist@mambasoft.it> 2.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jul 21 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6.1-1mamba
|
|
- update to 2.6.1
|
|
|
|
* 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
|