]> git.pld-linux.org Git - packages/bubblefishymon.git/blob - bubblefishymon.spec
- cleanups, formatting
[packages/bubblefishymon.git] / bubblefishymon.spec
1 Summary:        A dockapp-style system load monitor
2 Summary(pl):    Dokowalny monitor obci±¿enia systemu
3 Name:           bubblefishymon
4 Version:        0.6.3
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications
8 Source0:        http://www.jnrowe.ukfsn.org/files/bfm-%{version}.tar.bz2
9 # Source0-md5:  91055537af29830a4852d400a43a0c45
10 URL:            http://www.jnrowe.ukfsn.org/projects/bfm.html
11 BuildRequires:  gkrellm-devel >= 2.0
12 BuildRequires:  gtk+2-devel >= 2.0.0
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 This program is a dockapp-style CPU, memory, swap and load average
17 monitor. Based on the GNOME BubbleMon applet, this program has been
18 considerably improved. Many new features have been added.
19
20 %description -l pl
21 Ten program jest dokowalnym monitorem obci±¿enia procesora, pamiêci,
22 partycji wymiany oraz load average. Jest on oparty na aplecie GNOME
23 BubbleMon, ale od tego czasu wprowadzono wiele poprawek oraz dodano
24 now± funkcjonalno¶æ.
25
26 %package -n gkrellm-bubblefishymon
27 Summary:        Gkrellm bubblefishymon module
28 Summary(pl):    Modu³ bubblefishymon dla gkrellm
29 Group:          X11/Applications
30 Requires:       gkrellm
31
32 %description -n gkrellm-bubblefishymon
33 This program is a dockapp-style CPU, memory, swap and load average
34 monitor. Based on the GNOME BubbleMon applet, this program has been
35 considerably improved. Many new features have been added. This is
36 gkrellm version of bubblefishymon.
37
38 %description -n gkrellm-bubblefishymon -l pl
39 Ten program jest dokowalnym monitorem obci±¿enia procesora, pamiêci,
40 partycji wymiany oraz load average. Jest on oparty na aplecie GNOME
41 BubbleMon, ale od tego czasu wprowadzono wiele poprawek oraz dodano
42 now± funkcjonalno¶æ. Ten pakiet zawiera wersjê programu dla gkrellm.
43
44 %prep
45 %setup -q -n bfm-%{version}
46
47 %build
48 %{__make} PREFIX=%{_prefix}
49 %{__make} gkrellm
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 %{__make} install \
55         PREFIX=%{_prefix} \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 %{__install} -D gkrellm-bfm.so \
59         $RPM_BUILD_ROOT%{_libdir}/gkrellm2/plugins/bubblefishymon.so
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files
65 %defattr(644,root,root,755)
66 %doc ChangeLog* README* SUPPORTED_SYSTEMS TODO doc/Xdefaults.sample
67 %attr(755,root,root) %{_bindir}/*
68 %{_mandir}/*/*
69
70 %files -n gkrellm-bubblefishymon
71 %defattr(644,root,root,755)
72 %attr(755,root,root) %{_libdir}/gkrellm2/plugins/*.so
This page took 0.061713 seconds and 3 git commands to generate.