update to 2.15 [release 2.15-1mamba;Mon Nov 18 2024]
This commit is contained in:
parent
143a58ce59
commit
9b4fb2d95c
@ -1,13 +1,13 @@
|
|||||||
Name: powertop
|
Name: powertop
|
||||||
Version: 2.10
|
Version: 2.15
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A Linux tool to diagnose issues with power consumption and power management
|
Summary: A Linux tool to diagnose issues with power consumption and power management
|
||||||
Group: System/Benchmarks
|
Group: System/Benchmarks
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://01.org/powertop/
|
URL: https://www.intel.com/content/www/us/en/developer/topic-technology/open/overview.html
|
||||||
Source: https://01.org/sites/default/files/downloads/powertop-v%{version}.tar.gz
|
Source: https://github.com/fenrus75/powertop.git/v%{version}/powertop-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -17,7 +17,6 @@ BuildRequires: libnl-devel
|
|||||||
BuildRequires: libpci-devel
|
BuildRequires: libpci-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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
|
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
|
||||||
@ -25,7 +24,8 @@ PowerTOP is a Linux tool to diagnose issues with power consumption and power man
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-v%{version}
|
%setup -q
|
||||||
|
./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -43,10 +43,14 @@ PowerTOP is a Linux tool to diagnose issues with power consumption and power man
|
|||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_sbindir}/powertop
|
%{_sbindir}/powertop
|
||||||
|
%{_datadir}/bash-completion/completions/powertop
|
||||||
%{_mandir}/man8/powertop.8*
|
%{_mandir}/man8/powertop.8*
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 18 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.15-1mamba
|
||||||
|
- update to 2.15
|
||||||
|
|
||||||
* Sun Aug 18 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.10-1mamba
|
* Sun Aug 18 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.10-1mamba
|
||||||
- update to 2.10
|
- update to 2.10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user