forked from pool/pidgin-sipe
Accepting request 448026 from network
OBS-URL: https://build.opensuse.org/request/show/448026 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin-sipe?expand=0&rev=57
This commit is contained in:
parent
c87a5c2059
commit
d3c7c3e702
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 16 09:13:38 UTC 2016 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- Rename the pidgin-sipe package to pidgin-plugin-sipe.
|
||||||
|
- Rename the telepathy-plugin-sipe package to telepathy-sipe.
|
||||||
|
- Require Pidgin of the exact or greater version.
|
||||||
|
- Make pidgin-plugin-sipe noarch.
|
||||||
|
- Separate locales to libpurple-plugin-sipe-lang.
|
||||||
|
- Update description.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 8 11:27:28 UTC 2016 - tchvatal@suse.com
|
Fri Jul 8 11:27:28 UTC 2016 - tchvatal@suse.com
|
||||||
|
|
||||||
@ -719,4 +729,3 @@ Mon Aug 11 11:21:48 CDT 2008 - gburt@suse.de
|
|||||||
- Initial package for pidgin-sipe
|
- Initial package for pidgin-sipe
|
||||||
- SIPE 1.2
|
- SIPE 1.2
|
||||||
- http://sipe.sourceforge.net/
|
- http://sipe.sourceforge.net/
|
||||||
|
|
||||||
|
160
pidgin-sipe.spec
160
pidgin-sipe.spec
@ -19,71 +19,107 @@
|
|||||||
Name: pidgin-sipe
|
Name: pidgin-sipe
|
||||||
Version: 1.21.1
|
Version: 1.21.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pidgin protocol plugin to connect to MS Office Communicator
|
Summary: Pidgin protocol plugin to connect to MS Skype for Business
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Networking/Instant Messenger
|
Group: Productivity/Networking/Instant Messenger
|
||||||
Url: http://sipe.sourceforge.net/
|
Url: http://sipe.sourceforge.net/
|
||||||
Source: http://downloads.sourceforge.net/project/sipe/sipe/%{name}-%{version}/%{name}-%{version}.tar.xz
|
Source: http://downloads.sf.net/sipe/%{name}-%{version}.tar.xz
|
||||||
# PATCH-FEATURE-UPSTREAM pidgin-sipe-gstreamer-1.0.patch dimstar@opensuse.org -- Read the GStreamer branch to be used from purple.pc; taken from https://pidgin.im/pipermail/devel/2015-March/023647.html
|
# PATCH-FEATURE-UPSTREAM pidgin-sipe-gstreamer-1.0.patch dimstar@opensuse.org -- Read the GStreamer branch to be used from purple.pc; taken from https://pidgin.im/pipermail/devel/2015-March/023647.html
|
||||||
Patch0: pidgin-sipe-gstreamer-1.0.patch
|
Patch0: pidgin-sipe-gstreamer-1.0.patch
|
||||||
BuildRequires: gettext-devel
|
|
||||||
BuildRequires: glib2-devel >= 2.12.0
|
|
||||||
BuildRequires: gmime-devel
|
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: krb5-devel
|
|
||||||
BuildRequires: libpurple-devel >= 2.4.0
|
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
# For directory ownership
|
|
||||||
BuildRequires: pidgin
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
|
BuildRequires: pkgconfig(gmime-2.6)
|
||||||
BuildRequires: pkgconfig(gstreamer-1.0)
|
BuildRequires: pkgconfig(gstreamer-1.0)
|
||||||
|
BuildRequires: pkgconfig(krb5)
|
||||||
BuildRequires: pkgconfig(nice) >= 0.1.0
|
BuildRequires: pkgconfig(nice) >= 0.1.0
|
||||||
BuildRequires: pkgconfig(nss)
|
BuildRequires: pkgconfig(nss)
|
||||||
|
BuildRequires: pkgconfig(purple)
|
||||||
BuildRequires: pkgconfig(telepathy-glib) >= 0.18.0
|
BuildRequires: pkgconfig(telepathy-glib) >= 0.18.0
|
||||||
Requires: libpurple-plugin-sipe = %{version}
|
|
||||||
Requires: pidgin
|
|
||||||
Supplements: packageand(libpurple-plugin-sipe:pidgin}
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A third-party plugin for the Pidgin multi-protocol instant messenger.
|
A third-party plugin for the Pidgin multi-protocol instant
|
||||||
It implements the extended version of SIP/SIMPLE used by various products:
|
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.
|
||||||
|
|
||||||
* Microsoft Office Communications Server (OCS 2007/2007 R2 and newer)
|
With this plugin you should be able to replace your
|
||||||
* Microsoft Live Communications Server (LCS 2003/2005)
|
Skype for Business client with Pidgin.
|
||||||
* Reuters Messaging
|
|
||||||
|
|
||||||
With this plugin you should be able to replace your Microsoft Office
|
%package -n pidgin-plugin-sipe
|
||||||
Communicator client with Pidgin.
|
Summary: Pidgin protocol plugin to connect to MS Skype for Business
|
||||||
|
Group: Productivity/Networking/Instant Messenger
|
||||||
|
Requires: libpurple-plugin-sipe = %{version}
|
||||||
|
Supplements: packageand(libpurple-plugin-sipe:pidgin)
|
||||||
|
# pidgin-sipe was last used in openSUSE Leap 42.2.
|
||||||
|
Provides: %{name} = %{version}-%{release}
|
||||||
|
Obsoletes: %{name} < %{version}-%{release}
|
||||||
|
BuildArch: noarch
|
||||||
|
%requires_ge pidgin
|
||||||
|
|
||||||
|
%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.
|
||||||
|
|
||||||
|
With this plugin you should be able to replace your
|
||||||
|
Skype for Business client with Pidgin.
|
||||||
|
|
||||||
This package provides the icon set for Pidgin.
|
This package provides the icon set for Pidgin.
|
||||||
|
|
||||||
%package -n libpurple-plugin-sipe
|
%package -n libpurple-plugin-sipe
|
||||||
Summary: Libpurple third-party plugin for Microsoft LCS/OCS
|
Summary: Libpurple third-party plugin for MS Skype for Business
|
||||||
Group: Productivity/Networking/Instant Messenger
|
Group: Productivity/Networking/Instant Messenger
|
||||||
|
Recommends: libpurple-plugin-sipe-lang
|
||||||
Enhances: libpurple
|
Enhances: libpurple
|
||||||
|
|
||||||
%description -n libpurple-plugin-sipe
|
%description -n libpurple-plugin-sipe
|
||||||
A third-party plugin for the libpurple multi-protocol instant messaging core.
|
A third-party plugin for the libpurple multi-protocol instant
|
||||||
It implements the extended version of SIP/SIMPLE used by various products:
|
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.
|
||||||
|
|
||||||
* Microsoft Office Communications Server (OCS 2007/2007 R2 and newer)
|
%lang_package -n libpurple-plugin-sipe
|
||||||
* Microsoft Live Communications Server (LCS 2003/2005)
|
|
||||||
* Reuters Messaging
|
|
||||||
|
|
||||||
%package -n telepathy-plugin-sipe
|
%package -n telepathy-sipe
|
||||||
Summary: Microsoft LCS/OCS connection manager for Telepathy
|
Summary: MS Skype for Business connection manager for Telepathy
|
||||||
Group: Productivity/Networking/Instant Messenger
|
Group: Productivity/Networking/Instant Messenger
|
||||||
|
# telepathy-plugin-sipe was last used in openSUSE Leap 42.2.
|
||||||
|
Provides: telepathy-plugin-sipe = %{version}-%{release}
|
||||||
|
Obsoletes: telepathy-plugin-sipe < %{version}-%{release}
|
||||||
|
|
||||||
%description -n telepathy-plugin-sipe
|
%description -n telepathy-sipe
|
||||||
A third-party connection manager for the telepathy multi-protocol instant
|
A third-party connection manager for the telepathy multi-protocol
|
||||||
messaging core. It implements the extended version of SIP/SIMPLE used by
|
instant messaging core. It implements the extended version of
|
||||||
various products:
|
SIP/SIMPLE used by various products:
|
||||||
|
* Skype for Business.
|
||||||
* Microsoft Office Communications Server (OCS 2007/2007 R2 and newer)
|
* Microsoft Office 365.
|
||||||
* Microsoft Live Communications Server (LCS 2003/2005)
|
* Microsoft Business Productivity Online Suite (BPOS).
|
||||||
* Reuters Messaging
|
* Microsoft Lync Server.
|
||||||
|
* Microsoft Office Communications Server (OCS 2007/2007 R2).
|
||||||
|
* Microsoft Live Communications Server (LCS 2003/2005).
|
||||||
|
* Reuters Messaging.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -91,41 +127,45 @@ various products:
|
|||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
autoreconf -fi
|
||||||
%configure \
|
%configure \
|
||||||
--disable-quality-check \
|
--disable-quality-check \
|
||||||
--with-krb5 \
|
--with-krb5 \
|
||||||
--enable-purple \
|
--enable-purple \
|
||||||
--with-vv \
|
--enable-telepathy \
|
||||||
--enable-telepathy
|
--with-vv
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
%make_install
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make %{?_smp_mflags} check
|
make %{?_smp_mflags} V=1 check
|
||||||
|
|
||||||
%files -n libpurple-plugin-sipe -f %{name}.lang
|
%files -n pidgin-plugin-sipe
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/purple-2/libsipe.so
|
%doc AUTHORS ChangeLog COPYING README TODO
|
||||||
|
%dir %{_datadir}/pixmaps/pidgin/
|
||||||
%files
|
%dir %{_datadir}/pixmaps/pidgin/protocols/
|
||||||
%defattr(-,root,root,-)
|
%dir %{_datadir}/pixmaps/pidgin/protocols/*/
|
||||||
%doc AUTHORS ChangeLog COPYING NEWS README TODO
|
%{_datadir}/pixmaps/pidgin/protocols/*/sipe.*
|
||||||
%dir %{_datadir}/pixmaps/pidgin/protocols/24
|
%dir %{_datadir}/appdata/
|
||||||
%dir %{_datadir}/pixmaps/pidgin/protocols/32
|
|
||||||
%{_datadir}/pixmaps/pidgin/protocols/*/sipe.png
|
|
||||||
%{_datadir}/pixmaps/pidgin/protocols/*/sipe.svg
|
|
||||||
%{_datadir}/appdata/pidgin-sipe.metainfo.xml
|
%{_datadir}/appdata/pidgin-sipe.metainfo.xml
|
||||||
|
|
||||||
%files -n telepathy-plugin-sipe
|
%files -n libpurple-plugin-sipe
|
||||||
%defattr(-, root, root)
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/purple-2/libsipe.so
|
||||||
|
|
||||||
|
%files -n libpurple-plugin-sipe-lang -f %{name}.lang
|
||||||
|
%defattr(-,root,root)
|
||||||
|
|
||||||
|
%files -n telepathy-sipe
|
||||||
|
%defattr(-,root,root)
|
||||||
%{_libexecdir}/telepathy-sipe
|
%{_libexecdir}/telepathy-sipe
|
||||||
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.sipe.service
|
|
||||||
%{_datadir}/empathy/
|
|
||||||
%{_datadir}/telepathy/
|
%{_datadir}/telepathy/
|
||||||
|
%{_datadir}/empathy/
|
||||||
|
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.sipe.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user