telepathy-haze-vl.spec 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. Summary: A multi-protocol Libpurple connection manager
  2. Summary(ja): マルチプロトコル Libpurple 接続マネージャ
  3. Name: telepathy-haze
  4. Version: 0.8.0
  5. Release: 3%{?_dist_release}
  6. Group: Applications/Communications
  7. License: GPLv2+
  8. URL: http://developer.pidgin.im/wiki/Telepathy
  9. Source0: http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: libpurple-devel
  12. BuildRequires: telepathy-glib-devel
  13. BuildRequires: libxslt-devel
  14. Requires: telepathy-filesystem
  15. Vendor: Project Vine
  16. Distribution: Vine Linux
  17. %description
  18. telepathy-haze is a connection manager built around libpurple, the core of
  19. Pidgin (formerly Gaim), as a Summer of Code project under the Pidgin umbrella.
  20. Ultimately, any protocol supported by libpurple will be supported by
  21. telepathy-haze; for now, XMPP, MSN and AIM are known to work acceptably, and
  22. others will probably work too.
  23. %prep
  24. %setup -q
  25. sed -i -e 's/PURPLE_MEDIA_NETWORK_PROTOCOL_TCP/PURPLE_MEDIA_NETWORK_PROTOCOL_TCP_ACTIVE/' src/media-stream.c
  26. %build
  27. %configure
  28. make %{?_smp_mflags}
  29. %install
  30. rm -rf %{buildroot}
  31. make install DESTDIR=%{buildroot}
  32. %clean
  33. rm -rf %{buildroot}
  34. %files
  35. %defattr(-,root,root,-)
  36. %doc COPYING NEWS
  37. %{_libexecdir}/telepathy-haze
  38. %{_datadir}/dbus-1/services/*.haze.service
  39. %{_mandir}/man8/telepathy-haze.8*
  40. %changelog
  41. * Fri Jul 22 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.8.0-3
  42. - rebuilt with libpurple-2.11.0.
  43. * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-2
  44. - rebuild with VineSeed environment
  45. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-1
  46. - new upstream release
  47. * Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-1
  48. - new upstream release
  49. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.0-1
  50. - new upstream release
  51. * Sat Nov 7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.3.2-1
  52. - new upstream release
  53. * Tue Sep 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.0-1
  54. - initial build for Vine Linux
  55. * Wed Aug 13 2008 Peter Gordon <peter@thecodergeek.com> - 0.2.0-3
  56. - Remove the mission-control subpackage in favor of using the profiles from
  57. Empathy upstream.
  58. * Tue Jul 29 2008 Peter Gordon <peter@thecodergeek.com> - 0.2.0-2
  59. - Fix the ICQ Mission Control profile to properly use the "icq" configuration
  60. UI, rather than the one for jabber.
  61. - Resolves: bug #456565 (Wrong entry in haze-icq.profile)
  62. * Sat Mar 01 2008 Peter Gordon <peter@thecodergeek.com> - 0.2.0-1
  63. - Update to new upstream release (0.2.0)
  64. - Add ICQ Mission-Control profile.
  65. * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.1.4-3
  66. - Autorebuild for GCC 4.3
  67. * Sun Dec 16 2007 Peter Gordon <peter@thecodergeek.com> - 0.1.4-2
  68. - Add patch from upstream Darcs to fix bug 425870 (bad apostrophe escaping with
  69. Yahoo! messages).
  70. + fix-yahoo-apostrophe-escaping.patch
  71. * Thu Nov 22 2007 Peter Gordon <peter@thecodergeek.com> - 0.1.4-1
  72. - Update to new upstream build-fix release (0.1.4).
  73. - Add Yahoo! IM support to the mission-control profiles, with default
  74. login/server information taken from Pidgin/Finch.
  75. * Wed Nov 14 2007 Peter Gordon <peter@thecodergeek.com> - 0.1.3-1
  76. - Update to new upstream release (0.1.3), which fixes the accidental
  77. ~/.purple directory deletion with Pidgin 2.3.0+ (among other notable fixes
  78. and enhancements).
  79. - Drop compile fix with recent telepathy-glib releases (fixed upstream):
  80. - fix-deprecated-tp_debug-call.patch
  81. * Tue Nov 13 2007 Peter Gordon <peter@thecodergeek.com> - 0.1.2-4
  82. - Add patch to fix build error due to calling deprecated
  83. tp_debug_set_flags_from_env function.
  84. + fix-deprecated-tp_debug-call.patch
  85. * Sun Nov 11 2007 Peter Gordon <peter@thecodergeek.com> - 0.1.2-3
  86. - Fix Source0 URL.
  87. * Thu Nov 01 2007 Peter Gordon <peter@thecodergeek.com> - 0.1.2-2
  88. - Add haze-msn.profile (based on the profile provided by the PyMSN-based
  89. Butterfly connection manager) so that MC-using applications (such as
  90. Empathy) can use the libpurple-based MSN connection manager instead of
  91. Butterfly, at the user's option.
  92. * Sun Sep 16 2007 Peter Gordon <peter@thecodergeek.com> - 0.1.2-1
  93. - Update to new upstream release (0.1.2), which fixes sending messages with
  94. <, >, and & characters and properly cleans up zombie children.
  95. * Fri Aug 17 2007 Peter Gordon <peter@thecodergeek.com> - 0.1.1-1
  96. - Update to new upstream release (0.1.1), which fixes segfaults when closing
  97. text and list channels, and some potential g_free corruptions.
  98. - Sync %%description with upstream release announcements.
  99. * Mon Aug 13 2007 Peter Gordon <peter@thecodergeek.com> - 0.1.0-1
  100. - Initial packaging for Fedora.