]> git.pld-linux.org Git - SPECS.git/blob - telepathy-farsight.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / telepathy-farsight.spec
1 Summary:        Telepathy client to handle media streaming channels
2 Name:           telepathy-farsight
3 Version:        0.0.19
4 Release:        2
5 License:        LGPL v2+
6 Group:          Libraries
7 Source0:        http://telepathy.freedesktop.org/releases/telepathy-farsight/%{name}-%{version}.tar.gz
8 # Source0-md5:  6bacc22aaec00823f3bbce8517600ec3
9 URL:            http://telepathy.freedesktop.org/
10 BuildRequires:  autoconf >= 2.59
11 BuildRequires:  automake >= 1:1.9
12 BuildRequires:  dbus-glib-devel >= 0.74
13 BuildRequires:  farsight2-devel >= 0.0.29
14 BuildRequires:  gtk-doc >= 1.10
15 BuildRequires:  libtool
16 BuildRequires:  pkgconfig
17 BuildRequires:  python-gstreamer-devel
18 BuildRequires:  python-pygtk-devel >= 2:2.12.0
19 BuildRequires:  telepathy-glib-devel >= 0.7.26
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 telepathy-farsight is a Telepathy client that uses Farsight and
24 GStreamer to handle media streaming channels. It's used as a
25 background process by other Telepathy clients, rather than presenting
26 any user interface of its own.
27
28 %package devel
29 Summary:        Header files for telepathy-farsight library
30 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki telepathy-farsight
31 Group:          Development/Libraries
32 Requires:       %{name} = %{version}-%{release}
33 Requires:       dbus-glib-devel >= 0.74
34 Requires:       farsight2-devel >= 0.0.3
35 Requires:       glib2-devel >= 1:2.10.0
36 Requires:       gstreamer-devel
37 Requires:       telepathy-glib-devel >= 0.7.23
38
39 %description devel
40 Header files for telepathy-farsight library.
41
42 %description devel -l pl.UTF-8
43 Pliki nagłówkowe biblioteki telepathy-farsight.
44
45 %package static
46 Summary:        Static telepathy-farsight library
47 Summary(pl.UTF-8):      Statyczna biblioteka telepathy-farsight
48 Group:          Development/Libraries
49 Requires:       %{name}-devel = %{version}-%{release}
50
51 %description static
52 Static telepathy-farsight library.
53
54 %description static -l pl.UTF-8
55 Statyczna biblioteka telepathy-farsight.
56
57 %package apidocs
58 Summary:        telepathy-farsight library API documentation
59 Summary(pl.UTF-8):      Dokumentacja API biblioteki telepathy-farsight
60 Group:          Documentation
61 Requires:       gtk-doc-common
62
63 %description apidocs
64 telepathy-farsight library API documentation.
65
66 %description apidocs -l pl.UTF-8
67 Dokumentacja API biblioteki telepathy-farsight.
68
69 %package -n python-telepathy-farsight
70 Summary:        telepathy-farsight Python bindings
71 Summary(pl.UTF-8):      Wiązania Pythona do telepathy-farsight
72 Group:          Libraries/Python
73 Requires:       %{name} = %{version}-%{release}
74
75 %description -n python-telepathy-farsight
76 telepathy-farsight Python bindings.
77
78 %description -n python-telepathy-farsight -l pl.UTF-8
79 Wiązania Pythona do telepathy-farsight.
80
81 %prep
82 %setup -q
83
84 %build
85 %{__libtoolize}
86 %{__aclocal} -I m4
87 %{__autoconf}
88 %{__autoheader}
89 %{__automake}
90 %configure \
91         --enable-gtk-doc \
92         --with-html-dir=%{_gtkdocdir}
93
94 %{__make}
95
96 %install
97 rm -rf $RPM_BUILD_ROOT
98
99 %{__make} install \
100         DESTDIR=$RPM_BUILD_ROOT
101
102 %{__rm} $RPM_BUILD_ROOT%{py_sitedir}/*.{a,la}
103
104 %clean
105 rm -rf $RPM_BUILD_ROOT
106
107 %post   -p /sbin/ldconfig
108 %postun -p /sbin/ldconfig
109
110 %files
111 %defattr(644,root,root,755)
112 %doc AUTHORS ChangeLog NEWS README
113 %attr(755,root,root) %{_libdir}/libtelepathy-farsight.so.*.*.*
114 %attr(755,root,root) %ghost %{_libdir}/libtelepathy-farsight.so.0
115
116 %files devel
117 %defattr(644,root,root,755)
118 %attr(755,root,root) %{_libdir}/libtelepathy-farsight.so
119 %{_libdir}/libtelepathy-farsight.la
120 %{_includedir}/telepathy-1.0/telepathy-farsight
121 %{_pkgconfigdir}/telepathy-farsight.pc
122
123 %files static
124 %defattr(644,root,root,755)
125 %{_libdir}/libtelepathy-farsight.a
126
127 %files apidocs
128 %defattr(644,root,root,755)
129 %{_gtkdocdir}/telepathy-farsight
130
131 %files -n python-telepathy-farsight
132 %defattr(644,root,root,755)
133 %attr(755,root,root) %{py_sitedir}/tpfarsight.so
This page took 0.264262 seconds and 3 git commands to generate.