telepathy-salut-vl.spec 5.3 KB

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