xfce4-datetime-plugin-vl.spec 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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: 3%{?_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. chmod +x $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.so
  35. %find_lang %{name}
  36. %clean
  37. rm -rf $RPM_BUILD_ROOT
  38. %files -f %{name}.lang
  39. %defattr(-,root,root)
  40. %doc AUTHORS COPYING ChangeLog NEWS README
  41. %{_libdir}/xfce4/panel/plugins/libdatetime.so
  42. %{_datadir}/xfce4/panel/plugins/datetime.desktop
  43. %changelog
  44. * Mon Mar 2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.0.5-2
  45. - rebuilt with libxfce4util 4.12.1
  46. * Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.6.2-2
  47. - modified libdatetime.so permission
  48. * Wed Sep 17 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.6.2-1
  49. - updated to 0.6.2
  50. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-2
  51. - rebuild with VineSeed environment
  52. * Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-1
  53. - initial build for Vine Linux