]> git.pld-linux.org Git - packages/xfce4-cpugraph-plugin.git/blame - xfce4-cpugraph-plugin.spec
- 1.0.0
[packages/xfce4-cpugraph-plugin.git] / xfce4-cpugraph-plugin.spec
CommitLineData
94836e12 1Summary: Displays a graph from your latest system load
de54f943 2Summary(pl.UTF-8): Wyświetlanie wykresu bieżącego obciążenia systemu
94836e12 3Name: xfce4-cpugraph-plugin
b2262bdd 4Version: 1.0.0
c4847e29
MB
5Release: 1
6License: BSD
94836e12 7Group: X11/Applications
b2262bdd
JR
8Source0: http://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/1.0//%{name}-%{version}.tar.bz2
9# Source0-md5: ba08c72b0fe52784d97d0a8d15516e84
c4847e29 10URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin
94836e12 11BuildRequires: pkgconfig
b2262bdd
JR
12BuildRequires: xfce4-dev-tools >= 4.6.0
13BuildRequires: xfce4-panel-devel >= 4.6.0
14Requires: xfce4-panel >= 4.6.0
94836e12
MC
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
c4847e29
MB
18This systemload plugin offers multiple display modes (LED, gradient,
19fire, etc.) to show the current CPU load of the system. The colors and
20the size of the plugin are customizable.
94836e12 21
9f13b558
JR
22%description -l pl.UTF-8
23Ta wtyczka obciążenia systemu oferuje liczne tryby wyświetlania (ekran
24ciekłokrystaliczny LED, gradient, ogień, itp.) aktualnego obciążenia
25procesora. Kolory i rozmiar wtyczki są modyfikowalne.
94836e12
MC
26
27%prep
c4847e29 28%setup -q
94836e12
MC
29
30%build
31%configure \
32 --disable-static
33
34%{__make}
35
36%install
37rm -rf $RPM_BUILD_ROOT
38
39%{__make} install \
40 DESTDIR=$RPM_BUILD_ROOT
41
d49afaee
MB
42%find_lang %{name}
43
94836e12
MC
44%clean
45rm -rf $RPM_BUILD_ROOT
46
d49afaee 47%files -f %{name}.lang
94836e12 48%defattr(644,root,root,755)
b2262bdd 49%doc AUTHORS ChangeLog NEWS README
c4847e29
MB
50%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-cpugraph-plugin
51%{_datadir}/xfce4/panel-plugins/cpugraph.desktop
This page took 0.030339 seconds and 4 git commands to generate.