automatic version update by autodist [release 1.2.1-1mamba;Mon Mar 25 2019]
This commit is contained in:
parent
16a3ce3074
commit
a4bf17d879
30
tlp.spec
30
tlp.spec
@ -1,5 +1,5 @@
|
|||||||
Name: tlp
|
Name: tlp
|
||||||
Version: 1.1
|
Version: 1.2.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Command line advanced power management
|
Summary: Command line advanced power management
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
@ -36,6 +36,21 @@ mv %{buildroot}/lib/udev/tlp-* %{buildroot}/%{_libdir}/udev/
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%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
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_sysconfdir}/NetworkManager/dispatcher.d/99tlp-rdw-nm
|
%{_sysconfdir}/NetworkManager/dispatcher.d/99tlp-rdw-nm
|
||||||
@ -51,19 +66,20 @@ mv %{buildroot}/lib/udev/tlp-* %{buildroot}/%{_libdir}/udev/
|
|||||||
%{_bindir}/tlp-usblist
|
%{_bindir}/tlp-usblist
|
||||||
%{_bindir}/wifi
|
%{_bindir}/wifi
|
||||||
%{_bindir}/wwan
|
%{_bindir}/wwan
|
||||||
%{_prefix}/lib/pm-utils/sleep.d/49tlp
|
|
||||||
%{_sbindir}/tlp
|
%{_sbindir}/tlp
|
||||||
%{_datadir}/bash-completion/completions/bluetooth
|
%{_unitdir}/tlp-sleep.service
|
||||||
%{_datadir}/bash-completion/completions/tlp
|
%{_unitdir}/tlp.service
|
||||||
%{_datadir}/bash-completion/completions/tlp-stat
|
%{_bindir}/tlp-rdw
|
||||||
%{_datadir}/bash-completion/completions/wifi
|
%{_datadir}/bash-completion/completions/*
|
||||||
%{_datadir}/bash-completion/completions/wwan
|
|
||||||
%{_datadir}/metainfo/de.linrunner.tlp.metainfo.xml
|
%{_datadir}/metainfo/de.linrunner.tlp.metainfo.xml
|
||||||
%dir %{_datadir}/tlp
|
%dir %{_datadir}/tlp
|
||||||
%{_datadir}/tlp/*
|
%{_datadir}/tlp/*
|
||||||
%doc AUTHORS COPYING LICENSE
|
%doc AUTHORS COPYING LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 25 2019 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Feb 12 2018 Automatic Build System <autodist@mambasoft.it> 1.1-1mamba
|
* Mon Feb 12 2018 Automatic Build System <autodist@mambasoft.it> 1.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user