]> git.pld-linux.org Git - packages/xfce4-systemload-plugin.git/blame_incremental - xfce4-systemload-plugin.spec
- updated files
[packages/xfce4-systemload-plugin.git] / xfce4-systemload-plugin.spec
... / ...
CommitLineData
1Summary: Xfce plugin which displays the current system load
2Summary(pl.UTF-8): Wtyczka Xfce wyświetlająca aktualne obciążenie systemu
3Name: xfce4-systemload-plugin
4Version: 1.1.0
5Release: 1
6License: BSD-like (see COPYING)
7Group: X11/Applications
8Source0: http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.1/%{name}-%{version}.tar.bz2
9# Source0-md5: 130ad7befddd8705ca09a98e9cee5c3e
10URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin
11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: gettext-devel
14BuildRequires: intltool
15BuildRequires: libtool
16BuildRequires: libxfce4ui-devel
17BuildRequires: pkgconfig
18BuildRequires: xfce4-dev-tools >= 4.4.0
19BuildRequires: xfce4-panel-devel >= 4.4.0
20Requires: xfce4-panel >= 4.4.0
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24A system load plugin for the Xfce desktop environment. It displays the
25current CPU load, the memory in use, the swap space and the system
26uptime in the Xfce panel.
27
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
31systemu w panelu Xfce.
32
33%prep
34%setup -q
35
36%build
37%{__intltoolize}
38%{__libtoolize}
39%{__aclocal}
40%{__autoconf}
41%{__automake}
42%configure \
43 --disable-static
44%{__make}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48
49%{__make} install \
50 DESTDIR=$RPM_BUILD_ROOT
51
52%{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.la
53%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
54
55%find_lang %{name}
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60%files -f %{name}.lang
61%defattr(644,root,root,755)
62%doc AUTHORS ChangeLog COPYING README
63%attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libsystemload.so
64%{_datadir}/xfce4/panel/plugins/systemload.desktop
This page took 0.066314 seconds and 4 git commands to generate.