Fixes based on upstream feedback

epel9
Mystro256 3 years ago
parent 1ef0d0d396
commit 60ced6c823

@ -1,3 +1,2 @@
enable tlp.service enable tlp.service
enable tlp-sleep.service

@ -2,9 +2,9 @@
Name: tlp Name: tlp
Version: 1.4.0 Version: 1.4.0
Release: 2%{?dist} Release: 2%{?dist}
Summary: Advanced power management tool for Linux Summary: Optimize laptop battery life
License: GPLv2+ License: GPLv2+
URL: http://linrunner.de/en/tlp/tlp.html URL: https://linrunner.de/tlp
Source0: https://github.com/linrunner/TLP/archive/%{gittag}.tar.gz#/%{name}-%{gittag}.tar.gz Source0: https://github.com/linrunner/TLP/archive/%{gittag}.tar.gz#/%{name}-%{gittag}.tar.gz
#Provided by Andreas Roederer <tlp~at~warpnine~dot~de>: #Provided by Andreas Roederer <tlp~at~warpnine~dot~de>:
Source1: 50-tlp.preset Source1: 50-tlp.preset
@ -31,32 +31,32 @@ Conflicts: %{_sbindir}/laptop_mode
BuildArch: noarch BuildArch: noarch
%description %description
TLP is an advanced power management tool for Linux. It comes with a TLP is a feature-rich command-line utility, saving laptop battery power
default configuration already optimized for battery life. At the same without the need to delve deeper into technical details.
time it is highly customizable to fulfill specific user requirements.
TLP supplies separate settings profiles for AC and battery power and can TLPs default settings are already optimized for battery life and implement
enable or disable Bluetooth, WiFi and WWAN radio devices upon system start-up. Powertops recommendations out of the box. Moreover TLP is highly
customizable to fulfil specific user requirements.
For ThinkPads it provides a unified way to configure charging thresholds and Settings are organized into two profiles, allowing to adjust between
re-calibrate the battery for all models which support it (via tp-smapi or savings and performance independently for battery (BAT) and AC operation.
acpi-call). In addition TLP can enable or disable Bluetooth, NFC, Wi-Fi and WWAN radio
devices on boot.
TLP is a pure command line tool with automated background tasks, it For ThinkPads and selected other laptops it provides a unified way
does not contain a GUI. to configure charge thresholds and recalibrate the battery.
%package rdw %package rdw
Summary: Radio Device Wizard for TLP Summary: Radio device wizard for TLP
Requires: NetworkManager >= 1.20 Requires: NetworkManager >= 1.20
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
BuildArch: noarch BuildArch: noarch
%description rdw %description rdw
Radio device wizard is an add-on to TLP. It provides event based Radio device wizard is an add-on to TLP. It provides event based
switching of: switching of bluetooth, NFC, Wi-Fi and WWAN radio devices on:
- Bluetooth, WiFi, WWAN radio devices - network connect/disconnect
- upon network connect/disconnect - dock/undock
- and dock/undock
%prep %prep
%autosetup -n TLP-%{gittag} %autosetup -n TLP-%{gittag}

Loading…
Cancel
Save