Name: libtelepathy Version: 0.3.3 Release: 2mamba Summary: A GLib library to ease writing telepathy clients Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: gil URL: http://telepathy.freedesktop.org/wiki/ Source: http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-%{version}.tar.gz License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libdbus-devel BuildRequires: libdbus-glib-devel BuildRequires: libglib-devel BuildRequires: libtelepathy-glib-devel ## AUTOBUILDREQ-END # /usr/bin/xsltproc BuildRequires: libxslt BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The Telepathy project is building a unified framework for many different kinds of real-time communications. It uses the D-Bus messaging system to provide a simple interface for client applications, allowing them to quickly take advantage of Telepathy's benefits. %package devel Group: Development/Libraries Summary: Static libraries and headers for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel The Telepathy project is building a unified framework for many different kinds of real-time communications. It uses the D-Bus messaging system to provide a simple interface for client applications, allowing them to quickly take advantage of Telepathy's benefits. This package contains static libraries and header files need for development. %prep %setup -q %build %configure %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %{_libdir}/libtelepathy.so.* %doc AUTHORS COPYING ChangeLog NEWS README %files devel %defattr(-,root,root) %{_includedir}/telepathy-1.0 %{_libdir}/libtelepathy.*a %{_libdir}/libtelepathy.so %{_libdir}/pkgconfig/libtelepathy.pc %changelog * Tue Feb 10 2009 Davide Madrisan 0.3.3-2mamba - minor specfile fixes * Tue Oct 14 2008 gil 0.3.3-1mamba - package created by autospec