]> git.pld-linux.org Git - packages/xfce4-sensors-plugin.git/blob - xfce4-sensors-plugin.spec
- initial pld release
[packages/xfce4-sensors-plugin.git] / xfce4-sensors-plugin.spec
1 Summary:        Sensors plugin for the Xfce panel
2 Summary(pl):    Wtyczka sensorów dla panelu Xfce
3 Name:           xfce4-sensors-plugin
4 Version:        0.3.0
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.bz2
9 # Source0-md5:  3eeaa4973c9a855d75f5e58fcf3f1991
10 URL:            http://xfce-goodies.berlios.de/
11 BuildRequires:  lm_sensors-devel >= 2.8
12 BuildRequires:  xfce4-panel-devel >= 4.0.0
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 This plugin displays various hardware sensor values in the Xfce panel.
17
18 %description -l pl
19 Ta wtyczka wy¶wietla ró¿ne dane z czujników sprzêtowych na panelu Xfce.
20
21 %prep
22 %setup -q
23
24 %build
25 %configure
26 %{__make}
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 %{__make} install \
31         DESTDIR=$RPM_BUILD_ROOT
32
33 rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.{a,la}
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc AUTHORS ChangeLog README TODO
41 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*.so
This page took 0.104328 seconds and 3 git commands to generate.