xfce4-timer-plugin-vl.spec 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. Name: xfce4-timer-plugin
  2. Summary: Timer plugin for the Xfce4 panel
  3. Summary(ja): Xfce パネル用 タイマープラグイン
  4. Version: 1.6.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}/0.6/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: glib2-devel >= 2.4.0
  12. BuildRequires: gtk2-devel >= 2.4.0
  13. BuildRequires: libxfce4util-devel >= 4.3.0
  14. BuildRequires: libxfce4ui-devel >= 4.8.0
  15. BuildRequires: xfce4-panel-devel >= 4.8.0
  16. Requires: xfce4-panel >= 4.8.0
  17. Vendor: Project Vine
  18. Distribution: Vine Linux
  19. Packager: Takemikaduchi, inagaki
  20. %description
  21. This is a simple plugin that lets the user run an alarm at a specified time or at the end of a specified countdown period.
  22. %description -l ja
  23. ユーザーが指定した時刻または指定された指定したカウントダウン時間の終わりにアラームを鳴らすためのシンプルなプラグインです。
  24. %prep
  25. %setup -q
  26. %build
  27. %configure --disable-static
  28. make %{?_smp_mflags}
  29. %install
  30. rm -rf $RPM_BUILD_ROOT
  31. make install DESTDIR=$RPM_BUILD_ROOT
  32. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  33. %find_lang %{name}
  34. %clean
  35. rm -rf $RPM_BUILD_ROOT
  36. %post
  37. touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
  38. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
  39. %postun
  40. if [ $1 -eq 0 ]; then
  41. touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
  42. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
  43. fi
  44. %files -f %{name}.lang
  45. %defattr(-,root,root)
  46. %doc AUTHORS COPYING ChangeLog NEWS README
  47. %{_libexecdir}/xfce4/panel-plugins/xfce4-timer
  48. %{_datadir}/icons/hicolor/*/apps/*
  49. %{_datadir}/xfce4/panel-plugins/xfce4-timer.desktop
  50. %changelog
  51. * Mon Mar 2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.6.0-2
  52. - rebuilt with libxfce4util 4.12.1
  53. * Tue Sep 23 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.6.0-1
  54. - updated to 1.6.0
  55. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4-2
  56. - rebuild with VineSeed environment
  57. * Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4-1
  58. - initial build for Vine Linux