]> git.pld-linux.org Git - packages/xfce4-systemload-plugin.git/blame - xfce4-systemload-plugin.spec
- upower rebuild
[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
f8b16d6b 4Version: 1.1.1
84ef3b3b 5Release: 3
775ed023 6License: BSD-like (see COPYING)
0c9e3960 7Group: X11/Applications
ed133923 8Source0: http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.1/%{name}-%{version}.tar.bz2
f8b16d6b 9# Source0-md5: 22d48c0883f9d598bce24e81d93e692e
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
e87d9d75 16BuildRequires: libxfce4ui-devel
0c9e3960 17BuildRequires: pkgconfig
6e19cc23 18BuildRequires: xfce4-dev-tools >= 4.4.0
8ee1d0d7
JK
19BuildRequires: xfce4-panel-devel >= 4.4.0
20Requires: xfce4-panel >= 4.4.0
0c9e3960
MC
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
f04f707f 24A system load plugin for the Xfce desktop environment. It displays the
0c9e3960 25current CPU load, the memory in use, the swap space and the system
f04f707f 26uptime in the Xfce panel.
0c9e3960 27
423031ca
JR
28%description -l pl.UTF-8
29Wtyczka obciążenia systemu dla środowiska Xfce. Wyświetla obecne
30obciążenie procesora, użycie pamięci, pliku wymiany i czasu pracy
f04f707f 31systemu w panelu Xfce.
0c9e3960
MC
32
33%prep
6e19cc23 34%setup -q
0c9e3960
MC
35
36%build
5e4716be 37%{__intltoolize}
a3768dae 38%{__libtoolize}
8ee1d0d7 39%{__aclocal}
a3768dae
AA
40%{__autoconf}
41%{__automake}
688a3e69
JB
42%configure \
43 --disable-static
0c9e3960
MC
44%{__make}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48
49%{__make} install \
50 DESTDIR=$RPM_BUILD_ROOT
51
3fb76647 52%{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.la
3d5abb9e
MB
53%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
54
8ee1d0d7 55%find_lang %{name}
0c9e3960
MC
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
8ee1d0d7 60%files -f %{name}.lang
0c9e3960
MC
61%defattr(644,root,root,755)
62%doc AUTHORS ChangeLog COPYING README
3fb76647
JR
63%attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libsystemload.so
64%{_datadir}/xfce4/panel/plugins/systemload.desktop
This page took 0.093139 seconds and 4 git commands to generate.