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