From 04629153e1956e9c931ac252d9839d7b7ea2515d Mon Sep 17 00:00:00 2001 From: japhy Date: Thu, 6 May 2004 23:42:28 +0000 Subject: [PATCH] New spec. Changed files: bubblefishymon.spec -> 1.1 --- bubblefishymon.spec | 78 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 bubblefishymon.spec diff --git a/bubblefishymon.spec b/bubblefishymon.spec new file mode 100644 index 0000000..e6d4415 --- /dev/null +++ b/bubblefishymon.spec @@ -0,0 +1,78 @@ +Summary: A dockapp-style system load monitor +Summary(pl): Dokowalny monitor obci±¿enia systemu +Name: bubblefishymon +Version: 0.6.3 +Release: 1 +License: GPL v2+ +Group: X11/Applications +Source0: http://www.jnrowe.ukfsn.org/files/bfm-%{version}.tar.bz2 +# Source0-md5: 91055537af29830a4852d400a43a0c45 +URL: http://www.jnrowe.ukfsn.org/projects/bfm.html +BuildRequires: gkrellm-devel +BuildRequires: gtk+2-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This program is a dockapp-style CPU, memory, swap and load average monitor. +Based on the GNOME BubbleMon applet, this program has been considerably +improved. Many new features have been added. + +%description -l pl +Program jest dokowalnym monitorem obci±¿enia procesora, pamiêci, partycji +wymiany oraz load average. Jest on oparty na aplecie GNOME BubbleMon, ale +od tego czasu wprowadzono wiele poprawek oraz dodano now± funkcjonalno¶æ. + +%package -n gkrellm-bubblefishymon +Summary: Gkrellm bubblefishymon module +Summary(pl): Modu³ bubblefishymon dla gkrellm +Group: X11/Applications +Requires: gkrellm + +%description -n gkrellm-bubblefishymon +This program is a dockapp-style CPU, memory, swap and load average monitor. +Based on the GNOME BubbleMon applet, this program has been considerably +improved. Many new features have been added. This is gkrellm version of +bubblefishymon. + +%description -n gkrellm-bubblefishymon -l pl +Program jest dokowalnym monitorem obci±¿enia procesora, pamiêci, partycji +wymiany oraz load average. Jest on oparty na aplecie GNOME BubbleMon, ale +od tego czasu wprowadzono wiele poprawek oraz dodano now± funkcjonalno¶æ. +Ten pakiet zawiera wersjê programu dla gkrellm. + +%prep +%setup -q -n bfm-%{version} + +%build +%{__make} PREFIX=%{_prefix} +%{__make} gkrellm + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} \ + PREFIX=%{_prefix} \ + DESTDIR=$RPM_BUILD_ROOT \ + install +%{__install} -D gkrellm-bfm.so \ + $RPM_BUILD_ROOT%{_libdir}/gkrellm2/plugins/bubblefishymon.so + +%clean +rm -rf $RPM_BUILD_ROOT + +%pre + +%post + +%preun + +%postun + +%files +%defattr(644,root,root,755) +%doc ChangeLog* README* SUPPORTED_SYSTEMS TODO doc/Xdefaults.sample +%attr(755,root,root) %{_bindir}/* +%{_mandir}/*/* + +%files -n gkrellm-bubblefishymon +%attr(755,root,root) %{_libdir}/gkrellm2/plugins/*.so -- 2.43.0