]> git.pld-linux.org Git - packages/xfce4-cpugraph-plugin.git/blame - xfce4-cpugraph-plugin.spec
- typo in %post
[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
eb76d5b5 4Version: 1.0.1
8564202e 5Release: 2
c4847e29 6License: BSD
94836e12 7Group: X11/Applications
eb76d5b5
MB
8Source0: http://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/1.0/%{name}-%{version}.tar.bz2
9# Source0-md5: ff551087b1f61c47b8746e8687c572aa
c4847e29 10URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin
65a744d7 11BuildRequires: gettext-devel
eb76d5b5 12BuildRequires: gtk+2-devel >= 2:2.12.0
65a744d7 13BuildRequires: intltool
94836e12 14BuildRequires: pkgconfig
eb76d5b5 15BuildRequires: rpmbuild(macros) >= 1.601
b2262bdd
JR
16BuildRequires: xfce4-dev-tools >= 4.6.0
17BuildRequires: xfce4-panel-devel >= 4.6.0
eb76d5b5
MB
18Requires: gtk-update-icon-cache
19Requires: hicolor-icon-theme
b2262bdd 20Requires: xfce4-panel >= 4.6.0
94836e12
MC
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
c4847e29
MB
24This systemload plugin offers multiple display modes (LED, gradient,
25fire, etc.) to show the current CPU load of the system. The colors and
26the size of the plugin are customizable.
94836e12 27
9f13b558
JR
28%description -l pl.UTF-8
29Ta wtyczka obciążenia systemu oferuje liczne tryby wyświetlania (ekran
30ciekłokrystaliczny LED, gradient, ogień, itp.) aktualnego obciążenia
31procesora. Kolory i rozmiar wtyczki są modyfikowalne.
94836e12
MC
32
33%prep
c4847e29 34%setup -q
94836e12
MC
35
36%build
eb76d5b5 37%configure
94836e12
MC
38%{__make}
39
40%install
41rm -rf $RPM_BUILD_ROOT
42
43%{__make} install \
44 DESTDIR=$RPM_BUILD_ROOT
45
eb76d5b5 46%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
0e1c8341 47
d49afaee
MB
48%find_lang %{name}
49
94836e12
MC
50%clean
51rm -rf $RPM_BUILD_ROOT
52
eb76d5b5 53%post
8564202e 54%update_icon_cache hicolor
eb76d5b5
MB
55
56%postun
57%update_icon_cache hicolor
58
d49afaee 59%files -f %{name}.lang
94836e12 60%defattr(644,root,root,755)
b2262bdd 61%doc AUTHORS ChangeLog NEWS README
c4847e29
MB
62%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-cpugraph-plugin
63%{_datadir}/xfce4/panel-plugins/cpugraph.desktop
eb76d5b5 64%{_iconsdir}/hicolor/*/*/*.png
This page took 0.045169 seconds and 4 git commands to generate.