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