telepathy-farstream-vl.spec 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. Summary: Telepathy client library that uses Farstream
  2. Name: telepathy-farstream
  3. Version: 0.6.2
  4. Release: 1%{?_dist_release}
  5. Group: Applications/Communications
  6. License: LGPLv2+
  7. URL: http://telepathy.freedesktop.org/wiki/FrontPage
  8. Source0: http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildRequires: farstream-devel
  11. BuildRequires: dbus-glib-devel
  12. BuildRequires: telepathy-glib-devel >= 0.17.5
  13. BuildRequires: python-devel
  14. BuildRequires: gobject-introspection-devel
  15. Obsoletes: telepathy-farsight < 0.0.20
  16. Obsoletes: telepathy-stream-engine < 0.5.16
  17. Vendor: Project Vine
  18. Distribution: Vine Linux
  19. Packager: Takemikaduchi
  20. %description
  21. Telepathy Farstream is a Telepathy client library that uses Farstream
  22. to handle Call channels.
  23. Telepathy is a D-Bus framework for unifying real time communication,
  24. including instant messaging, voice calls and video calls. It abstracts
  25. differences between protocols to provide a unified interface for
  26. applications.
  27. %package devel
  28. Summary: Development tools for telepathy-farstream
  29. Summary(ja): telepathy-farstream の開発環境
  30. Group: Development/Libraries
  31. Requires: %{name} = %{version}-%{release}
  32. Requires: pkgconfig
  33. %description devel
  34. Header files and libraries for building a extension library for the
  35. telepathy-farstream.
  36. %package doc
  37. Summary: Documentation for telepathy-farstream
  38. Summary(ja): telepathy-farstream 用のドキュメント
  39. Group: Documentation
  40. Requires: %{name} = %{version}-%{release}
  41. BuildArch: noarch
  42. %description doc
  43. This package contains documentation for telepathy-farstream.
  44. %prep
  45. %setup -q
  46. %build
  47. %configure --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. %clean
  54. rm -rf $RPM_BUILD_ROOT
  55. %files
  56. %defattr(-,root,root,-)
  57. %doc AUTHORS ChangeLog COPYING NEWS README
  58. %{_libdir}/libtelepathy-farstream.so.*
  59. %{_libdir}/girepository-1.0/TelepathyFarstream-0.6.typelib
  60. %files devel
  61. %defattr(-,root,root,-)
  62. %{_includedir}/telepathy-1.0
  63. %{_libdir}/libtelepathy-farstream.so
  64. %{_libdir}/pkgconfig/telepathy-farstream.pc
  65. %{_datadir}/gir-1.0/TelepathyFarstream-0.6.gir
  66. %files doc
  67. %defattr(-,root,root,-)
  68. %{_datadir}/gtk-doc/html/telepathy-farstream
  69. %changelog
  70. * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.2-1
  71. - new upstream release
  72. * Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-1
  73. - new upstream release
  74. * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-2
  75. - rebuild with VineSeed environment
  76. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-1
  77. - new upstream release
  78. - add BuildRequires: gobject-introspection-devel
  79. * Mon Apr 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.0-2
  80. - add Obsoletes: telepathy-farsight, telepathy-stream-engine
  81. * Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.0-1
  82. - initial build for VIne Linux