xfce4-mailwatch-plugin-vl.spec 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. Name: xfce4-mailwatch-plugin
  2. Summary: A multi-protocol, multi-mailbox mail watcher for the Xfce panel
  3. Summary(ja): Xfce パネル用メールボックス監視プラグイン
  4. Version: 1.2.0
  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}/1.2/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: glib2-devel >= 2.18.0
  12. BuildRequires: gnutls-devel >= 1.2.0
  13. BuildRequires: gtk2-devel >= 2.18.0
  14. BuildRequires: libexo-devel >= 0.7.2
  15. BuildRequires: libICE-devel
  16. BuildRequires: libgcrypt-devel >= 1.2.0
  17. BuildRequires: libxfce4util-devel >= 4.8.0
  18. BuildRequires: libxfce4ui-devel >= 4.8.0
  19. BuildRequires: xfce4-panel-devel >= 4.8.0
  20. Requires: xfce4-panel
  21. Vendor: Project Vine
  22. Distribution: Vine Linux
  23. Packager: inagaki
  24. %description
  25. he Xfce4 Mailwatch Plugin is a multi-protocol, multi-mailbox mail watcher.
  26. Currently, the protocols supported are:
  27. * IMAP (SSL/TLS and cleartext, CRAM-MD5)
  28. * POP3 (SSL/TLS and cleartext, CRAM-MD5)
  29. * Mbox mail spool (local)
  30. * Maildir mail spool (local)
  31. * MH-Maildir mail spool (local)
  32. * Google Mail (GMail) mailbox (remote) (requires gnutls)
  33. Random list of features:
  34. * Multiple folder checking support for IMAP.
  35. * Independent check intervals for each mailbox.
  36. * Threaded design; xfce4-panel UI should never freeze or block.
  37. * Informative button tooltip that tells you the number of new messages in
  38. each mailbox.
  39. * Optionally run a command when new mail arrives, or when the panel button
  40. is clicked.
  41. * Error log accessible from the plugin properties dialog, with a small
  42. overlay icon to inform the user of errors at a glance.
  43. * Custom button icons.
  44. %prep
  45. %setup -q
  46. %build
  47. %configure --enable-silent-rules --disable-static
  48. make %{?_smp_mflags}
  49. %install
  50. rm -rf $RPM_BUILD_ROOT
  51. make install DESTDIR=$RPM_BUILD_ROOT
  52. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  53. %find_lang %{name}
  54. %clean
  55. rm -rf $RPM_BUILD_ROOT
  56. %post
  57. touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
  58. %postun
  59. if [ $1 -eq 0 ] ; then
  60. touch --no-create %{_datadir}/icons/hicolor &>/dev/null
  61. gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
  62. fi
  63. %posttrans
  64. gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
  65. %files -f %{name}.lang
  66. %defattr(-,root,root)
  67. %doc AUTHORS COPYING ChangeLog NEWS README
  68. %{_libdir}/xfce4/panel/plugins/libmailwatch.so
  69. %{_datadir}/icons/hicolor/*/apps/*
  70. %{_datadir}/xfce4/panel/plugins/mailwatch.desktop
  71. %changelog
  72. * Sun Jan 31 2016 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.2.0-3
  73. - rebuilt with gnutls 3.4.7
  74. * Mon Mar 2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.2.0-2
  75. - rebuilt with libxfce4util 4.12.1
  76. * Thu Sep 18 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.2.0-1
  77. - initial build for Vine Linux