update to 0.8.0 [release 0.8.0-1mamba;Tue Oct 28 2014]
This commit is contained in:
parent
7b82bf17ef
commit
57be2c20ca
@ -1,2 +1,6 @@
|
|||||||
# telepathy-haze
|
# 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.
|
||||||
|
|
||||||
|
60
telepathy-haze.spec
Normal file
60
telepathy-haze.spec
Normal file
@ -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 <davide.madrisan@gmail.com>
|
||||||
|
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 <silvan.calarco@mambasoft.it> 0.8.0-1mamba
|
||||||
|
- update to 0.8.0
|
||||||
|
|
||||||
|
* Wed May 26 2012 Davide Madrisan <davide.madrisan@gmail.com> 0.6.0-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user