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