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