From e39485ea83efe7df9b192534cc7b3e1242b37bab Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 18:24:33 +0100 Subject: [PATCH] update to 0.8.1 [release 0.8.1-1mamba;Tue Oct 28 2014] --- README.md | 5 +++ telepathy-salut.spec | 85 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 90 insertions(+) create mode 100644 telepathy-salut.spec diff --git a/README.md b/README.md index 2139aa0..c270bd2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # telepathy-salut +Salut is a link-local XMPP (XEP-0174) connection manager for the Telepathy framework, currently supporting presence and single-user chats with iChat interoperability, and multi-user chats and Tubes using the Clique protocol +. +Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. +It abstracts differences between protocols to provide a unified interface for applications. + diff --git a/telepathy-salut.spec b/telepathy-salut.spec new file mode 100644 index 0000000..8a9e9e7 --- /dev/null +++ b/telepathy-salut.spec @@ -0,0 +1,85 @@ +Name: telepathy-salut +Version: 0.8.1 +Release: 1mamba +Summary: Link-local XMPP connection manager for the Telepathy framework +Group: Graphical Desktop/Applications/Networking +Vendor: openmamba +Distribution: openmamba +Packager: Davide Madrisan +URL: http://telepathy.freedesktop.org/wiki/ +Source: http://telepathy.freedesktop.org/releases/telepathy-salut/telepathy-salut-%{version}.tar.gz +License: LGPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libavahi-devel +BuildRequires: libavahi-glib-devel +BuildRequires: libdbus-devel +BuildRequires: libdbus-glib-devel +BuildRequires: libffi-devel +BuildRequires: libgcrypt-devel +BuildRequires: libglib-devel +BuildRequires: libgnutls-devel +BuildRequires: libgpg-error-devel +BuildRequires: libselinux-devel +BuildRequires: libsoup-devel +BuildRequires: libsqlite-devel +BuildRequires: libssp-devel +BuildRequires: libtasn1-devel +BuildRequires: libuuid-devel +BuildRequires: libxml2-devel +BuildRequires: libz-devel +BuildRequires: telepathy-glib-devel +## AUTOBUILDREQ-END +BuildRequires: python-twisted +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%debug_package + +%description +Salut is a link-local XMPP (XEP-0174) connection manager for the Telepathy framework, currently supporting presence and single-user chats with iChat interoperability, and multi-user chats and Tubes using the Clique protocol +. +Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. +It abstracts differences between protocols to provide a unified interface for applications. + +%prep +%setup -q + +%build +%configure --enable-gtk-doc \ + --enable-olpc \ + --disable-avahi-tests \ + --enable-static=no +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +rm -f %{buildroot}%{_datadir}/doc/telepathy-salut/clique.html +rm -f %{buildroot}%{_libdir}/telepathy/salut-0/lib/libsalut-plugins.la +rm -f %{buildroot}%{_libdir}/telepathy/salut-0/lib/libwocky.*a + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root) +%{_libdir}/telepathy/salut-0/lib/libsalut-plugins-%{version}.so +%{_libdir}/telepathy/salut-0/lib/libsalut-plugins.so +%{_libdir}/telepathy/salut-0/lib/libwocky-telepathy-salut-%{version}.so +%{_libdir}/telepathy/salut-0/lib/libwocky.so +%{_libexecdir}/%{name} +%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.salut.service +%{_datadir}/telepathy/managers/salut.manager +%{_mandir}/man8/telepathy-salut.* +%doc AUTHORS COPYING + +%changelog +* Tue Oct 28 2014 Silvan Calarco 0.8.1-1mamba +- update to 0.8.1 + +* Tue Apr 10 2012 Davide Madrisan 0.8.0-1mamba +- package created by autospec