]> git.pld-linux.org Git - packages/telepathy-farstream.git/blame - telepathy-farstream.spec
noarch apidocs
[packages/telepathy-farstream.git] / telepathy-farstream.spec
CommitLineData
98342a59 1Summary: Telepathy client to handle media streaming channels
484741b4 2Summary(pl.UTF-8): Klient Telepathy do obsługi kanałów strumieni multimedialnych
98342a59 3Name: telepathy-farstream
522f3517 4Version: 0.6.1
23681d94 5Release: 2
98342a59
PZ
6License: LGPL v2+
7Group: Libraries
8Source0: http://telepathy.freedesktop.org/releases/telepathy-farstream/%{name}-%{version}.tar.gz
522f3517 9# Source0-md5: 53e3a69bdee7b301e2fdd2f2d254e385
98342a59
PZ
10URL: http://telepathy.freedesktop.org/
11BuildRequires: autoconf >= 2.59
2d7e8e83 12BuildRequires: automake >= 1:1.11
6ab336a7 13BuildRequires: dbus-devel >= 0.60
98342a59 14BuildRequires: dbus-glib-devel >= 0.74
25c78ce8
AF
15BuildRequires: farstream-devel >= 0.2.0
16BuildRequires: glib2-devel >= 1:2.32.0
17BuildRequires: gobject-introspection-devel >= 1.30.0
2d7e8e83 18BuildRequires: gtk-doc >= 1.17
98342a59
PZ
19BuildRequires: libtool
20BuildRequires: pkgconfig
25c78ce8 21BuildRequires: telepathy-glib-devel >= 0.19.0
484741b4
JB
22Requires: dbus-glib >= 0.74
23Requires: dbus-libs >= 0.60
25c78ce8
AF
24Requires: farstream >= 0.2.0
25Requires: glib2 >= 1:2.32.0
275bed57 26Requires: telepathy-glib >= 0.19.0
25c78ce8 27Obsoletes: python-telepathy-farstream
6ab336a7 28Obsoletes: telepathy-farsight < 0.0.20
98342a59
PZ
29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31%description
484741b4 32telepathy-farstream is a Telepathy client that uses Farstream and
98342a59
PZ
33GStreamer to handle media streaming channels. It's used as a
34background process by other Telepathy clients, rather than presenting
35any user interface of its own.
36
484741b4
JB
37%description -l pl.UTF-8
38telepathy-farstream to klient Telepathy wykorzystujący biblioteki
39Farstream oraz GStreamer do obsługi kanałów strumieni multimedialnych.
40Jest używany jako proces w tle przez innych klientów Telepathy, sam
41nie prezentuje żadnego interfejsu użytkownika.
42
98342a59
PZ
43%package devel
44Summary: Header files for telepathy-farstrean library
45Summary(pl.UTF-8): Pliki nagłówkowe biblioteki telepathy-farstrean
46Group: Development/Libraries
47Requires: %{name} = %{version}-%{release}
48Requires: dbus-glib-devel >= 0.74
275bed57
JB
49Requires: farstream-devel >= 0.2.0
50Requires: glib2-devel >= 1:2.32.0
51Requires: gstreamer-devel >= 1.0
52Requires: telepathy-glib-devel >= 0.19.0
6ab336a7 53Obsoletes: telepathy-farsight-devel < 0.0.20
98342a59
PZ
54
55%description devel
56Header files for telepathy-farstream library.
57
58%description devel -l pl.UTF-8
59Pliki nagłówkowe biblioteki telepathy-farstrean.
60
61%package static
62Summary: Static telepathy-farstream library
63Summary(pl.UTF-8): Statyczna biblioteka telepathy-farstream
64Group: Development/Libraries
65Requires: %{name}-devel = %{version}-%{release}
6ab336a7 66Obsoletes: telepathy-farsight-static < 0.0.20
98342a59
PZ
67
68%description static
69Static telepathy-farstream library.
70
71%description static -l pl.UTF-8
72Statyczna biblioteka telepathy-farstream.
73
74%package apidocs
75Summary: telepathy-farstream library API documentation
76Summary(pl.UTF-8): Dokumentacja API biblioteki telepathy-farstream
77Group: Documentation
78Requires: gtk-doc-common
6ab336a7 79Obsoletes: telepathy-farsight-apidocs < 0.0.20
23681d94
ER
80%if "%{_rpmversion}" >= "5"
81BuildArch: noarch
82%endif
98342a59
PZ
83
84%description apidocs
85telepathy-farstream library API documentation.
86
87%description apidocs -l pl.UTF-8
88Dokumentacja API biblioteki telepathy-farstream.
89
98342a59
PZ
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 \
c7496c84 101 --disable-silent-rules \
98342a59
PZ
102 --with-html-dir=%{_gtkdocdir}
103
104%{__make}
105
106%install
107rm -rf $RPM_BUILD_ROOT
98342a59
PZ
108%{__make} install \
109 DESTDIR=$RPM_BUILD_ROOT
110
25c78ce8 111%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
98342a59
PZ
112
113%clean
114rm -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.*.*.*
25c78ce8
AF
123%attr(755,root,root) %ghost %{_libdir}/libtelepathy-farstream.so.3
124%{_libdir}/girepository-1.0/TelepathyFarstream-0.6.typelib
98342a59
PZ
125
126%files devel
127%defattr(644,root,root,755)
128%attr(755,root,root) %{_libdir}/libtelepathy-farstream.so
98342a59
PZ
129%{_includedir}/telepathy-1.0/telepathy-farstream
130%{_pkgconfigdir}/telepathy-farstream.pc
25c78ce8 131%{_datadir}/gir-1.0/TelepathyFarstream-0.6.gir
98342a59
PZ
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.062311 seconds and 4 git commands to generate.