xfce4-datetime-plugin-vl.spec 1.6 KB

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