File telepathy-idle.spec of Package telepathy-idle
#
# spec file for package telepathy-idle (Version 0.1.2)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: telepathy-idle
Version: 0.1.2
Release: 2
License: LGPL v2.1 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: telepathy-glib-devel
BuildRequires: libopenssl-devel >= 0.9.7
BuildRequires: libxslt
BuildRequires: python-xml
Group: Productivity/Networking/IRC
Summary: IRC support for Telepathy
Source: %{name}-%{version}.tar.bz2
%description
Telepathy idle provide IRC support the Telepathy.
Authors:
--------
Author:
Olli Salli <olli.salli@collabora.co.uk>
%prep
%setup -q -n %{name}-%{version}
%build
export CFLAGS="$RPM_OPT_FLAGS"
export CXXFLAGS="$CFLAGS"
%configure
make %{?jobs:-j %jobs}
%install
make install \
DESTDIR="$RPM_BUILD_ROOT"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
%{__rm} -rf "$RPM_BUILD_ROOT"
%files
%defattr(-,root,root)
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.idle.service
%dir %{_datadir}/telepathy
%dir %{_datadir}/telepathy/managers
%{_datadir}/telepathy/managers/idle.manager
%{_bindir}/telepathy-idle
%changelog
* Thu Jul 24 2008 hfiguiere@suse.de
- Initial checkin