xfce4-genmon-plugin-vl.spec 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. Name: xfce4-genmon-plugin
  2. Summary: Generic monitor plugin for the Xfce4 panel
  3. Summary(ja): Xfce パネル用 汎用モニタプラグイン
  4. Version: 3.4.0
  5. Release: 2%{?_dist_release}
  6. Group: User Interface/Desktops
  7. License: GPLv2+
  8. URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
  9. Source0: http://archive.xfce.org/src/panel-plugins/%{name}/3.4/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: libxfce4util-devel >= 4.8.0
  12. BuildRequires: libxfce4ui-devel >= 4.8.0
  13. BuildRequires: xfce4-panel-devel >= 4.8.0
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. Packager: Takemikaduchi
  17. %description
  18. The GenMon plugin cyclically spawns the indicated script/program, captures its output and displays the result into the panel.
  19. %description -l ja
  20. GenMonプラグインは周期的に指定されたスクリプト/プログラムを実行し、その出力内容をキャプチャし、パネルにその結果を表示する。
  21. %prep
  22. %setup -q -n xfce4-genmon-plugin-3.4
  23. %build
  24. %configure --disable-static
  25. make %{?_smp_mflags}
  26. %install
  27. rm -rf $RPM_BUILD_ROOT
  28. make install DESTDIR=$RPM_BUILD_ROOT
  29. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  30. %find_lang %{name}
  31. %clean
  32. rm -rf $RPM_BUILD_ROOT
  33. %files -f %{name}.lang
  34. %defattr(-,root,root)
  35. %doc AUTHORS COPYING ChangeLog NEWS README
  36. %{_libdir}/xfce4/panel/plugins/libgenmon.so
  37. %{_datadir}/xfce4/panel/plugins/genmon.desktop
  38. %changelog
  39. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-2
  40. - rebuild with VineSeed environment
  41. * Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-1
  42. - initial build for Vine Linux