]> git.pld-linux.org Git - packages/xfce4-systemload-plugin.git/blob - xfce4-systemload-plugin.spec
- up to 0.4.2 (for xfce 4.4.0)
[packages/xfce4-systemload-plugin.git] / xfce4-systemload-plugin.spec
1 Summary:        Xfce plugin which displays the current system load
2 Summary(pl):    Wtyczka Xfce wy¶wietlaj±ca aktualne obci±¿enie systemu
3 Name:           xfce4-systemload-plugin
4 Version:        0.4.2
5 Release:        1
6 License:        BSD-like (see COPYING)
7 Group:          X11/Applications
8 Source0:        http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
9 # Source0-md5:  cc5777bb1621704927513eb8eef5f07c
10 URL:            http://goodies.xfce.org/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  gettext-devel
14 BuildRequires:  libtool
15 BuildRequires:  pkgconfig
16 BuildRequires:  xfce4-panel-devel >= 4.4.0
17 Requires:       xfce4-panel >= 4.4.0
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 A system load plugin for the Xfce desktop environment. It displays the
22 current CPU load, the memory in use, the swap space and the system
23 uptime in the Xfce panel.
24
25 %description -l pl
26 Wtyczka obci±¿enia systemu dla ¶rodowiska Xfce. Wy¶wietla obecne
27 obci±¿enie procesora, u¿ycie pamiêci, pliku wymiany i czasu pracy
28 systemu w panelu Xfce.
29
30 %prep
31 %setup -q 
32
33 %build
34 %{__libtoolize}
35 %{__aclocal}
36 %{__autoconf}
37 %{__automake}
38 %configure \
39         --disable-static
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %find_lang %{name}
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files -f %{name}.lang
54 %defattr(644,root,root,755)
55 %doc AUTHORS ChangeLog COPYING README
56 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/%{name}
57 %{_datadir}/xfce4/panel-plugins/systemload.desktop
This page took 0.075995 seconds and 3 git commands to generate.