gkrellm-gnome-vl.spec 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. %define name gkrellm-gnome
  2. %define version 0.1
  3. %define release 1vl1
  4. %define builddir $RPM_BUILD_DIR/%{name}
  5. Summary: GKrellM plugin to use GNOME
  6. Name: %{name}
  7. Version: %{version}
  8. Release: %{release}
  9. Copyright: GPL
  10. Group: User Interface/Desktops
  11. Source: http://web.wt.net/~billw/gkrellm/Plugins/%{name}.tar.gz
  12. URL: http://web.wt.net/~billw/gkrellm/Plugins.html
  13. Requires: gkrellm >= 1.0.4 gnome-libs
  14. BuildRoot: /var/tmp/%{name}-root
  15. Vendor: Project Vine
  16. Distribution: Vine Linux
  17. %description
  18. GKrellM-Gnome plugin will interface GKrellM to Gnome and give you
  19. session management. For Gnome compliant window managers, you can
  20. set the options: ontop, sticky, skip winlist, and skip focus.
  21. For the Gnome panel, you can set the option: don't put on the tasklist.
  22. %prep
  23. rm -rf %{builddir}
  24. %setup -n %{name}
  25. touch `find . -type f`
  26. %build
  27. make
  28. %install
  29. rm -rf %{buildroot}
  30. install -d %{buildroot}%{_libdir}/gkrellm/plugins
  31. install -s -m 755 src/gkrellm-gnome.so %{buildroot}%{_libdir}/gkrellm/plugins
  32. %files
  33. %defattr(-,root,root)
  34. %doc COPYRIGHT Changelog README
  35. %{_libdir}/gkrellm/plugins/gkrellm-gnome.so
  36. %clean
  37. rm -rf %{buildroot}
  38. %changelog
  39. * Sun Jul 22 2001 Tomoya TAKA <tomoya@olive.plala.or.jp>
  40. - 0.1-1vl1
  41. - tailored for Vine Linux based on gkrellm-0.1-1 by
  42. Troy Engel <tengel@sonic.net>