- Update to version 1.25.0.
OBS-URL: https://build.opensuse.org/package/show/network:pidgin/pidgin-sipe?expand=0&rev=12
This commit is contained in:
parent
f49e69b06e
commit
1495564a40
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:958803722b23d869131f76bd90df9da19116d4ca5a873e5253371479b7390f43
|
|
||||||
size 787916
|
|
3
pidgin-sipe-1.25.0.tar.xz
Normal file
3
pidgin-sipe-1.25.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:738b121b11f2b3f1744150c00cb381222eb6cf67161a7742797eb4f03e64a2ba
|
||||||
|
size 836896
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 10 17:39:29 UTC 2019 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||||
|
|
||||||
|
- Update to version 1.25.0:
|
||||||
|
* Provide idle start time for a buddy.
|
||||||
|
* RTF support (incoming)
|
||||||
|
+ the code only extracts plain text from incoming RTF.
|
||||||
|
* Fix build with glib-2.0 >= 2.62.0.
|
||||||
|
* Inconsistent parsing of From:/To: headers.
|
||||||
|
* Raise BR telepathy-glib >= 0.24.0.
|
||||||
|
* Switch from GPLv2+ to SPDX identifier GPL-2.0-or-later.
|
||||||
|
- Drop openSUSE Leap 42.x support.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 23 16:21:51 UTC 2018 - fcrozat@suse.com
|
Fri Nov 23 16:21:51 UTC 2018 - fcrozat@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pidgin-sipe
|
# spec file for package pidgin-sipe
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,46 +12,36 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: pidgin-sipe
|
Name: pidgin-sipe
|
||||||
Version: 1.24.0
|
Version: 1.25.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pidgin protocol plugin to connect to MS Skype for Business
|
Summary: Pidgin protocol plugin to connect to MS Skype for Business
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Networking/Instant Messenger
|
Group: Productivity/Networking/Instant Messenger
|
||||||
Url: https://sipe.sourceforge.io/
|
URL: https://sipe.sourceforge.io/
|
||||||
Source: http://downloads.sf.net/sipe/%{name}-%{version}.tar.xz
|
Source: http://downloads.sf.net/sipe/%{name}-%{version}.tar.xz
|
||||||
%if 0%{?suse_version} >= 1500
|
|
||||||
BuildRequires: AppStream
|
BuildRequires: AppStream
|
||||||
%endif
|
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
%if 0%{?suse_version} >= 1500
|
BuildRequires: pkgconfig(farstream-0.2)
|
||||||
BuildRequires: pkgconfig(freerdp-shadow2)
|
BuildRequires: pkgconfig(freerdp-shadow2)
|
||||||
%endif
|
|
||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
|
BuildRequires: pkgconfig(gmime-3.0)
|
||||||
|
BuildRequires: pkgconfig(gstreamer-1.0)
|
||||||
|
BuildRequires: pkgconfig(gstreamer-rtp-1.0)
|
||||||
BuildRequires: pkgconfig(krb5)
|
BuildRequires: pkgconfig(krb5)
|
||||||
BuildRequires: pkgconfig(nice) >= 0.1.13
|
BuildRequires: pkgconfig(nice) >= 0.1.13
|
||||||
BuildRequires: pkgconfig(nss)
|
BuildRequires: pkgconfig(nss)
|
||||||
BuildRequires: pkgconfig(purple) >= 2.0.12
|
BuildRequires: pkgconfig(purple) >= 2.0.12
|
||||||
BuildRequires: pkgconfig(telepathy-glib) >= 0.18.0
|
BuildRequires: pkgconfig(telepathy-glib) >= 0.24.0
|
||||||
%if 0%{?suse_version} >= 1500
|
|
||||||
BuildRequires: pkgconfig(gmime-3.0)
|
|
||||||
%else
|
|
||||||
BuildRequires: pkgconfig(gmime-2.6)
|
|
||||||
%endif
|
|
||||||
%if 0%{?suse_version} >= 1500 || 0%{?sle_version} >= 120200
|
|
||||||
BuildRequires: pkgconfig(farstream-0.2)
|
|
||||||
BuildRequires: pkgconfig(gstreamer-1.0)
|
|
||||||
BuildRequires: pkgconfig(gstreamer-rtp-1.0)
|
|
||||||
Recommends: freerdp
|
Recommends: freerdp
|
||||||
Recommends: remmina
|
Recommends: remmina
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A third-party plugin for the Pidgin multi-protocol instant
|
A third-party plugin for the Pidgin multi-protocol instant
|
||||||
@ -73,7 +63,7 @@ Summary: Pidgin protocol plugin to connect to MS Skype for Business
|
|||||||
Group: Productivity/Networking/Instant Messenger
|
Group: Productivity/Networking/Instant Messenger
|
||||||
Requires: libpurple-plugin-sipe = %{version}
|
Requires: libpurple-plugin-sipe = %{version}
|
||||||
%requires_ge pidgin
|
%requires_ge pidgin
|
||||||
Supplements: packageand(libpurple-plugin-sipe:pidgin)
|
Supplements: (libpurple-plugin-sipe and pidgin)
|
||||||
# pidgin-sipe was last used in openSUSE Leap 42.2.
|
# pidgin-sipe was last used in openSUSE Leap 42.2.
|
||||||
Provides: %{name} = %{version}
|
Provides: %{name} = %{version}
|
||||||
Obsoletes: %{name} < %{version}
|
Obsoletes: %{name} < %{version}
|
||||||
@ -143,19 +133,11 @@ translation-update-upstream
|
|||||||
%configure \
|
%configure \
|
||||||
--disable-quality-check \
|
--disable-quality-check \
|
||||||
--with-krb5 \
|
--with-krb5 \
|
||||||
%if 0%{?suse_version} >= 1500 || 0%{?sle_version} >= 120200
|
|
||||||
--with-vv \
|
--with-vv \
|
||||||
%else
|
--with-appstream \
|
||||||
--without-vv \
|
|
||||||
%endif
|
|
||||||
%if 0%{?suse_version} >= 1500
|
|
||||||
--with-appstream \
|
|
||||||
%else
|
|
||||||
--without-appstream \
|
|
||||||
%endif
|
|
||||||
--enable-purple \
|
--enable-purple \
|
||||||
--enable-telepathy
|
--enable-telepathy
|
||||||
make %{?_smp_mflags} V=1
|
%make_build check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -163,23 +145,17 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make %{?_smp_mflags} V=1 check
|
%make_build check
|
||||||
|
|
||||||
%files -n pidgin-plugin-sipe
|
%files -n pidgin-plugin-sipe
|
||||||
%if 0%{?suse_version} >= 1500
|
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%else
|
|
||||||
%doc COPYING
|
|
||||||
%endif
|
|
||||||
%doc AUTHORS ChangeLog README TODO
|
%doc AUTHORS ChangeLog README TODO
|
||||||
%dir %{_datadir}/pixmaps/pidgin/
|
%dir %{_datadir}/pixmaps/pidgin/
|
||||||
%dir %{_datadir}/pixmaps/pidgin/protocols/
|
%dir %{_datadir}/pixmaps/pidgin/protocols/
|
||||||
%dir %{_datadir}/pixmaps/pidgin/protocols/*/
|
%dir %{_datadir}/pixmaps/pidgin/protocols/*/
|
||||||
%{_datadir}/pixmaps/pidgin/protocols/*/sipe.*
|
%{_datadir}/pixmaps/pidgin/protocols/*/sipe.*
|
||||||
%if 0%{?suse_version} >= 1500
|
|
||||||
%dir %{_datadir}/metainfo/
|
%dir %{_datadir}/metainfo/
|
||||||
%{_datadir}/metainfo/pidgin-sipe.metainfo.xml
|
%{_datadir}/metainfo/pidgin-sipe.metainfo.xml
|
||||||
%endif
|
|
||||||
|
|
||||||
%files -n libpurple-plugin-sipe
|
%files -n libpurple-plugin-sipe
|
||||||
%{_libdir}/purple-2/libsipe.so
|
%{_libdir}/purple-2/libsipe.so
|
||||||
|
Loading…
Reference in New Issue
Block a user