source: projects/specs/trunk/t/telepathy-farstream/telepathy-farstream-vl.spec @ 6082

Revision 6082, 2.6 KB checked in by Takemikaduchi, 12 years ago (diff)

farstream, telepathy-farstream: add Obsoletes
others: new upstream release

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