# # spec file for package telepathy-glib (Version 0.6.1) # # 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-glib Url: http://telepathy.freedesktop.org/ BuildRequires: dbus-1 dbus-1-glib-devel gtk-doc libxslt-devel python python-xml Version: 0.6.1 Release: 16 License: LGPL v2.1 or later BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Libraries for adding telepathy support to applications that use glib Group: Development/Languages/C and C++ Source: telepathy-glib-%{version}.tar.bz2 %description This package contains the libraries that make it easier to use some telepathy functionality from applications that use glib. Authors: -------- Ross Burton Guillaume Desmottes Dafydd Harries Robert McQueen Simon McVittie Mads Chr. Olesen Senko Rasic Ole André Ravnaas Olli Salli Sjoerd Simons Rob Taylor %package -n libtelepathy-glib0 Requires: %{name} = %{version} Summary: Libraries for adding telepathy support to applications that use glib Group: Development/Languages/C and C++ %description -n libtelepathy-glib0 This package contains the libraries that make it easier to use some telepathy functionality from applications that use glib. Authors: -------- Ross Burton Guillaume Desmottes Dafydd Harries Robert McQueen Simon McVittie Mads Chr. Olesen Senko Rasic Ole André Ravnaas Olli Salli Sjoerd Simons Rob Taylor %package devel Requires: %{name} = %{version} libtelepathy-glib0 = %{version} glibc-devel dbus-1-glib-devel glib2-devel Summary: Libraries for adding telepathy support to applications that use glib Group: Development/Languages/C and C++ %description devel This package contains the libraries that make it easier to use some telepathy functionality from applications that use glib. Authors: -------- Ross Burton Guillaume Desmottes Dafydd Harries Robert McQueen Simon McVittie Mads Chr. Olesen Senko Rasic Ole André Ravnaas Olli Salli Sjoerd Simons Rob Taylor %package doc Requires: libtelepathy-glib0 = %{version} Summary: Libraries for adding telepathy support to applications that use glib Group: Development/Languages/C and C++ %description doc This package contains the libraries that make it easier to use some telepathy functionality from applications that use glib. Authors: -------- Ross Burton Guillaume Desmottes Dafydd Harries Robert McQueen Simon McVittie Mads Chr. Olesen Senko Rasic Ole André Ravnaas Olli Salli Sjoerd Simons Rob Taylor %prep %setup -q -n %{name}-%{version} %build %configure %__make %{?jobs:-j%jobs} %install %makeinstall %post -n libtelepathy-glib0 -p /sbin/ldconfig %postun -n libtelepathy-glib0 -p /sbin/ldconfig %clean rm -rf "$RPM_BUILD_ROOT" %files -n libtelepathy-glib0 %defattr(-,root,root) %{_libdir}/libtelepathy-glib*.so.0* %files devel %defattr(-,root,root) %dir %{_includedir}/telepathy-1.0 %dir %{_includedir}/telepathy-1.0/telepathy-glib %{_includedir}/telepathy-1.0/telepathy-glib/* %dir %{_includedir}/telepathy-unstable %dir %{_includedir}/telepathy-unstable/telepathy-glib %{_includedir}/telepathy-unstable/telepathy-glib/* %{_libdir}/lib*.so %{_libdir}/pkgconfig/*.pc %{_libdir}/lib*.*a %files doc %defattr(-,root,root) %{_datadir}/gtk-doc/html/telepathy-glib %changelog * Thu Jan 31 2008 sbrabec@suse.cz - Devhelp documentation moved to the separate package (bnc#248813). * Sat Dec 01 2007 jpr@suse.de - Initial checkin