]> git.pld-linux.org Git - SPECS.git/blob - sensor_sweep_applet.spec
SPECS updated Sat 31 Jul 20:27:02 CEST 2021
[SPECS.git] / sensor_sweep_applet.spec
1 Summary:        A GNOME panel applet that allows to monitor a system through the lm_sensors
2 Summary(pl.UTF-8):      Aplet panelu GNOME monitorujący system przez lm_sensors
3 Name:           sensor_sweep_applet
4 Version:        0.20.0
5 Release:        2
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://www.coverfire.com/sensor_sweep_applet/%{name}-%{version}.tar.gz
9 # Source0-md5:  70f1f2396e588118d480dee46b7997dd
10 Patch0:         %{name}-ac.patch
11 URL:            http://www.coverfire.com/sensor_sweep_applet/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  libtool
15 BuildRequires:  lm_sensors-devel
16 Requires:       gnome-core >= 1.2.3
17 Requires:       lm_sensors
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Sensor Sweep Applet is a GNOME panel applet that allows you to monitor
22 your systems health through the lm_sensors kernel modules. Sensor
23 Sweep is extremely configurable allowing you to specify exactly which
24 sensors you wish to monitor.
25
26 %description -l pl.UTF-8
27 Sensor Sweep Applet to aplet panelu GNOME pozwalający monitorować
28 działanie systemu poprzez moduły jądra lm_sensors. Sensor Sweep jest
29 bardzo konfigurowalny, pozwalając podać które dokładnie sensory
30 monitorować.
31
32 %prep
33 %setup  -q
34 %patch0 -p1
35
36 %build
37 %{__libtoolize}
38 %{__aclocal} -I macros
39 %{__automake}
40 %{__autoconf}
41 %configure
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc README ChangeLog NEWS TODO AUTHORS
56 %attr(755,root,root) %{_bindir}/%{name}
57 %{_sysconfdir}/CORBA/servers/%{name}.gnorba
58 %{_datadir}/applets/Monitors/%{name}.desktop
59 %{_pixmapsdir}/%{name}.png
This page took 0.234825 seconds and 3 git commands to generate.