summary : PowerTOP is a Linux tool to diagnose issues with power consumption and power management.
description: |
@@ -12,11 +12,15 @@
builddeps :
- pkgconfig(libnl-3.0)
- pkgconfig(libpci)
+ - autoconf-archive
rundeps :
- xset
setup : |
- sed -i "s/RUN-VERSION-SCRIPT-IN-GIT-REPOSITORY-ONLY/$version/" scripts/version
+ # This fixes aclocal "too many loops" bug reported in https://bugzilla.redhat.com/show_bug.cgi?id=1826935
+ autoreconf -fi || autoreconf -fi
+
%autogen
+ %configure
build : |
%make
install : |
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -3,10 +3,10 @@
<Name>powertop</Name>
<Homepage>https://01.org/powertop</Homepage>
<Packager>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Alec Scott</Name>
+ <Email>alecbcs@gmail.com</Email>
</Packager>
- <License>GPL-2.0-or-later</License>
+ <License>GPL-2.0-only</License>
<PartOf>system.utils</PartOf>
<Summary xml:lang="en">PowerTOP is a Linux tool to diagnose issues with power consumption and power management.</Summary>
<Description xml:lang="en">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.