]> git.pld-linux.org Git - packages/xfce4-systemload-plugin.git/blob - xfce4-systemload-plugin.spec
2290497b0f300e04e50e4b470270adc4e3c38848
[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:        1.3.2
5 Release:        1
6 License:        BSD-like (see COPYING)
7 Group:          X11/Applications
8 Source0:        http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/%{name}-%{version}.tar.bz2
9 # Source0-md5:  9389bcec82361aaace9f70653df6647e
10 URL:            http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  gettext-tools
14 BuildRequires:  intltool
15 BuildRequires:  libtool
16 BuildRequires:  libxfce4ui-devel >= 4.16.0
17 BuildRequires:  libxfce4util-devel >= 4.17.2
18 BuildRequires:  pkgconfig
19 BuildRequires:  xfconf-devel >= 4.14.0
20 BuildRequires:  xfce4-dev-tools >= 4.16.0
21 BuildRequires:  xfce4-panel-devel >= 4.16.0
22 Requires:       xfce4-panel >= 4.16.0
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 A system load plugin for the Xfce desktop environment. It displays the
27 current CPU load, the memory in use, the swap space and the system
28 uptime in the Xfce panel.
29
30 %description -l pl.UTF-8
31 Wtyczka obciążenia systemu dla środowiska Xfce. Wyświetla obecne
32 obciążenie procesora, użycie pamięci, pliku wymiany i czasu pracy
33 systemu w panelu Xfce.
34
35 %prep
36 %setup -q
37
38 %build
39 %{__intltoolize}
40 %{__libtoolize}
41 %{__aclocal}
42 %{__autoconf}
43 %{__automake}
44 %configure \
45         --disable-static
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT
53
54 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.la
55 %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{hye,ie,ur_PK}
56
57 %find_lang %{name}
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files -f %{name}.lang
63 %defattr(644,root,root,755)
64 %doc AUTHORS ChangeLog COPYING
65 %attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libsystemload.so
66 %{_datadir}/xfce4/panel/plugins/systemload.desktop
67 %{_iconsdir}/hicolor/*x*/apps/org.xfce.panel.systemload.png
68 %{_iconsdir}/hicolor/scalable/apps/org.xfce.panel.systemload.svg
This page took 0.064942 seconds and 3 git commands to generate.