automatic version update by autodist [release 1.3.1-1mamba;Sat Feb 08 2020]

This commit is contained in:
Automatic Build System 2024-01-05 18:34:15 +01:00
parent 700a822e46
commit 786a9432f5
2 changed files with 13 additions and 10 deletions

View File

@ -1,4 +1,3 @@
# tlp
TLP brings you the benefits of advanced power management for Linux without the need to understand every technical detail. TLP comes with a default configuration already optimized for battery life, so you may just install and forget it. Nevertheless TLP is highly customizable to fulfil your specific requirements.

View File

@ -1,5 +1,5 @@
Name: tlp
Version: 1.2.2
Version: 1.3.1
Release: 1mamba
Summary: Command line advanced power management
Group: System/Management
@ -18,7 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
TLP brings you the benefits of advanced power management for Linux without the need to understand every technical detail. TLP comes with a default configuration already optimized for battery life, so you may just install and forget it. Nevertheless TLP is highly customizable to fulfil your specific requirements.
%debug_package
#% debug_package
%prep
%setup -q -n TLP-%{version}
@ -38,23 +38,23 @@ mv %{buildroot}/lib/udev/tlp-* %{buildroot}/%{_libdir}/udev/
%preun
%systemd_preun tlp
%systemd_preun tlp-sleep
:
%post
%systemd_post tlp
%systemd_post tlp-sleep
:
%postun
%systemd_postun tlp
%systemd_postun tlp-sleep
:
%files
%defattr(-,root,root)
%config %{_sysconfdir}/tlp.conf
%dir %{_sysconfdir}/tlp.d
%config %{_sysconfdir}/tlp.d/00-template.conf
%{_sysconfdir}/tlp.d/README
%{_sysconfdir}/NetworkManager/dispatcher.d/99tlp-rdw-nm
%{_sysconfdir}/default/tlp
%{_sysconfdir}/init.d/tlp
%{_libdir}/udev/rules.d/*.rules
%{_libdir}/udev/tlp-*
@ -62,13 +62,11 @@ mv %{buildroot}/lib/udev/tlp-* %{buildroot}/%{_libdir}/udev/
%{_bindir}/bluetooth
%{_bindir}/run-on-ac
%{_bindir}/run-on-bat
%{_bindir}/tlp-pcilist
%{_bindir}/tlp-stat
%{_bindir}/tlp-usblist
%{_bindir}/wifi
%{_bindir}/wwan
%{_sbindir}/tlp
%{_unitdir}/tlp-sleep.service
/lib/systemd/system-sleep/tlp
%{_unitdir}/tlp.service
%{_bindir}/tlp-rdw
%{_datadir}/bash-completion/completions/*
@ -78,6 +76,12 @@ mv %{buildroot}/lib/udev/tlp-* %{buildroot}/%{_libdir}/udev/
%doc AUTHORS COPYING LICENSE
%changelog
* Sat Feb 08 2020 Automatic Build System <autodist@mambasoft.it> 1.3.1-1mamba
- automatic version update by autodist
* Fri Feb 07 2020 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
- automatic version update by autodist
* Mon May 27 2019 Automatic Build System <autodist@mambasoft.it> 1.2.2-1mamba
- automatic version update by autodist