]> git.pld-linux.org Git - packages/xfce4-cpugraph-plugin.git/blame - xfce4-cpugraph-plugin.spec
- BR: gettext-devel, intltool
[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
fb38cf12 5Release: 3
c4847e29 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
65a744d7 11BuildRequires: gettext-devel
12BuildRequires: intltool
94836e12 13BuildRequires: pkgconfig
b2262bdd
JR
14BuildRequires: xfce4-dev-tools >= 4.6.0
15BuildRequires: xfce4-panel-devel >= 4.6.0
16Requires: xfce4-panel >= 4.6.0
94836e12
MC
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
c4847e29
MB
20This systemload plugin offers multiple display modes (LED, gradient,
21fire, etc.) to show the current CPU load of the system. The colors and
22the size of the plugin are customizable.
94836e12 23
9f13b558
JR
24%description -l pl.UTF-8
25Ta wtyczka obciążenia systemu oferuje liczne tryby wyświetlania (ekran
26ciekłokrystaliczny LED, gradient, ogień, itp.) aktualnego obciążenia
27procesora. Kolory i rozmiar wtyczki są modyfikowalne.
94836e12
MC
28
29%prep
c4847e29 30%setup -q
94836e12
MC
31
32%build
33%configure \
34 --disable-static
35
36%{__make}
37
38%install
39rm -rf $RPM_BUILD_ROOT
40
41%{__make} install \
42 DESTDIR=$RPM_BUILD_ROOT
43
fb38cf12 44rm -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
0e1c8341 45
d49afaee
MB
46%find_lang %{name}
47
94836e12
MC
48%clean
49rm -rf $RPM_BUILD_ROOT
50
d49afaee 51%files -f %{name}.lang
94836e12 52%defattr(644,root,root,755)
b2262bdd 53%doc AUTHORS ChangeLog NEWS README
c4847e29
MB
54%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-cpugraph-plugin
55%{_datadir}/xfce4/panel-plugins/cpugraph.desktop
This page took 0.036754 seconds and 4 git commands to generate.