2009-04-24 11:45:47 +02:00
|
|
|
#
|
2011-05-23 15:39:44 +02:00
|
|
|
# spec file for package pidgin-sipe
|
2009-04-24 11:45:47 +02:00
|
|
|
#
|
2021-09-20 23:53:39 +02:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
2009-04-24 11:45:47 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-12-10 21:40:01 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2009-04-24 11:45:47 +02:00
|
|
|
#
|
|
|
|
|
2010-12-10 18:50:18 +01:00
|
|
|
|
2009-04-24 11:45:47 +02:00
|
|
|
Name: pidgin-sipe
|
2019-12-10 21:40:01 +01:00
|
|
|
Version: 1.25.0
|
2012-01-09 21:44:10 +01:00
|
|
|
Release: 0
|
2017-01-27 11:04:37 +01:00
|
|
|
Summary: Pidgin protocol plugin to connect to MS Skype for Business
|
2018-03-13 21:01:37 +01:00
|
|
|
License: GPL-2.0-or-later
|
2009-12-30 00:29:03 +01:00
|
|
|
Group: Productivity/Networking/Instant Messenger
|
2019-12-10 21:40:01 +01:00
|
|
|
URL: https://sipe.sourceforge.io/
|
2017-01-27 11:04:37 +01:00
|
|
|
Source: http://downloads.sf.net/sipe/%{name}-%{version}.tar.xz
|
2023-11-22 13:19:26 +01:00
|
|
|
# PATCH-FIX-OPENSUSE
|
|
|
|
Patch0: 0001-Fix-test-failures-with-appstream-1.0.patch
|
2018-11-23 21:34:48 +01:00
|
|
|
BuildRequires: AppStream
|
2009-12-30 00:29:03 +01:00
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: libtool
|
2016-07-18 21:23:24 +02:00
|
|
|
BuildRequires: pkgconfig
|
2019-12-10 21:40:01 +01:00
|
|
|
BuildRequires: pkgconfig(farstream-0.2)
|
2018-11-23 21:34:48 +01:00
|
|
|
BuildRequires: pkgconfig(freerdp-shadow2)
|
2017-01-27 11:04:37 +01:00
|
|
|
BuildRequires: pkgconfig(glib-2.0)
|
2019-12-10 21:40:01 +01:00
|
|
|
BuildRequires: pkgconfig(gmime-3.0)
|
|
|
|
BuildRequires: pkgconfig(gstreamer-1.0)
|
|
|
|
BuildRequires: pkgconfig(gstreamer-rtp-1.0)
|
2017-01-27 11:04:37 +01:00
|
|
|
BuildRequires: pkgconfig(krb5)
|
2018-10-18 20:39:18 +02:00
|
|
|
BuildRequires: pkgconfig(nice) >= 0.1.13
|
2010-12-10 18:50:12 +01:00
|
|
|
BuildRequires: pkgconfig(nss)
|
2018-10-18 20:39:18 +02:00
|
|
|
BuildRequires: pkgconfig(purple) >= 2.0.12
|
2019-12-10 21:40:01 +01:00
|
|
|
BuildRequires: pkgconfig(telepathy-glib) >= 0.24.0
|
2017-02-21 13:46:51 +01:00
|
|
|
Recommends: freerdp
|
|
|
|
Recommends: remmina
|
2009-04-24 11:45:47 +02:00
|
|
|
|
|
|
|
%description
|
2017-01-27 11:04:37 +01:00
|
|
|
A third-party plugin for the Pidgin multi-protocol instant
|
|
|
|
messenger. It implements the extended version of SIP/SIMPLE used by
|
|
|
|
various products:
|
|
|
|
* Skype for Business.
|
|
|
|
* Microsoft Office 365.
|
|
|
|
* Microsoft Business Productivity Online Suite (BPOS).
|
|
|
|
* Microsoft Lync Server.
|
|
|
|
* Microsoft Office Communications Server (OCS 2007/2007 R2).
|
|
|
|
* Microsoft Live Communications Server (LCS 2003/2005).
|
|
|
|
* Reuters Messaging.
|
|
|
|
|
|
|
|
With this plugin you should be able to replace your
|
|
|
|
Skype for Business client with Pidgin.
|
|
|
|
|
|
|
|
%package -n pidgin-plugin-sipe
|
|
|
|
Summary: Pidgin protocol plugin to connect to MS Skype for Business
|
|
|
|
Group: Productivity/Networking/Instant Messenger
|
|
|
|
Requires: libpurple-plugin-sipe = %{version}
|
2018-03-16 12:28:22 +01:00
|
|
|
%requires_ge pidgin
|
2019-12-10 21:40:01 +01:00
|
|
|
Supplements: (libpurple-plugin-sipe and pidgin)
|
2017-01-27 11:04:37 +01:00
|
|
|
# pidgin-sipe was last used in openSUSE Leap 42.2.
|
2017-02-21 13:46:51 +01:00
|
|
|
Provides: %{name} = %{version}
|
|
|
|
Obsoletes: %{name} < %{version}
|
2017-01-27 11:04:37 +01:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description -n pidgin-plugin-sipe
|
|
|
|
A third-party plugin for the Pidgin multi-protocol instant
|
|
|
|
messenger. It implements the extended version of SIP/SIMPLE used by
|
|
|
|
various products:
|
|
|
|
* Skype for Business.
|
|
|
|
* Microsoft Office 365.
|
|
|
|
* Microsoft Business Productivity Online Suite (BPOS).
|
|
|
|
* Microsoft Lync Server.
|
|
|
|
* Microsoft Office Communications Server (OCS 2007/2007 R2).
|
|
|
|
* Microsoft Live Communications Server (LCS 2003/2005).
|
|
|
|
* Reuters Messaging.
|
2009-04-24 11:45:47 +02:00
|
|
|
|
2017-01-27 11:04:37 +01:00
|
|
|
With this plugin you should be able to replace your
|
|
|
|
Skype for Business client with Pidgin.
|
2010-03-19 10:08:23 +01:00
|
|
|
|
2009-12-30 00:29:03 +01:00
|
|
|
This package provides the icon set for Pidgin.
|
|
|
|
|
|
|
|
%package -n libpurple-plugin-sipe
|
2017-01-27 11:04:37 +01:00
|
|
|
Summary: Libpurple third-party plugin for MS Skype for Business
|
2009-12-30 00:29:03 +01:00
|
|
|
Group: Productivity/Networking/Instant Messenger
|
2017-01-27 11:04:37 +01:00
|
|
|
Recommends: libpurple-plugin-sipe-lang
|
2009-12-30 00:29:03 +01:00
|
|
|
Enhances: libpurple
|
2009-04-24 11:45:47 +02:00
|
|
|
|
2009-12-30 00:29:03 +01:00
|
|
|
%description -n libpurple-plugin-sipe
|
2017-01-27 11:04:37 +01:00
|
|
|
A third-party plugin for the libpurple multi-protocol instant
|
|
|
|
messaging library. It implements the extended version of SIP/SIMPLE
|
|
|
|
used by various products:
|
|
|
|
* Skype for Business.
|
|
|
|
* Microsoft Office 365.
|
|
|
|
* Microsoft Business Productivity Online Suite (BPOS).
|
|
|
|
* Microsoft Lync Server.
|
|
|
|
* Microsoft Office Communications Server (OCS 2007/2007 R2).
|
|
|
|
* Microsoft Live Communications Server (LCS 2003/2005).
|
|
|
|
* Reuters Messaging.
|
|
|
|
|
|
|
|
%lang_package -n libpurple-plugin-sipe
|
|
|
|
|
|
|
|
%package -n telepathy-sipe
|
|
|
|
Summary: MS Skype for Business connection manager for Telepathy
|
|
|
|
# telepathy-plugin-sipe was last used in openSUSE Leap 42.2.
|
2017-09-12 19:57:47 +02:00
|
|
|
Group: Productivity/Networking/Instant Messenger
|
2017-02-21 13:46:51 +01:00
|
|
|
Provides: telepathy-plugin-sipe = %{version}
|
|
|
|
Obsoletes: telepathy-plugin-sipe < %{version}
|
2017-01-27 11:04:37 +01:00
|
|
|
|
|
|
|
%description -n telepathy-sipe
|
|
|
|
A third-party connection manager for the telepathy multi-protocol
|
|
|
|
instant messaging core. It implements the extended version of
|
|
|
|
SIP/SIMPLE used by various products:
|
|
|
|
* Skype for Business.
|
|
|
|
* Microsoft Office 365.
|
|
|
|
* Microsoft Business Productivity Online Suite (BPOS).
|
|
|
|
* Microsoft Lync Server.
|
|
|
|
* Microsoft Office Communications Server (OCS 2007/2007 R2).
|
|
|
|
* Microsoft Live Communications Server (LCS 2003/2005).
|
|
|
|
* Reuters Messaging.
|
2010-12-10 18:50:12 +01:00
|
|
|
|
2009-04-24 11:45:47 +02:00
|
|
|
%prep
|
2023-11-22 13:19:26 +01:00
|
|
|
%autosetup -p1
|
2009-04-24 11:45:47 +02:00
|
|
|
|
|
|
|
%build
|
2010-04-08 15:39:39 +02:00
|
|
|
%configure \
|
2017-01-27 11:04:37 +01:00
|
|
|
--disable-quality-check \
|
|
|
|
--with-krb5 \
|
2017-02-21 13:46:51 +01:00
|
|
|
--with-vv \
|
2019-12-10 21:40:01 +01:00
|
|
|
--with-appstream \
|
2017-01-27 11:04:37 +01:00
|
|
|
--enable-purple \
|
2017-02-21 13:46:51 +01:00
|
|
|
--enable-telepathy
|
2019-12-10 21:40:01 +01:00
|
|
|
%make_build check
|
2009-04-24 11:45:47 +02:00
|
|
|
|
|
|
|
%install
|
2017-01-27 11:04:37 +01:00
|
|
|
%make_install
|
2009-12-30 00:29:03 +01:00
|
|
|
find %{buildroot} -type f -name "*.la" -delete -print
|
|
|
|
%find_lang %{name}
|
2009-04-24 11:45:47 +02:00
|
|
|
|
2010-04-08 15:39:39 +02:00
|
|
|
%check
|
2019-12-10 21:40:01 +01:00
|
|
|
%make_build check
|
2017-01-27 11:04:37 +01:00
|
|
|
|
|
|
|
%files -n pidgin-plugin-sipe
|
2018-03-16 12:28:22 +01:00
|
|
|
%license COPYING
|
|
|
|
%doc AUTHORS ChangeLog README TODO
|
2017-01-27 11:04:37 +01:00
|
|
|
%dir %{_datadir}/pixmaps/pidgin/
|
|
|
|
%dir %{_datadir}/pixmaps/pidgin/protocols/
|
|
|
|
%dir %{_datadir}/pixmaps/pidgin/protocols/*/
|
|
|
|
%{_datadir}/pixmaps/pidgin/protocols/*/sipe.*
|
2018-11-23 21:34:48 +01:00
|
|
|
%dir %{_datadir}/metainfo/
|
|
|
|
%{_datadir}/metainfo/pidgin-sipe.metainfo.xml
|
2009-12-30 00:29:03 +01:00
|
|
|
|
2017-01-27 11:04:37 +01:00
|
|
|
%files -n libpurple-plugin-sipe
|
2009-12-30 00:29:03 +01:00
|
|
|
%{_libdir}/purple-2/libsipe.so
|
|
|
|
|
2017-01-27 11:04:37 +01:00
|
|
|
%files -n libpurple-plugin-sipe-lang -f %{name}.lang
|
2010-12-10 18:50:18 +01:00
|
|
|
|
2017-01-27 11:04:37 +01:00
|
|
|
%files -n telepathy-sipe
|
2010-12-10 18:50:12 +01:00
|
|
|
%{_libexecdir}/telepathy-sipe
|
2012-12-20 11:04:28 +01:00
|
|
|
%{_datadir}/telepathy/
|
2017-01-27 11:04:37 +01:00
|
|
|
%{_datadir}/empathy/
|
|
|
|
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.sipe.service
|
2010-12-10 18:50:12 +01:00
|
|
|
|
2009-04-24 11:45:47 +02:00
|
|
|
%changelog
|