xfce4-clipman-plugin-vl.spec 5.1 KB

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