File telepathy-farstream.spec of Package telepathy-farstream
#
# spec file for package telepathy-farstream
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: telepathy-farstream
Version: 0.6.2
Release: 0
Summary: Telepathy library to handle Call channels
License: LGPL-2.1+
Group: System/Libraries
Url: http://telepathy.freedesktop.org/
Source0: http://telepathy.freedesktop.org/releases/telepathy-farstream/%{name}-%{version}.tar.gz
Source1: baselibs.conf
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(farstream-0.2)
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.32
BuildRequires: pkgconfig(gobject-2.0) >= 2.32
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.30.0
BuildRequires: pkgconfig(telepathy-glib) >= 0.21
%description
Telepathy Farstream is a Telepathy client library that uses Farsight2
to handle Call channels.
%package -n libtelepathy-farstream3
Summary: Telepathy library to handle Call channels
Group: System/Libraries
# There used to be python bindings for this library, but this now
# achieved with introspection. Since there's no guarantee the
# bindings will still work with this version, we obsolete them
Obsoletes: python-tpfarstream < %{version}
%description -n libtelepathy-farstream3
Telepathy Farstream is a Telepathy client library that uses Farsight2
to handle Call channels.
%package -n typelib-1_0-TelepathyFarstream-0_6
Summary: Telepathy library to handle Call channels -- Introspection bindings
Group: System/Libraries
%description -n typelib-1_0-TelepathyFarstream-0_6
Telepathy Farstream is a Telepathy client library that uses Farsight2
to handle Call channels.
%package devel
Summary: Telepathy library to handle Call channels -- Development Files
Group: Development/Languages/C and C++
Requires: libtelepathy-farstream3 = %{version}
Requires: typelib-1_0-TelepathyFarstream-0_6 = %{version}
%description devel
Telepathy Farstream is a Telepathy client library that uses Farsight2
to handle Call channels.
%prep
%setup -q
%build
%configure --disable-static
make %{?_smp_mflags}
%install
%makeinstall
find %{buildroot}%{_libdir} -name '*.la' -delete -print
%clean
rm -rf %{buildroot}
%post -n libtelepathy-farstream3 -p /sbin/ldconfig
%postun -n libtelepathy-farstream3 -p /sbin/ldconfig
%files -n libtelepathy-farstream3
%defattr(-, root, root)
%doc ChangeLog COPYING NEWS README
%{_libdir}/libtelepathy-farstream.so.*
%files -n typelib-1_0-TelepathyFarstream-0_6
%defattr(-,root,root)
%{_libdir}/girepository-1.0/TelepathyFarstream-0.6.typelib
%files devel
%defattr(-, root, root)
%dir %{_includedir}/telepathy-1.0
%{_includedir}/telepathy-1.0/telepathy-farstream/
%{_libdir}/pkgconfig/telepathy-farstream.pc
%{_libdir}/libtelepathy-farstream.so
%doc %{_datadir}/gtk-doc/html/telepathy-farstream/
%{_datadir}/gir-1.0/TelepathyFarstream-0.6.gir
%changelog