automatic update by autodist [release 2.3-1mamba;Sat Nov 30 2013]

This commit is contained in:
Automatic Build System 2024-01-05 17:38:17 +01:00
parent ed6b46a3b1
commit 64114f94bd
2 changed files with 83 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# samsung-tools
Samsong tools enables control in a friendly way of the devices found on Samsung laptops (bluetooth, wireless, webcam, backlight, CPU fan, special keys) and the control of various aspects related to power management, like the CPU undervolting (when a PHC-enabled kernel is available).

81
samsung-tools.spec Normal file
View File

@ -0,0 +1,81 @@
Name: samsung-tools
Version: 2.3
Release: 1mamba
Summary: Enables control in a friendly way of the devices found on Samsung laptops
Group: System/Kernel and Hardware
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://launchpad.net/samsung-tools/
Source: https://launchpad.net/samsung-tools/trunk/%{version}/+download/samsung-tools-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Samsong tools enables control in a friendly way of the devices found on Samsung laptops (bluetooth, wireless, webcam, backlight, CPU fan, special keys) and the control of various aspects related to power management, like the CPU undervolting (when a PHC-enabled kernel is available).
%prep
%setup -q
%build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%find_lang %{name}
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.lang
%defattr(-,root,root)
%{_sysconfdir}/dbus-1/system.d/org.voria.SamsungTools.System.conf
%{_sysconfdir}/samsung-tools/scripts/bluetooth-off
%{_sysconfdir}/samsung-tools/scripts/bluetooth-on
%{_sysconfdir}/samsung-tools/scripts/wireless-off
%{_sysconfdir}/samsung-tools/scripts/wireless-on
%{_sysconfdir}/samsung-tools/session.conf
%{_sysconfdir}/samsung-tools/system.conf
%{_sysconfdir}/xdg/autostart/samsung-tools-session-service.desktop
%{_bindir}/samsung-tools
%{_bindir}/samsung-tools-preferences
%{_prefix}/lib/pm-utils/power.d/samsung-tools_devices-power-management
%{_prefix}/lib/pm-utils/power.d/samsung-tools_usb-autosuspend
%{_prefix}/lib/pm-utils/power.d/samsung-tools_vm-writeback-time
%{_prefix}/lib/pm-utils/sleep.d/20_samsung-tools
%{_prefix}/lib/systemd/system/samsung-tools.service
%dir %{_datadir}/samsung-tools
%dir %{_datadir}/samsung-tools/backends
%{_datadir}/samsung-tools/backends/*.py
%dir %{_datadir}/samsung-tools/backends/session
%{_datadir}/samsung-tools/backends/session/*.py
%dir %{_datadir}/samsung-tools/backends/session/util
%{_datadir}/samsung-tools/backends/session/util/*.py
%dir %{_datadir}/samsung-tools/backends/system
%{_datadir}/samsung-tools/backends/system/*.py
%dir %{_datadir}/samsung-tools/backends/system/util
%{_datadir}/samsung-tools/backends/system/util/*.py
%dir %{_datadir}/samsung-tools/gui
%dir %{_datadir}/samsung-tools/gui/glade
%{_datadir}/samsung-tools/gui/glade/*
%dir %{_datadir}/samsung-tools/gui/icons
%{_datadir}/samsung-tools/gui/icons/*
%{_datadir}/samsung-tools/session-service.py
%{_datadir}/samsung-tools/system-service.py
%{_datadir}/applications/samsung-tools-preferences.desktop
%{_datadir}/dbus-1/services/org.voria.SamsungTools.Session.service
%{_datadir}/dbus-1/system-services/org.voria.SamsungTools.System.service
%doc LICENSE
%changelog
* Sat Nov 30 2013 Automatic Build System <autodist@mambasoft.it> 2.3-1mamba
- automatic update by autodist
* Wed Jul 24 2013 Automatic Build System <autodist@mambasoft.it> 2.2-1mamba
- automatic update by autodist
* Thu Aug 09 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1-1mamba
- package created by autospec