]> git.pld-linux.org Git - packages/telepathy-farstream.git/blob - telepathy-farstream.spec
- up to 0.6.0
[packages/telepathy-farstream.git] / telepathy-farstream.spec
1 Summary:        Telepathy client to handle media streaming channels
2 Summary(pl.UTF-8):      Klient Telepathy do obsługi kanałów strumieni multimedialnych
3 Name:           telepathy-farstream
4 Version:        0.6.0
5 Release:        1
6 License:        LGPL v2+
7 Group:          Libraries
8 Source0:        http://telepathy.freedesktop.org/releases/telepathy-farstream/%{name}-%{version}.tar.gz
9 # Source0-md5:  d154350f9f1e3bdba87617c0668481a5
10 URL:            http://telepathy.freedesktop.org/
11 BuildRequires:  autoconf >= 2.59
12 BuildRequires:  automake >= 1:1.11
13 BuildRequires:  dbus-devel >= 0.60
14 BuildRequires:  dbus-glib-devel >= 0.74
15 BuildRequires:  farstream-devel >= 0.2.0
16 BuildRequires:  glib2-devel >= 1:2.32.0
17 BuildRequires:  gobject-introspection-devel >= 1.30.0
18 BuildRequires:  gtk-doc >= 1.17
19 BuildRequires:  libtool
20 BuildRequires:  pkgconfig
21 BuildRequires:  telepathy-glib-devel >= 0.19.0
22 Requires:       dbus-glib >= 0.74
23 Requires:       dbus-libs >= 0.60
24 Requires:       farstream >= 0.2.0
25 Requires:       glib2 >= 1:2.32.0
26 Obsoletes:      python-telepathy-farstream
27 Obsoletes:      telepathy-farsight < 0.0.20
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %description
31 telepathy-farstream is a Telepathy client that uses Farstream and
32 GStreamer to handle media streaming channels. It's used as a
33 background process by other Telepathy clients, rather than presenting
34 any user interface of its own.
35
36 %description -l pl.UTF-8
37 telepathy-farstream to klient Telepathy wykorzystujący biblioteki
38 Farstream oraz GStreamer do obsługi kanałów strumieni multimedialnych.
39 Jest używany jako proces w tle przez innych klientów Telepathy, sam
40 nie prezentuje żadnego interfejsu użytkownika.
41
42 %package devel
43 Summary:        Header files for telepathy-farstrean library
44 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki telepathy-farstrean
45 Group:          Development/Libraries
46 Requires:       %{name} = %{version}-%{release}
47 Requires:       dbus-glib-devel >= 0.74
48 Requires:       farstream-devel >= 0.1.0
49 Requires:       glib2-devel >= 1:2.30.0
50 Requires:       gstreamer-devel
51 Requires:       telepathy-glib-devel >= 0.17.5
52 Obsoletes:      telepathy-farsight-devel < 0.0.20
53
54 %description devel
55 Header files for telepathy-farstream library.
56
57 %description devel -l pl.UTF-8
58 Pliki nagłówkowe biblioteki telepathy-farstrean.
59
60 %package static
61 Summary:        Static telepathy-farstream library
62 Summary(pl.UTF-8):      Statyczna biblioteka telepathy-farstream
63 Group:          Development/Libraries
64 Requires:       %{name}-devel = %{version}-%{release}
65 Obsoletes:      telepathy-farsight-static < 0.0.20
66
67 %description static
68 Static telepathy-farstream library.
69
70 %description static -l pl.UTF-8
71 Statyczna biblioteka telepathy-farstream.
72
73 %package apidocs
74 Summary:        telepathy-farstream library API documentation
75 Summary(pl.UTF-8):      Dokumentacja API biblioteki telepathy-farstream
76 Group:          Documentation
77 Requires:       gtk-doc-common
78 Obsoletes:      telepathy-farsight-apidocs < 0.0.20
79
80 %description apidocs
81 telepathy-farstream library API documentation.
82
83 %description apidocs -l pl.UTF-8
84 Dokumentacja API biblioteki telepathy-farstream.
85
86 %prep
87 %setup -q
88
89 %build
90 %{__libtoolize}
91 %{__aclocal} -I m4
92 %{__autoconf}
93 %{__autoheader}
94 %{__automake}
95 %configure \
96         --enable-gtk-doc \
97         --disable-silent-rules \
98         --with-html-dir=%{_gtkdocdir}
99
100 %{__make}
101
102 %install
103 rm -rf $RPM_BUILD_ROOT
104
105 %{__make} install \
106         DESTDIR=$RPM_BUILD_ROOT
107
108 %{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
109
110 %clean
111 rm -rf $RPM_BUILD_ROOT
112
113 %post   -p /sbin/ldconfig
114 %postun -p /sbin/ldconfig
115
116 %files
117 %defattr(644,root,root,755)
118 %doc AUTHORS ChangeLog NEWS README
119 %attr(755,root,root) %{_libdir}/libtelepathy-farstream.so.*.*.*
120 %attr(755,root,root) %ghost %{_libdir}/libtelepathy-farstream.so.3
121 %{_libdir}/girepository-1.0/TelepathyFarstream-0.6.typelib
122
123 %files devel
124 %defattr(644,root,root,755)
125 %attr(755,root,root) %{_libdir}/libtelepathy-farstream.so
126 %{_includedir}/telepathy-1.0/telepathy-farstream
127 %{_pkgconfigdir}/telepathy-farstream.pc
128 %{_datadir}/gir-1.0/TelepathyFarstream-0.6.gir
129
130 %files static
131 %defattr(644,root,root,755)
132 %{_libdir}/libtelepathy-farstream.a
133
134 %files apidocs
135 %defattr(644,root,root,755)
136 %{_gtkdocdir}/telepathy-farstream
This page took 0.06011 seconds and 3 git commands to generate.