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

Revision 6011, 2.3 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

Line 
1Summary:        Telepathy client library that uses Farstream
2
3Name:           telepathy-farstream
4Version:        0.4.0
5Release:        1%{?_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
21%description
22Telepathy Farstream is a Telepathy client library that uses Farstream
23to handle Call channels.
24
25Telepathy is a D-Bus framework for unifying real time communication,
26including instant messaging, voice calls and video calls. It abstracts
27differences between protocols to provide a unified interface for
28applications.
29
30
31%package        devel
32Summary:        Development tools for telepathy-farstream
33Summary(ja):    telepathy-farstream の開発環境
34Group:          Development/Libraries
35Requires:       %{name} = %{version}-%{release}
36Requires:       pkgconfig
37
38%description    devel
39Header files and libraries for building a extension library for the
40telepathy-farstream.
41
42
43%package        doc
44Summary:        Documentation for telepathy-farstream
45Summary(ja):    telepathy-farstream 用のドキュメント
46Group:          Documentation
47Requires:       %{name} = %{version}-%{release}
48BuildArch:      noarch
49
50
51%description    doc
52This package contains documentation for telepathy-farstream.
53
54
55%prep
56%setup -q
57
58
59%build
60%configure --disable-static
61make %{?_smp_mflags}
62
63
64%install
65rm -rf $RPM_BUILD_ROOT
66make install DESTDIR=$RPM_BUILD_ROOT
67
68find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
69
70
71%clean
72rm -rf $RPM_BUILD_ROOT
73
74
75%files
76%defattr(-,root,root,-)
77%doc AUTHORS ChangeLog COPYING NEWS README
78%{_libdir}/libtelepathy-farstream.so.*
79%{python_sitearch}/tpfarstream.so
80
81%files devel
82%defattr(-,root,root,-)
83%{_includedir}/telepathy-1.0
84%{_libdir}/libtelepathy-farstream.so
85%{_libdir}/pkgconfig/telepathy-farstream.pc
86
87%files doc
88%defattr(-,root,root,-)
89%{_datadir}/gtk-doc/html/telepathy-farstream
90
91
92%changelog
93* Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.0-1
94- initial build for VIne Linux
95
Note: See TracBrowser for help on using the repository browser.