stalonestray-vl.spec 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. %define pkg_name stalonetray
  2. %define pkg_version 0.8.3
  3. %define pkg_release 2%{?_dist_release}
  4. Summary: a stand-alone freedesktop.org and KDE system tray
  5. Summary(ja): X Window System向けのスタンドアロンのシステムトレイ
  6. Name: %{pkg_name}
  7. Version: %{pkg_version}
  8. Release: %{pkg_release}
  9. License: GPL2
  10. Group: User Interface/Desktops
  11. URL: http://stalonetray.sourceforge.net/
  12. Source: %{pkg_name}-%{pkg_version}.tar.bz2
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. BuildRequires: xorg-x11-devel
  15. Vendor: Project Vine
  16. Distribution: Vine Linux
  17. Packager: ara_t
  18. %description
  19. Stalonetray is a stand-alone freedesktop.org and KDE system tray
  20. (notification area) for X Window System/X11 (e.g. X.Org or XFree86).
  21. It has full XEMBED support and minimal dependencies: an X11 lib only.
  22. Stalonetray works with virtually any EWMH-compliant window manager.
  23. Window managers that are reported to work well with stalonetray:
  24. - FVWM
  25. - OpenBox
  26. - Enlightenment
  27. - ion3
  28. - Compiz
  29. - Xmonad
  30. %description -l ja
  31. StalonetrayはX Window System向けのスタンドアロンの
  32. freedesktop.orgとKDEのシステムトレイです。
  33. XEMBEDをフルにサポートし、依存パッケージは必要最小限でであり、
  34. EWMHに対応していればどのウィンドウマネージャでも使えます。
  35. Stalonetrayが動作すると報告されているウィンドウマネージャは
  36. FVWM, Openbox, Enlightenment, Ion3, Compiz, Xmonad, awesomeです。
  37. %prep
  38. %{__rm} -rf ${RPM_BUILD_ROOT}
  39. %setup -q
  40. %build
  41. %{configure}
  42. %{__make} %{?_smp_mflags}
  43. %install
  44. %{make_install}
  45. %clean
  46. %{__rm} -rf ${RPM_BUILD_ROOT}
  47. %files
  48. %defattr(-, root, root)
  49. %doc AUTHORS COPYING NEWS README TODO
  50. %{_bindir}/
  51. %{_mandir}/
  52. %changelog
  53. * Sun Apr 10 2016 Toshiaki Ara <ara_t@384.jp> 0.8.3-2
  54. - correct SPEC file
  55. * Sat Mar 05 2016 Toshiaki Ara <ara_t@384.jp> 0.8.3-1
  56. - new package