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