File telepathy-rakia.spec of Package telepathy-rakia
#
# spec file for package telepathy-rakia
#
# Copyright (c) 2011 SUSE LINUX Products 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-rakia
Version: 0.7.4
# FIXME Remove hack to inject -lgio-2.0 into LIBS
Release: 1
License: LGPL-2.1+
Summary: SIP connection manager for Telepathy
Url: http://telepathy.freedesktop.org/wiki/Components
Group: Productivity/Networking/Instant Messenger
Source: http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
BuildRequires: libxslt
BuildRequires: python-xml
BuildRequires: sofia-sip-devel >= 1.12.10
BuildRequires: telepathy-glib-devel >= 0.7.17
BuildRequires: pkgconfig(glib-2.0) >= 2.16
Obsoletes: telepathy-sofiasip < %{version}
Provides: telepathy-sofiasip = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
IETF SIP connection manager for Telepathy using the SofiaSIP protocol
stack; formerly known as telepathy-sofiasip
%package devel
License: LGPL-2.1+
Summary: SIP connection manager for Telepathy - development files
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
%description devel
IETF SIP connection manager for Telepathy using the SofiaSIP protocol
stack.
%prep
%setup -q
%build
##### it is fixed in the upcoming 0.7.5
export LIBS="-lgio-2.0"
####
%configure
make %{?_smp_mflags}
%install
%make_install
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.sofiasip.service
%{_datadir}/telepathy/
%{_libexecdir}/telepathy-rakia
%doc %{_mandir}/man8/telepathy-rakia.8.gz
%files devel
%defattr(-,root,root)
%{_includedir}/%{name}-0.7/
%changelog