xfce4-clipman-plugin-vl.spec 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. Name: xfce4-clipman-plugin
  2. Summary: Clipboard manager plugin for the Xfce panel
  3. Summary(ja): Xfce パネル用クリップボード管理プラグイン
  4. Version: 1.2.3
  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}/1.2/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: gtk2-devel >= 2.14
  12. BuildRequires: libxfce4util-devel >= 4.8.0
  13. BuildRequires: libxfce4ui-devel >= 4.8.0
  14. BuildRequires: xfce4-panel-devel >= 4.8.0
  15. BuildRequires: libexo-devel >= 0.6.0
  16. BuildRequires: xfconf-devel >= 4.8.0
  17. BuildRequires: xorg-x11-proto-devel
  18. BuildRequires: libXtst-devel
  19. BuildRequires: unique-devel
  20. BuildRequires: gettext, intltool, desktop-file-utils
  21. Requires: xfce4-panel >= 4.4.0
  22. Vendor: Project Vine
  23. Distribution: Vine Linux
  24. %description
  25. xfce4-clipman is a clipboard history plugin for the Xfce4 panel.
  26. %description -l ja
  27. xfce4-clipman は Xfce パネル用のクリップボード履歴管理プラグインです.
  28. %prep
  29. %setup -q
  30. %build
  31. %configure --disable-static
  32. make %{?_smp_mflags}
  33. %install
  34. rm -rf $RPM_BUILD_ROOT
  35. make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install-strip
  36. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  37. %find_lang %{name}
  38. desktop-file-install \
  39. --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
  40. --add-category=X-Xfce \
  41. --delete-original \
  42. ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce4-clipman.desktop
  43. desktop-file-install \
  44. --dir ${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart \
  45. --add-category=X-Xfce \
  46. --delete-original \
  47. ${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart/%{name}-autostart.desktop
  48. %clean
  49. rm -rf $RPM_BUILD_ROOT
  50. %post
  51. touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
  52. %postun
  53. if [ $1 -eq 0 ] ; then
  54. touch --no-create %{_datadir}/icons/hicolor &>/dev/null
  55. gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
  56. fi
  57. %posttrans
  58. gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
  59. %files -f %{name}.lang
  60. %defattr(-,root,root)
  61. %doc AUTHORS COPYING ChangeLog NEWS README TODO
  62. %config %{_sysconfdir}/xdg/autostart/%{name}-autostart.desktop
  63. %config(noreplace) %{_sysconfdir}/xdg/xfce4/panel/xfce4-clipman-actions.xml
  64. %{_bindir}/xfce4-clipman
  65. %{_bindir}/xfce4-clipman-settings
  66. %{_bindir}/xfce4-popup-clipman
  67. %{_libdir}/xfce4/panel/plugins/libclipman.so
  68. %{_datadir}/applications/xfce4-clipman.desktop
  69. %{_datadir}/icons/hicolor/*/apps/%{name}.*
  70. %{_datadir}/xfce4/panel/plugins/%{name}.desktop
  71. %{_docdir}/%{name}/html
  72. %changelog
  73. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.3-2
  74. - rebuild with VineSeed environment
  75. * Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.3-1
  76. - new upstream release
  77. - remove BuildRequires: libxfcegui4-devel, libglade2-devel
  78. - add BuildRequires: gtk2-devel, libxfce4util-devel, libxfce4ui-devel, xorg-x11-proto-devel, libXtst-devel
  79. - remove old patches
  80. * Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.3-2
  81. - do not apply Patch1 on Vine Linux 5
  82. * Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.3-1
  83. - updated to 1.1.3
  84. - added Patch1 from Fedora for building with new libexo
  85. - added BR: unique-devel
  86. * Mon Oct 27 2008 Shu KONNO <owa@bg.wakwak.com> 0.8.0-2vl5
  87. - applied new versioning policy, spec in utf-8
  88. * Sun Oct 14 2007 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.8.0-1vl2
  89. - upstream release
  90. - remove unnecessary Requires and Packager macro
  91. - whole rewrite %%files section
  92. * Sun Jan 23 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.4.1-1vl3
  93. - rebuild with XFce 4.2.0 packages
  94. - changed required version number of xfce4-panel
  95. * Fri Oct 22 2004 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.4.1-1vl2
  96. - rebuild for VineSeed
  97. * Thu Oct 21 2004 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.4.1-1vl1
  98. - initial build for Vine Linux
  99. - spec file from http://download.berlios.de/xfce-goodies/xfce4-clipman-plugin-0.4.0-1suse82.src.rpm
  100. - change Packager
  101. - change spec file name
  102. - fix URL, License
  103. - add BuildRequires: libxfcegui4-devel, gtk2-devel, libxfce4util-devel,
  104. zlib-devel, libxml2-devel, XOrg-devel, atk-devel, glibs-devel, pango-devel
  105. - add Requires: XOrg-libs, atk, gtk2, glib2, pango, libxfcegui4, libxfce4util,
  106. libxml2, zlib