telepathy-farstream-vl.spec 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. Summary: Telepathy client library that uses Farstream
  2. Name: telepathy-farstream
  3. Version: 0.4.0
  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: pygobject-devel
  15. BuildRequires: gstreamer-python-devel
  16. %description
  17. Telepathy Farstream is a Telepathy client library that uses Farstream
  18. to handle Call channels.
  19. Telepathy is a D-Bus framework for unifying real time communication,
  20. including instant messaging, voice calls and video calls. It abstracts
  21. differences between protocols to provide a unified interface for
  22. applications.
  23. %package devel
  24. Summary: Development tools for telepathy-farstream
  25. Summary(ja): telepathy-farstream の開発環境
  26. Group: Development/Libraries
  27. Requires: %{name} = %{version}-%{release}
  28. Requires: pkgconfig
  29. %description devel
  30. Header files and libraries for building a extension library for the
  31. telepathy-farstream.
  32. %package doc
  33. Summary: Documentation for telepathy-farstream
  34. Summary(ja): telepathy-farstream 用のドキュメント
  35. Group: Documentation
  36. Requires: %{name} = %{version}-%{release}
  37. BuildArch: noarch
  38. %description doc
  39. This package contains documentation for telepathy-farstream.
  40. %prep
  41. %setup -q
  42. %build
  43. %configure --disable-static
  44. make %{?_smp_mflags}
  45. %install
  46. rm -rf $RPM_BUILD_ROOT
  47. make install DESTDIR=$RPM_BUILD_ROOT
  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 AUTHORS ChangeLog COPYING NEWS README
  54. %{_libdir}/libtelepathy-farstream.so.*
  55. %{python_sitearch}/tpfarstream.so
  56. %files devel
  57. %defattr(-,root,root,-)
  58. %{_includedir}/telepathy-1.0
  59. %{_libdir}/libtelepathy-farstream.so
  60. %{_libdir}/pkgconfig/telepathy-farstream.pc
  61. %files doc
  62. %defattr(-,root,root,-)
  63. %{_datadir}/gtk-doc/html/telepathy-farstream
  64. %changelog
  65. * Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.0-1
  66. - initial build for VIne Linux