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