]> git.pld-linux.org Git - packages/xfce4-systemload-plugin.git/blame - xfce4-systemload-plugin.spec
rebuild with separate debuginfo build-ids
[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
cf94ecbd 4Version: 1.3.1
c6324855 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
cf94ecbd 9# Source0-md5: 448a732fbfaa91fa06ce5680f4fce130
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
e87d9d75 16BuildRequires: libxfce4ui-devel
0c9e3960 17BuildRequires: pkgconfig
b5b47860
JR
18BuildRequires: xfce4-dev-tools >= 4.14.0
19BuildRequires: xfce4-panel-devel >= 4.14.0
20Requires: xfce4-panel >= 4.14.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
9fa603fa 53%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{hye,ie,ur_PK}
3d5abb9e 54
8ee1d0d7 55%find_lang %{name}
0c9e3960
MC
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
8ee1d0d7 60%files -f %{name}.lang
0c9e3960 61%defattr(644,root,root,755)
9fa603fa 62%doc AUTHORS ChangeLog COPYING
3fb76647
JR
63%attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libsystemload.so
64%{_datadir}/xfce4/panel/plugins/systemload.desktop
7d71987a
KM
65%{_iconsdir}/hicolor/*x*/apps/org.xfce.panel.systemload.png
66%{_iconsdir}/hicolor/scalable/apps/org.xfce.panel.systemload.svg
This page took 0.075166 seconds and 4 git commands to generate.