automatic version update by autodist [release 1.3.1-1mamba;Sat Feb 08 2020]
This commit is contained in:
parent
700a822e46
commit
786a9432f5
@ -1,4 +1,3 @@
|
|||||||
# tlp
|
# 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.
|
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.
|
||||||
|
|
||||||
|
22
tlp.spec
22
tlp.spec
@ -1,5 +1,5 @@
|
|||||||
Name: tlp
|
Name: tlp
|
||||||
Version: 1.2.2
|
Version: 1.3.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Command line advanced power management
|
Summary: Command line advanced power management
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
@ -18,7 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
%description
|
%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.
|
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
|
%prep
|
||||||
%setup -q -n TLP-%{version}
|
%setup -q -n TLP-%{version}
|
||||||
@ -38,23 +38,23 @@ mv %{buildroot}/lib/udev/tlp-* %{buildroot}/%{_libdir}/udev/
|
|||||||
|
|
||||||
%preun
|
%preun
|
||||||
%systemd_preun tlp
|
%systemd_preun tlp
|
||||||
%systemd_preun tlp-sleep
|
|
||||||
:
|
:
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%systemd_post tlp
|
%systemd_post tlp
|
||||||
%systemd_post tlp-sleep
|
|
||||||
:
|
:
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%systemd_postun tlp
|
%systemd_postun tlp
|
||||||
%systemd_postun tlp-sleep
|
|
||||||
:
|
:
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%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}/NetworkManager/dispatcher.d/99tlp-rdw-nm
|
||||||
%{_sysconfdir}/default/tlp
|
|
||||||
%{_sysconfdir}/init.d/tlp
|
%{_sysconfdir}/init.d/tlp
|
||||||
%{_libdir}/udev/rules.d/*.rules
|
%{_libdir}/udev/rules.d/*.rules
|
||||||
%{_libdir}/udev/tlp-*
|
%{_libdir}/udev/tlp-*
|
||||||
@ -62,13 +62,11 @@ mv %{buildroot}/lib/udev/tlp-* %{buildroot}/%{_libdir}/udev/
|
|||||||
%{_bindir}/bluetooth
|
%{_bindir}/bluetooth
|
||||||
%{_bindir}/run-on-ac
|
%{_bindir}/run-on-ac
|
||||||
%{_bindir}/run-on-bat
|
%{_bindir}/run-on-bat
|
||||||
%{_bindir}/tlp-pcilist
|
|
||||||
%{_bindir}/tlp-stat
|
%{_bindir}/tlp-stat
|
||||||
%{_bindir}/tlp-usblist
|
|
||||||
%{_bindir}/wifi
|
%{_bindir}/wifi
|
||||||
%{_bindir}/wwan
|
%{_bindir}/wwan
|
||||||
%{_sbindir}/tlp
|
%{_sbindir}/tlp
|
||||||
%{_unitdir}/tlp-sleep.service
|
/lib/systemd/system-sleep/tlp
|
||||||
%{_unitdir}/tlp.service
|
%{_unitdir}/tlp.service
|
||||||
%{_bindir}/tlp-rdw
|
%{_bindir}/tlp-rdw
|
||||||
%{_datadir}/bash-completion/completions/*
|
%{_datadir}/bash-completion/completions/*
|
||||||
@ -78,6 +76,12 @@ mv %{buildroot}/lib/udev/tlp-* %{buildroot}/%{_libdir}/udev/
|
|||||||
%doc AUTHORS COPYING LICENSE
|
%doc AUTHORS COPYING LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon May 27 2019 Automatic Build System <autodist@mambasoft.it> 1.2.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user