From 57be2c20ca9548cc71f860dc532b4931528552d0 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 18:23:50 +0100 Subject: [PATCH] update to 0.8.0 [release 0.8.0-1mamba;Tue Oct 28 2014] --- README.md | 4 +++ telepathy-haze.spec | 60 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 telepathy-haze.spec diff --git a/README.md b/README.md index 2cc01b4..8cbe752 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # telepathy-haze +Haze is a Telepathy connection manager based on libpurple. +This allows Telepathy based applications to connect to all protocols supported by libpurple (pidgin). +Libpurple is supporting many different protocols, including: AIM, Windows Live (MSN), Yahoo! Gadu-Gadu, Groupwise and ICQ. + diff --git a/telepathy-haze.spec b/telepathy-haze.spec new file mode 100644 index 0000000..cde34bc --- /dev/null +++ b/telepathy-haze.spec @@ -0,0 +1,60 @@ +Name: telepathy-haze +Version: 0.8.0 +Release: 1mamba +Summary: A telepathy connection manager that use libpurple +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Davide Madrisan +URL: http://www.freedesktop.org/wiki +Source: http://telepathy.freedesktop.org/releases/telepathy-haze/telepathy-haze-%{version}.tar.gz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libdbus-devel +BuildRequires: libdbus-glib-devel +BuildRequires: libffi-devel +BuildRequires: libglib-devel +BuildRequires: libpurple-devel +BuildRequires: libselinux-devel +BuildRequires: libz-devel +BuildRequires: telepathy-glib-devel +## AUTOBUILDREQ-END +BuildRequires: python-twisted +BuildRequires: python-zope-interface +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%debug_package + +%description +Haze is a Telepathy connection manager based on libpurple. +This allows Telepathy based applications to connect to all protocols supported by libpurple (pidgin). +Libpurple is supporting many different protocols, including: AIM, Windows Live (MSN), Yahoo! Gadu-Gadu, Groupwise and ICQ. + +%prep +%setup -q + +%build +%configure --enable-media +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_libexecdir}/telepathy-haze +%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.haze.service +%{_mandir}/man8/telepathy-haze.* +%doc AUTHORS COPYING + +%changelog +* Tue Oct 28 2014 Silvan Calarco 0.8.0-1mamba +- update to 0.8.0 + +* Wed May 26 2012 Davide Madrisan 0.6.0-1mamba +- package created by autospec