update to 0.8.1 [release 0.8.1-1mamba;Tue Oct 28 2014]
This commit is contained in:
parent
b0d272a267
commit
e39485ea83
@ -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
|
||||
<http://telepathy.freedesktop.org/wiki/Clique>.
|
||||
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.
|
||||
|
||||
|
85
telepathy-salut.spec
Normal file
85
telepathy-salut.spec
Normal file
@ -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 <davide.madrisan@gmail.com>
|
||||
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
|
||||
<http://telepathy.freedesktop.org/wiki/Clique>.
|
||||
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 <silvan.calarco@mambasoft.it> 0.8.1-1mamba
|
||||
- update to 0.8.1
|
||||
|
||||
* Tue Apr 10 2012 Davide Madrisan <davide.madrisan@gmail.com> 0.8.0-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user