forked from pool/pidgin-sipe
Accepting request 37353 from GNOME:Apps
Copy from GNOME:Apps/pidgin-sipe based on submit request 37353 from user vuntz OBS-URL: https://build.opensuse.org/request/show/37353 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin-sipe?expand=0&rev=10
This commit is contained in:
parent
5d03cde77c
commit
21da8a4e3b
3
pidgin-sipe-1.10.0.tar.bz2
Normal file
3
pidgin-sipe-1.10.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3b9e202fed3128de86e5c3cdaff24cf7b40a4e82d437deb8e5b889d3448c18f0
|
||||||
|
size 539870
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fe31f6b1a006fa0e2c87ecc7b4cc41a0e93a5b0abf9bd10f4bcc7dc851469492
|
|
||||||
size 492312
|
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 04 13:30:00 BST 2010 - pier11@operamail.com
|
||||||
|
|
||||||
|
- Update to version 1.10.0:
|
||||||
|
+ Feature sf#2823160: Access Levels (2007+ environment)
|
||||||
|
+ Feature sf#2957811: add support for "automaton" class
|
||||||
|
+ Feature sf#2972823: fail on in-line variable declarations
|
||||||
|
+ Fixed sf#2971422: handle OCS 2005 idiosyncrasy of varying SIP
|
||||||
|
URI case
|
||||||
|
+ Fixed sf#2981563: Authentication protocol v4 - invalid
|
||||||
|
signature of some incoming messages containing
|
||||||
|
P-Asserted-Identity or P-Preferred-Identity with uppercased SIP
|
||||||
|
or TEL in URI.
|
||||||
|
+ Fixed publication/"409 Conflict" endless looping
|
||||||
|
+ Prepare for Pidgin 2.7.0
|
||||||
|
+ Added SVG icon artwork
|
||||||
|
+ Many changes to configure script. Be sure to look at "configure
|
||||||
|
--help"
|
||||||
|
+ Many internal changes to prepare for non-purple backends
|
||||||
|
+ New build requirements: libxml2, glib-2.0 >= 2.12.0
|
||||||
|
+ New build option: gmime-2.4 >= 2.4.16 or gmime-2.6 >= 2.5.2 for
|
||||||
|
non-purple backends
|
||||||
|
- Add BuildRequires: glib2-devel >= 2.12.0
|
||||||
|
- Add --enable-purple --disable-telepathy to configure
|
||||||
|
- Add %check section.
|
||||||
|
- Add %{_datadir}/pixmaps/pidgin/protocols/*/sipe.svg with
|
||||||
|
workarounds for SLE11, openSUSE 11.0/1 don't have
|
||||||
|
pidgin/protocols/scalable directory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 17 22:11:51 CET 2010 - dimstar@opensuse.org
|
Wed Mar 17 22:11:51 CET 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pidgin-sipe (Version 1.9.1)
|
# spec file for package pidgin-sipe (Version 1.10.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,14 +18,17 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: pidgin-sipe
|
Name: pidgin-sipe
|
||||||
Version: 1.9.1
|
Version: 1.10.0
|
||||||
Release: 1
|
Release: 1
|
||||||
|
# FIXME: enable telepathy plugin when it'll be available (not in 1.10.0)
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: Pidgin protocol plugin to connect to MS Office Communicator
|
Summary: Pidgin protocol plugin to connect to MS Office Communicator
|
||||||
Url: http://sipe.sourceforge.net/
|
Url: http://sipe.sourceforge.net/
|
||||||
Group: Productivity/Networking/Instant Messenger
|
Group: Productivity/Networking/Instant Messenger
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
|
BuildRequires: glib2-devel >= 2.12.0
|
||||||
|
BuildRequires: gmime-2_4-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: krb5-devel
|
BuildRequires: krb5-devel
|
||||||
BuildRequires: libpurple-devel >= 2.4.0
|
BuildRequires: libpurple-devel >= 2.4.0
|
||||||
@ -69,14 +72,24 @@ It implements the extended version of SIP/SIMPLE used by various products:
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%{?env_options}
|
%{?env_options}
|
||||||
%configure --with-krb5
|
%configure \
|
||||||
|
--with-krb5 \
|
||||||
|
--enable-purple \
|
||||||
|
--disable-telepathy
|
||||||
make %{_smp_mflags}
|
make %{_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
# SLES11 defines suse_version = 1110
|
||||||
|
%if 0%{?suse_version} && 0%{?suse_version} < 1120
|
||||||
|
rm -r %{buildroot}/%{_datadir}/pixmaps/pidgin/protocols/scalable
|
||||||
|
%endif
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
|
%check
|
||||||
|
make check
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
@ -89,5 +102,9 @@ rm -rf %{buildroot}
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
%{_datadir}/pixmaps/pidgin/protocols/*/sipe.png
|
%{_datadir}/pixmaps/pidgin/protocols/*/sipe.png
|
||||||
|
# SLES11 defines suse_version = 1110
|
||||||
|
%if !0%{?suse_version} || 0%{?suse_version} >= 1120
|
||||||
|
%{_datadir}/pixmaps/pidgin/protocols/*/sipe.svg
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user