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

Revision 9073, 3.0 KB checked in by Takemikaduchi, 9 years ago (diff)

GNOME 3.14.1

Line 
1Summary:        Telepathy client library that uses Farstream
2
3Name:           telepathy-farstream
4Version:        0.6.2
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:  gobject-introspection-devel
19
20Obsoletes:      telepathy-farsight < 0.0.20
21Obsoletes:      telepathy-stream-engine < 0.5.16
22
23Vendor:         Project Vine
24Distribution:   Vine Linux
25Packager:       Takemikaduchi
26
27%description
28Telepathy Farstream is a Telepathy client library that uses Farstream
29to handle Call channels.
30
31Telepathy is a D-Bus framework for unifying real time communication,
32including instant messaging, voice calls and video calls. It abstracts
33differences between protocols to provide a unified interface for
34applications.
35
36
37%package        devel
38Summary:        Development tools for telepathy-farstream
39Summary(ja):    telepathy-farstream の開発環境
40Group:          Development/Libraries
41Requires:       %{name} = %{version}-%{release}
42Requires:       pkgconfig
43
44%description    devel
45Header files and libraries for building a extension library for the
46telepathy-farstream.
47
48
49%package        doc
50Summary:        Documentation for telepathy-farstream
51Summary(ja):    telepathy-farstream 用のドキュメント
52Group:          Documentation
53Requires:       %{name} = %{version}-%{release}
54BuildArch:      noarch
55
56
57%description    doc
58This package contains documentation for telepathy-farstream.
59
60
61%prep
62%setup -q
63
64
65%build
66%configure --disable-static
67make %{?_smp_mflags}
68
69
70%install
71rm -rf $RPM_BUILD_ROOT
72make install DESTDIR=$RPM_BUILD_ROOT
73
74find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
75
76
77%clean
78rm -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
Note: See TracBrowser for help on using the repository browser.