telepathy-salut-vl.spec 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. Summary: Link-local XMPP telepathy connection manager
  2. Summary(ja): Link-local XMPP telepathy 接続マネージャ
  3. Name: telepathy-salut
  4. Version: 0.8.0
  5. Release: 1%{?_dist_release}
  6. Group: Applications/Communications
  7. License: LGPLv2+
  8. URL: http://telepathy.freedesktop.org/wiki/FrontPage
  9. Source0: http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: glib2-devel >= 2.16
  12. BuildRequires: dbus-devel >= 1.1.0
  13. BuildRequires: dbus-glib-devel >= 0.61
  14. BuildRequires: avahi-gobject-devel
  15. BuildRequires: libxml2-devel
  16. BuildRequires: openssl-devel
  17. BuildRequires: cyrus-sasl-devel
  18. BuildRequires: libxslt
  19. BuildRequires: python >= 2.5
  20. BuildRequires: avahi-tools
  21. BuildRequires: python-twisted
  22. BuildRequires: python-xmpp
  23. BuildRequires: libasyncns-devel >= 0.3
  24. BuildRequires: telepathy-glib-devel >= 0.7.36
  25. BuildRequires: check-devel >= 0.9.4
  26. BuildRequires: libsoup-devel
  27. BuildRequires: libuuid-devel
  28. BuildRequires: sqlite3-devel
  29. Requires: telepathy-filesystem
  30. %description
  31. %{name} is a Telepathy connection manager for link-local XMPP.
  32. Normally, XMPP does not support direct client-to-client interactions,
  33. since it requires authentication with a server. This package makes
  34. it is possible to establish an XMPP-like communications system on a
  35. local network using zero-configuration networking.
  36. %prep
  37. %setup -q
  38. %build
  39. %configure --enable-ssl
  40. make %{?_smp_mflags}
  41. %install
  42. rm -rf $RPM_BUILD_ROOT
  43. make install DESTDIR=$RPM_BUILD_ROOT
  44. rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}/*.html
  45. find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
  46. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  47. %clean
  48. rm -rf $RPM_BUILD_ROOT
  49. %files
  50. %defattr(-,root,root,-)
  51. %doc COPYING AUTHORS NEWS README docs/clique.html
  52. %{_libdir}/telepathy/salut-0
  53. %{_libexecdir}/%{name}
  54. %{_datadir}/dbus-1/services/*.service
  55. %{_datadir}/telepathy/managers/*.manager
  56. %{_mandir}/man8/%{name}.8.gz
  57. %changelog
  58. * Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-1
  59. - new upstream release
  60. - add BuildRequires: avahi-tools, python-twisted, python-xmpp
  61. * Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-1
  62. - new upstream release
  63. * Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.1-1
  64. - new upstream release
  65. - add BuildRequires: python-xmldiff, sqlite3-devel
  66. * Sun Jan 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.0-1
  67. - new upstream release
  68. - add BuildRequires: libuuid-devel
  69. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.13-1
  70. - new upstream release
  71. * Sat Nov 7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.3.10-1
  72. - new upstream release
  73. * Tue Sep 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.4-1
  74. - initial build for Vine Linux
  75. * Sun Aug 24 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.3.4-2
  76. - Build with libasyncns support.
  77. * Sat Aug 23 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.3.4-1
  78. - Update to 0.3.4.
  79. - bump minimum tp-glib version needed.
  80. * Mon Mar 24 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.2.3-1
  81. - Update to 0.2.3.
  82. * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.2.2-3
  83. - Autorebuild for GCC 4.3
  84. * Fri Feb 8 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.2.2-2
  85. - Rebuild for gcc-4.3.
  86. * Wed Jan 30 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.2.2-1
  87. - Update to 0.2.2.
  88. * Tue Jan 8 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.2.1-1
  89. - Update to 0.2.1.
  90. * Fri Dec 7 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.2.0-1
  91. - Update to 0.2.0.
  92. * Wed Dec 5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.11-2
  93. - rebuild for new libssl.so.6/libcrypto.so.6
  94. * Sat Dec 1 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.11-1
  95. - Update to 0.1.11.
  96. - Add min. version of check needed.
  97. * Tue Nov 27 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.1-1
  98. - Update to 0.1.10.
  99. * Wed Nov 14 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.9-1
  100. - Update to 0.1.9.
  101. * Tue Nov 13 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.8-1
  102. - Update to 0.1.8.
  103. * Mon Nov 12 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.7-1
  104. - Update to 0.1.7.
  105. * Wed Nov 7 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.6-1
  106. - Update to 0.1.6.
  107. - Add man page.
  108. - Bump min version of telepathy-glib-devel needed.
  109. * Sat Aug 25 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.4-1
  110. - Update to 0.1.4.
  111. - Update minimum BR versions needed.
  112. * Tue Aug 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.3-3
  113. - Rebuild.
  114. * Fri Aug 3 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.3-2
  115. - Update license tag.
  116. * Tue Jun 26 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.3-1
  117. - Update to 0.1.3.
  118. - Add BR on telepathy-glib-devel & libxslt.
  119. * Mon Apr 16 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.1-1
  120. - Update to 0.1.1
  121. - Add BR on openssl-devel & cyrus-sasl-devel.
  122. * Sun Jan 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.0-1
  123. - Initial Fedora spec file.