xfce4-datetime-plugin-vl.spec 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. Name: xfce4-datetime-plugin
  2. Summary: Date and Time plugin for the Xfce4 panel
  3. Summary(ja): Xfce パネル用 日付プラグイン
  4. Version: 0.6.2
  5. Release: 1%{?_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: gettext
  12. BuildRequires: gtk2-devel >= 2.24.0
  13. BuildRequires: intltool
  14. BuildRequires: libxfce4util-devel >= 4.8.0
  15. BuildRequires: libxfce4ui-devel >= 4.8.0
  16. BuildRequires: xfce4-panel-devel >= 4.8.0
  17. Requires: xfce4-panel >= 4.8.0
  18. Vendor: Project Vine
  19. Distribution: Vine Linux
  20. Packager: Takemikaduchi, inagaki
  21. %description
  22. This plugin shows the date and time in the panel, and a calendar appears when you left-click on it.
  23. %description -l ja
  24. このプラグインはパネルに日付を表示し、左クリックすることでカレンダーが現れます。
  25. %prep
  26. %setup -q
  27. %build
  28. %configure --disable-static
  29. make %{?_smp_mflags}
  30. %install
  31. rm -rf $RPM_BUILD_ROOT
  32. make install DESTDIR=$RPM_BUILD_ROOT
  33. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  34. %find_lang %{name}
  35. %clean
  36. rm -rf $RPM_BUILD_ROOT
  37. %files -f %{name}.lang
  38. %defattr(-,root,root)
  39. %doc AUTHORS COPYING ChangeLog NEWS README
  40. %{_libdir}/xfce4/panel/plugins/libdatetime.so
  41. %{_datadir}/xfce4/panel/plugins/datetime.desktop
  42. %changelog
  43. * Wed Sep 17 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.6.2-1
  44. - updated to 0.6.2
  45. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-2
  46. - rebuild with VineSeed environment
  47. * Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-1
  48. - initial build for Vine Linux