2007-05-21 04:39:49 +02:00
|
|
|
|
#
|
2008-07-16 23:21:13 +02:00
|
|
|
|
# spec file for package pidgin (Version 2.4.3)
|
2007-05-21 04:39:49 +02:00
|
|
|
|
#
|
2008-01-10 03:30:01 +01:00
|
|
|
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-05-21 04:39:49 +02:00
|
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
|
# package are under the same license as the package itself.
|
|
|
|
|
#
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
2008-03-03 18:05:36 +01:00
|
|
|
|
|
2007-05-21 04:39:49 +02:00
|
|
|
|
Name: pidgin
|
|
|
|
|
Summary: GTK+-Based Multiprotocol Instant Messaging Client
|
2008-07-16 23:21:13 +02:00
|
|
|
|
Version: 2.4.3
|
2008-07-11 23:22:52 +02:00
|
|
|
|
Release: 1
|
2007-07-24 01:33:28 +02:00
|
|
|
|
License: GPL v2 or later
|
|
|
|
|
Group: Productivity/Networking/Instant Messenger
|
2007-09-14 00:47:58 +02:00
|
|
|
|
Url: http://www.pidgin.im/
|
2007-05-21 04:39:49 +02:00
|
|
|
|
Source: %{name}-%{version}.tar.bz2
|
|
|
|
|
Source1: pidgin-NLD-smiley-theme.tar.bz2
|
|
|
|
|
Source2: pidgin-Tango-smiley-theme.tar.bz2
|
|
|
|
|
Patch1: pidgin-gnome-keyring.patch
|
|
|
|
|
Patch2: pidgin-nonblock-aim.patch
|
|
|
|
|
Patch3: pidgin-nonblock-common.patch
|
|
|
|
|
Patch4: pidgin-nonblock-gwim.patch
|
|
|
|
|
Patch5: pidgin-nonblock-common2.patch
|
|
|
|
|
Patch7: pidgin-check.patch
|
2007-07-24 01:33:28 +02:00
|
|
|
|
Patch9: includes.patch
|
2007-08-03 02:10:42 +02:00
|
|
|
|
Patch10: pidgin-64bit-buildhack.patch
|
2007-11-21 03:27:19 +01:00
|
|
|
|
# PATCH-FIX-UPSTREAM: pidgin-directconn-argfix.patch
|
|
|
|
|
Patch11: pidgin-directconn-argfix.patch
|
2008-03-03 18:05:36 +01:00
|
|
|
|
Patch12: pidgin-dbus-invalid-gpointer.patch
|
2008-07-16 23:21:13 +02:00
|
|
|
|
Patch13: pidgin-msn-xfer-fail.patch
|
2007-05-21 04:39:49 +02:00
|
|
|
|
# Can use external libzephyr
|
2008-03-03 18:05:36 +01:00
|
|
|
|
BuildRequires: cyrus-sasl-devel dbus-1-devel doxygen evolution-data-server-devel gnome-keyring-devel graphviz gtk-doc gtkspell-devel intltool libao-devel libbonobo-devel libgadu-devel libstdc++-devel libxml2-devel libxslt meanwhile-devel mono-devel mozilla-nspr-devel mozilla-nss-devel ncurses-devel perl-XML-Parser python sqlite-devel startup-notification-devel tk-devel update-desktop-files
|
2007-05-21 04:39:49 +02:00
|
|
|
|
# Product specific lines
|
|
|
|
|
%if %suse_version >= 1000 || 0%{?opensuse_bs}
|
|
|
|
|
BuildRequires: NetworkManager-devel
|
|
|
|
|
%endif
|
|
|
|
|
%if %suse_version == 1010 || 0%{?opensuse_bs}
|
|
|
|
|
BuildRequires: NetworkManager-gnome
|
|
|
|
|
%endif
|
|
|
|
|
%if %suse_version >= 1010 || 0%{?opensuse_bs}
|
|
|
|
|
BuildRequires: gstreamer010-devel
|
|
|
|
|
%else
|
|
|
|
|
BuildRequires: gstreamer-devel
|
|
|
|
|
%endif
|
|
|
|
|
%if %suse_version >= 1011 || 0%{?opensuse_bs}
|
|
|
|
|
BuildRequires: dbus-1-glib-devel
|
|
|
|
|
%else
|
|
|
|
|
BuildRequires: dbus-1-glib
|
|
|
|
|
%endif
|
|
|
|
|
%if %suse_version >= 1021 || 0%{?opensuse_bs}
|
2008-03-03 18:05:36 +01:00
|
|
|
|
BuildRequires: silc-toolkit-devel
|
2007-12-11 01:12:21 +01:00
|
|
|
|
BuildRequires: fdupes libnotify-devel
|
2008-03-03 18:05:36 +01:00
|
|
|
|
%if %suse_version > 1030 || 0%{?opensuse_bs}
|
|
|
|
|
BuildRequires: libavahi-glib-devel
|
|
|
|
|
%else
|
|
|
|
|
BuildRequires: avahi-devel
|
|
|
|
|
%endif
|
2007-08-11 17:54:21 +02:00
|
|
|
|
%endif
|
2007-10-25 02:40:36 +02:00
|
|
|
|
Requires: libpurple-lang = %{version}
|
2007-05-21 04:39:49 +02:00
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2007-09-12 17:01:02 +02:00
|
|
|
|
# Existed before 10.3:
|
|
|
|
|
Obsoletes: gaim <= 1.5.0
|
|
|
|
|
# Has never been in SuSE:
|
|
|
|
|
Obsoletes: gaim-applet
|
|
|
|
|
# Was only in the Build Service after 10.2:
|
|
|
|
|
Obsoletes: gaim-unstable < 2.0.0
|
|
|
|
|
Provides: gaim
|
2007-05-21 04:39:49 +02:00
|
|
|
|
%gconf_schemas_prereq
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Pidgin allows you to talk to anyone using a variety of messaging
|
|
|
|
|
protocols including AIM, MSN, Yahoo!, Jabber, Bonjour, Gadu-Gadu, ICQ,
|
2007-08-17 02:07:05 +02:00
|
|
|
|
IRC, Novell Groupwise, QQ, Lotus Sametime, SILC, Simple and Zephyr.
|
|
|
|
|
These protocols are implemented using a modular, easy to use design. To
|
|
|
|
|
use a protocol, just add an account using the account editor.
|
2007-05-21 04:39:49 +02:00
|
|
|
|
|
|
|
|
|
Pidgin supports many common features of other clients, as well as many
|
2007-08-17 02:07:05 +02:00
|
|
|
|
unique features, such as Perl scripting, TCL scripting and C plugins.
|
2007-05-21 04:39:49 +02:00
|
|
|
|
|
|
|
|
|
Pidgin is not affiliated with or endorsed by America Online, Inc.,
|
|
|
|
|
Microsoft Corporation, Yahoo! Inc., or ICQ Inc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Sean Egan <seanegan@gmail.com>
|
|
|
|
|
Daniel 'datallah' Atallah
|
|
|
|
|
Ethan 'Paco-Paco' Blanton
|
|
|
|
|
Thomas Butter
|
|
|
|
|
Sadrul Habib Chowdhury
|
|
|
|
|
Mark 'KingAnt' Doliner
|
|
|
|
|
Christian 'ChipX86' Hammond & Webmaster
|
|
|
|
|
Gary 'grim' Kramlich
|
|
|
|
|
Richard 'rlaager' Laager
|
|
|
|
|
Richard 'wabz' Nelson
|
|
|
|
|
Christopher 'siege' O'Brien
|
|
|
|
|
Bartosz Oler
|
|
|
|
|
Etan 'deryni' Reisner
|
|
|
|
|
Tim 'marv' Ringenbach
|
|
|
|
|
Luke 'LSchiere' Schierer
|
|
|
|
|
Megan 'Cae' Schneider
|
|
|
|
|
Evan Schoenberg
|
|
|
|
|
Stu 'nosnilmot' Tomlinson
|
|
|
|
|
Nathan 'faceprint' Walp
|
|
|
|
|
John 'rekkanoryo' Bailey
|
|
|
|
|
Ka-Hing 'javabsp' Cheung
|
|
|
|
|
Felipe 'shx' Contreras
|
|
|
|
|
Decklin Foster
|
|
|
|
|
Casey Harkins
|
|
|
|
|
Peter 'Bleeter' Lawler
|
|
|
|
|
Robert 'Robot101' McQueen
|
|
|
|
|
Benjamin Miller
|
|
|
|
|
Kevin 'SimGuy' Stange
|
|
|
|
|
Herman Bloggs
|
|
|
|
|
Jim Duchek <jim@linuxpimps.com>
|
|
|
|
|
Rob Flynn <gaim@robflynn.com>
|
|
|
|
|
Adam Fritzler
|
|
|
|
|
Syd Logan
|
|
|
|
|
Jim Seymour
|
|
|
|
|
Mark Spencer <markster@marko.net>
|
|
|
|
|
Eric Warmenhoven <eric@warmenhoven.org>
|
|
|
|
|
Hylke Bons
|
|
|
|
|
Naru Sundar
|
|
|
|
|
Peter Teichiman <peter@helixcode.com>
|
|
|
|
|
Larry Ewing
|
|
|
|
|
Jeramey A. Crawford
|
|
|
|
|
Nathan Walp
|
|
|
|
|
Neil Sanchala
|
|
|
|
|
Arkadiusz Miskiewicz
|
|
|
|
|
David Prater <draven@tcsx.net>
|
|
|
|
|
S<EFBFBD>bastien Carp
|
|
|
|
|
Ari Pollak
|
|
|
|
|
Decklin Foster
|
|
|
|
|
David
|
|
|
|
|
S D Erle
|
|
|
|
|
BMiller
|
|
|
|
|
Lance Rocker
|
|
|
|
|
ergofobe
|
|
|
|
|
Justin M. Ward <justin@yossman.net>
|
|
|
|
|
G. Sumner Hayes
|
|
|
|
|
Brian Ryner
|
|
|
|
|
Ryan C. Gordon
|
|
|
|
|
Elliot Tobin <elliot@bha.udel.edu>
|
|
|
|
|
Jeroen van der Vegt
|
|
|
|
|
The OpenQ Team
|
|
|
|
|
|
|
|
|
|
%package devel
|
2008-04-03 01:56:49 +02:00
|
|
|
|
License: GPL v2 or later
|
2007-07-30 23:51:36 +02:00
|
|
|
|
#'
|
2007-05-21 04:39:49 +02:00
|
|
|
|
Summary: Development Headers, Documentation, and Libraries for Pidgin
|
2007-07-24 01:33:28 +02:00
|
|
|
|
Group: Productivity/Networking/Instant Messenger
|
2007-05-21 04:39:49 +02:00
|
|
|
|
Requires: %{name} = %{version} glib2-devel gtk2-devel libpurple-devel = %{version}
|
2007-09-14 00:47:58 +02:00
|
|
|
|
|
2007-05-21 04:39:49 +02:00
|
|
|
|
%package -n libpurple
|
2008-04-03 01:56:49 +02:00
|
|
|
|
License: GPL v2 or later
|
2007-05-21 04:39:49 +02:00
|
|
|
|
Summary: Library for IM Clients Like Pidgin and Finch
|
2007-07-24 01:33:28 +02:00
|
|
|
|
Group: Productivity/Networking/Instant Messenger
|
2007-05-21 04:39:49 +02:00
|
|
|
|
# Not really required, but standard Jabber accounts require it, if compiled with SASL support.
|
|
|
|
|
Requires: cyrus-sasl-digestmd5 cyrus-sasl-plain
|
2007-08-17 02:07:05 +02:00
|
|
|
|
Requires: libpurple-lang = %{version}
|
2007-10-03 01:08:35 +02:00
|
|
|
|
# Needed for purple-url-handler:
|
|
|
|
|
Requires: dbus-1-python
|
2007-09-14 00:47:58 +02:00
|
|
|
|
|
2007-05-21 04:39:49 +02:00
|
|
|
|
%package -n libpurple-devel
|
2008-04-03 01:56:49 +02:00
|
|
|
|
License: GPL v2 or later
|
2007-05-21 04:39:49 +02:00
|
|
|
|
Summary: Development Headers, Documentation, and Libraries for libpurple
|
2007-07-24 01:33:28 +02:00
|
|
|
|
Group: Productivity/Networking/Instant Messenger
|
2007-05-28 23:32:44 +02:00
|
|
|
|
Requires: libpurple = %{version} NetworkManager-devel NetworkManager-glib glib2-devel gnome-keyring-devel libxml2-devel
|
2007-05-21 04:39:49 +02:00
|
|
|
|
Requires: pkg-config
|
2008-05-08 00:45:03 +02:00
|
|
|
|
Provides: gaim-devel = %{version}
|
2007-07-30 23:51:36 +02:00
|
|
|
|
Obsoletes: gaim-devel <= 1.5.0
|
2008-05-08 00:45:03 +02:00
|
|
|
|
Provides: gaim-unstable-devel = %{version}
|
2007-09-12 17:01:02 +02:00
|
|
|
|
Obsoletes: gaim-unstable-devel < 2.0.0
|
2007-09-14 00:47:58 +02:00
|
|
|
|
|
2007-05-21 04:39:49 +02:00
|
|
|
|
%package -n libpurple-meanwhile
|
2008-04-03 01:56:49 +02:00
|
|
|
|
License: GPL v2 or later
|
2007-05-21 04:39:49 +02:00
|
|
|
|
Summary: Lotus Sametime Plugin for Pidgin Using the Meanwhile Library
|
2007-07-24 01:33:28 +02:00
|
|
|
|
Group: Productivity/Networking/Instant Messenger
|
2007-05-21 04:39:49 +02:00
|
|
|
|
Requires: libpurple = %{version}
|
2007-09-14 00:47:58 +02:00
|
|
|
|
|
2007-05-21 04:39:49 +02:00
|
|
|
|
%package -n libpurple-mono
|
2008-04-03 01:56:49 +02:00
|
|
|
|
License: GPL v2 or later
|
2007-05-21 04:39:49 +02:00
|
|
|
|
Summary: Mono .NET Plugin Support for Pidgin
|
2007-07-24 01:33:28 +02:00
|
|
|
|
Group: Productivity/Networking/Instant Messenger
|
2007-05-21 04:39:49 +02:00
|
|
|
|
Requires: libpurple = %{version}
|
2007-09-14 00:47:58 +02:00
|
|
|
|
|
2007-05-21 04:39:49 +02:00
|
|
|
|
%package -n finch
|
2008-04-03 01:56:49 +02:00
|
|
|
|
License: GPL v2 or later
|
2007-05-21 04:39:49 +02:00
|
|
|
|
Summary: Text-Based User Interface for Pidgin Instant Messaging Client
|
2007-07-24 01:33:28 +02:00
|
|
|
|
Group: Productivity/Networking/Instant Messenger
|
2007-05-21 04:39:49 +02:00
|
|
|
|
Requires: libpurple = %{version}
|
2007-09-12 17:01:02 +02:00
|
|
|
|
Obsoletes: gaim-unstable-text < 2.0.0
|
|
|
|
|
Provides: gaim-unstable-text
|
2007-09-14 00:47:58 +02:00
|
|
|
|
|
2007-05-21 04:39:49 +02:00
|
|
|
|
%package -n finch-devel
|
2008-04-03 01:56:49 +02:00
|
|
|
|
License: GPL v2 or later
|
2007-05-21 04:39:49 +02:00
|
|
|
|
Summary: Headers etc. for finch Stuffs
|
2007-07-24 01:33:28 +02:00
|
|
|
|
Group: Productivity/Networking/Instant Messenger
|
2007-05-31 21:10:32 +02:00
|
|
|
|
Requires: finch = %{version} glib2-devel glibc-devel libpurple-devel = %{version} ncurses-devel
|
2007-05-21 04:39:49 +02:00
|
|
|
|
Requires: pkg-config
|
|
|
|
|
Obsoletes: gaim-unstable-text-devel
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
The pidgin-devel package contains the header files, developer
|
|
|
|
|
documentation, and libraries required for development of Pidgin scripts
|
|
|
|
|
and plugins.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Sean Egan <seanegan@gmail.com>
|
|
|
|
|
Daniel 'datallah' Atallah
|
|
|
|
|
Ethan 'Paco-Paco' Blanton
|
|
|
|
|
Thomas Butter
|
|
|
|
|
Sadrul Habib Chowdhury
|
|
|
|
|
Mark 'KingAnt' Doliner
|
|
|
|
|
Christian 'ChipX86' Hammond & Webmaster
|
|
|
|
|
Gary 'grim' Kramlich
|
|
|
|
|
Richard 'rlaager' Laager
|
|
|
|
|
Richard 'wabz' Nelson
|
|
|
|
|
Christopher 'siege' O'Brien
|
|
|
|
|
Bartosz Oler
|
|
|
|
|
Etan 'deryni' Reisner
|
|
|
|
|
Tim 'marv' Ringenbach
|
|
|
|
|
Luke 'LSchiere' Schierer
|
|
|
|
|
Megan 'Cae' Schneider
|
|
|
|
|
Evan Schoenberg
|
|
|
|
|
Stu 'nosnilmot' Tomlinson
|
|
|
|
|
Nathan 'faceprint' Walp
|
|
|
|
|
John 'rekkanoryo' Bailey
|
|
|
|
|
Ka-Hing 'javabsp' Cheung
|
|
|
|
|
Felipe 'shx' Contreras
|
|
|
|
|
Decklin Foster
|
|
|
|
|
Casey Harkins
|
|
|
|
|
Peter 'Bleeter' Lawler
|
|
|
|
|
Robert 'Robot101' McQueen
|
|
|
|
|
Benjamin Miller
|
|
|
|
|
Kevin 'SimGuy' Stange
|
|
|
|
|
Herman Bloggs
|
|
|
|
|
Jim Duchek <jim@linuxpimps.com>
|
|
|
|
|
Rob Flynn <gaim@robflynn.com>
|
|
|
|
|
Adam Fritzler
|
|
|
|
|
Syd Logan
|
|
|
|
|
Jim Seymour
|
|
|
|
|
Mark Spencer <markster@marko.net>
|
|
|
|
|
Eric Warmenhoven <eric@warmenhoven.org>
|
|
|
|
|
Hylke Bons
|
|
|
|
|
Naru Sundar
|
|
|
|
|
Peter Teichiman <peter@helixcode.com>
|
|
|
|
|
Larry Ewing
|
|
|
|
|
Jeramey A. Crawford
|
|
|
|
|
Nathan Walp
|
|
|
|
|
Neil Sanchala
|
|
|
|
|
Arkadiusz Miskiewicz
|
|
|
|
|
David Prater <draven@tcsx.net>
|
|
|
|
|
S<EFBFBD>bastien Carp
|
|
|
|
|
Ari Pollak
|
|
|
|
|
Decklin Foster
|
|
|
|
|
David
|
|
|
|
|
S D Erle
|
|
|
|
|
BMiller
|
|
|
|
|
Lance Rocker
|
|
|
|
|
ergofobe
|
|
|
|
|
Justin M. Ward <justin@yossman.net>
|
|
|
|
|
G. Sumner Hayes
|
|
|
|
|
Brian Ryner
|
|
|
|
|
Ryan C. Gordon
|
|
|
|
|
Elliot Tobin <elliot@bha.udel.edu>
|
|
|
|
|
Jeroen van der Vegt
|
|
|
|
|
The OpenQ Team
|
|
|
|
|
|
|
|
|
|
%description -n libpurple
|
|
|
|
|
libpurple contains the core IM support for IM clients such as Pidgin
|
|
|
|
|
and Finch.
|
|
|
|
|
|
|
|
|
|
libpurple supports a variety of messaging protocols including AIM, MSN,
|
|
|
|
|
Yahoo!, Jabber, Bonjour, Gadu-Gadu, ICQ, IRC, Novell Groupwise, QQ,
|
|
|
|
|
Lotus Sametime, SILC, Simple and Zephyr.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Sean Egan <seanegan@gmail.com>
|
|
|
|
|
Daniel 'datallah' Atallah
|
|
|
|
|
Ethan 'Paco-Paco' Blanton
|
|
|
|
|
Thomas Butter
|
|
|
|
|
Sadrul Habib Chowdhury
|
|
|
|
|
Mark 'KingAnt' Doliner
|
|
|
|
|
Christian 'ChipX86' Hammond & Webmaster
|
|
|
|
|
Gary 'grim' Kramlich
|
|
|
|
|
Richard 'rlaager' Laager
|
|
|
|
|
Richard 'wabz' Nelson
|
|
|
|
|
Christopher 'siege' O'Brien
|
|
|
|
|
Bartosz Oler
|
|
|
|
|
Etan 'deryni' Reisner
|
|
|
|
|
Tim 'marv' Ringenbach
|
|
|
|
|
Luke 'LSchiere' Schierer
|
|
|
|
|
Megan 'Cae' Schneider
|
|
|
|
|
Evan Schoenberg
|
|
|
|
|
Stu 'nosnilmot' Tomlinson
|
|
|
|
|
Nathan 'faceprint' Walp
|
|
|
|
|
John 'rekkanoryo' Bailey
|
|
|
|
|
Ka-Hing 'javabsp' Cheung
|
|
|
|
|
Felipe 'shx' Contreras
|
|
|
|
|
Decklin Foster
|
|
|
|
|
Casey Harkins
|
|
|
|
|
Peter 'Bleeter' Lawler
|
|
|
|
|
Robert 'Robot101' McQueen
|
|
|
|
|
Benjamin Miller
|
|
|
|
|
Kevin 'SimGuy' Stange
|
|
|
|
|
Herman Bloggs
|
|
|
|
|
Jim Duchek <jim@linuxpimps.com>
|
|
|
|
|
Rob Flynn <gaim@robflynn.com>
|
|
|
|
|
Adam Fritzler
|
|
|
|
|
Syd Logan
|
|
|
|
|
Jim Seymour
|
|
|
|
|
Mark Spencer <markster@marko.net>
|
|
|
|
|
Eric Warmenhoven <eric@warmenhoven.org>
|
|
|
|
|
Hylke Bons
|
|
|
|
|
Naru Sundar
|
|
|
|
|
Peter Teichiman <peter@helixcode.com>
|
|
|
|
|
Larry Ewing
|
|
|
|
|
Jeramey A. Crawford
|
|
|
|
|
Nathan Walp
|
|
|
|
|
Neil Sanchala
|
|
|
|
|
Arkadiusz Miskiewicz
|
|
|
|
|
David Prater <draven@tcsx.net>
|
|
|
|
|
S<EFBFBD>bastien Carp
|
|
|
|
|
Ari Pollak
|
|
|
|
|
Decklin Foster
|
|
|
|
|
David
|
|
|
|
|
S D Erle
|
|
|
|
|
BMiller
|
|
|
|
|
Lance Rocker
|
|
|
|
|
ergofobe
|
|
|
|
|
Justin M. Ward <justin@yossman.net>
|
|
|
|
|
G. Sumner Hayes
|
|
|
|
|
Brian Ryner
|
|
|
|
|
Ryan C. Gordon
|
|
|
|
|
Elliot Tobin <elliot@bha.udel.edu>
|
|
|
|
|
Jeroen van der Vegt
|
|
|
|
|
The OpenQ Team
|
|
|
|
|
|
|
|
|
|
%description -n libpurple-devel
|
|
|
|
|
The libpurple-devel package contains the header files, developer
|
|
|
|
|
documentation, and libraries required for development of libpurple
|
|
|
|
|
based instant messaging clients or plugins for any libpurple based
|
|
|
|
|
client.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Sean Egan <seanegan@gmail.com>
|
|
|
|
|
Daniel 'datallah' Atallah
|
|
|
|
|
Ethan 'Paco-Paco' Blanton
|
|
|
|
|
Thomas Butter
|
|
|
|
|
Sadrul Habib Chowdhury
|
|
|
|
|
Mark 'KingAnt' Doliner
|
|
|
|
|
Christian 'ChipX86' Hammond & Webmaster
|
|
|
|
|
Gary 'grim' Kramlich
|
|
|
|
|
Richard 'rlaager' Laager
|
|
|
|
|
Richard 'wabz' Nelson
|
|
|
|
|
Christopher 'siege' O'Brien
|
|
|
|
|
Bartosz Oler
|
|
|
|
|
Etan 'deryni' Reisner
|
|
|
|
|
Tim 'marv' Ringenbach
|
|
|
|
|
Luke 'LSchiere' Schierer
|
|
|
|
|
Megan 'Cae' Schneider
|
|
|
|
|
Evan Schoenberg
|
|
|
|
|
Stu 'nosnilmot' Tomlinson
|
|
|
|
|
Nathan 'faceprint' Walp
|
|
|
|
|
John 'rekkanoryo' Bailey
|
|
|
|
|
Ka-Hing 'javabsp' Cheung
|
|
|
|
|
Felipe 'shx' Contreras
|
|
|
|
|
Decklin Foster
|
|
|
|
|
Casey Harkins
|
|
|
|
|
Peter 'Bleeter' Lawler
|
|
|
|
|
Robert 'Robot101' McQueen
|
|
|
|
|
Benjamin Miller
|
|
|
|
|
Kevin 'SimGuy' Stange
|
|
|
|
|
Herman Bloggs
|
|
|
|
|
Jim Duchek <jim@linuxpimps.com>
|
|
|
|
|
Rob Flynn <gaim@robflynn.com>
|
|
|
|
|
Adam Fritzler
|
|
|
|
|
Syd Logan
|
|
|
|
|
Jim Seymour
|
|
|
|
|
Mark Spencer <markster@marko.net>
|
|
|
|
|
Eric Warmenhoven <eric@warmenhoven.org>
|
|
|
|
|
Hylke Bons
|
|
|
|
|
Naru Sundar
|
|
|
|
|
Peter Teichiman <peter@helixcode.com>
|
|
|
|
|
Larry Ewing
|
|
|
|
|
Jeramey A. Crawford
|
|
|
|
|
Nathan Walp
|
|
|
|
|
Neil Sanchala
|
|
|
|
|
Arkadiusz Miskiewicz
|
|
|
|
|
David Prater <draven@tcsx.net>
|
|
|
|
|
S<EFBFBD>bastien Carp
|
|
|
|
|
Ari Pollak
|
|
|
|
|
Decklin Foster
|
|
|
|
|
David
|
|
|
|
|
S D Erle
|
|
|
|
|
BMiller
|
|
|
|
|
Lance Rocker
|
|
|
|
|
ergofobe
|
|
|
|
|
Justin M. Ward <justin@yossman.net>
|
|
|
|
|
G. Sumner Hayes
|
|
|
|
|
Brian Ryner
|
|
|
|
|
Ryan C. Gordon
|
|
|
|
|
Elliot Tobin <elliot@bha.udel.edu>
|
|
|
|
|
Jeroen van der Vegt
|
|
|
|
|
The OpenQ Team
|
|
|
|
|
|
|
|
|
|
%description -n libpurple-meanwhile
|
|
|
|
|
Lotus Sametime plugin for Pidgin using the Meanwhile library.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Sean Egan <seanegan@gmail.com>
|
|
|
|
|
Daniel 'datallah' Atallah
|
|
|
|
|
Ethan 'Paco-Paco' Blanton
|
|
|
|
|
Thomas Butter
|
|
|
|
|
Sadrul Habib Chowdhury
|
|
|
|
|
Mark 'KingAnt' Doliner
|
|
|
|
|
Christian 'ChipX86' Hammond & Webmaster
|
|
|
|
|
Gary 'grim' Kramlich
|
|
|
|
|
Richard 'rlaager' Laager
|
|
|
|
|
Richard 'wabz' Nelson
|
|
|
|
|
Christopher 'siege' O'Brien
|
|
|
|
|
Bartosz Oler
|
|
|
|
|
Etan 'deryni' Reisner
|
|
|
|
|
Tim 'marv' Ringenbach
|
|
|
|
|
Luke 'LSchiere' Schierer
|
|
|
|
|
Megan 'Cae' Schneider
|
|
|
|
|
Evan Schoenberg
|
|
|
|
|
Stu 'nosnilmot' Tomlinson
|
|
|
|
|
Nathan 'faceprint' Walp
|
|
|
|
|
John 'rekkanoryo' Bailey
|
|
|
|
|
Ka-Hing 'javabsp' Cheung
|
|
|
|
|
Felipe 'shx' Contreras
|
|
|
|
|
Decklin Foster
|
|
|
|
|
Casey Harkins
|
|
|
|
|
Peter 'Bleeter' Lawler
|
|
|
|
|
Robert 'Robot101' McQueen
|
|
|
|
|
Benjamin Miller
|
|
|
|
|
Kevin 'SimGuy' Stange
|
|
|
|
|
Herman Bloggs
|
|
|
|
|
Jim Duchek <jim@linuxpimps.com>
|
|
|
|
|
Rob Flynn <gaim@robflynn.com>
|
|
|
|
|
Adam Fritzler
|
|
|
|
|
Syd Logan
|
|
|
|
|
Jim Seymour
|
|
|
|
|
Mark Spencer <markster@marko.net>
|
|
|
|
|
Eric Warmenhoven <eric@warmenhoven.org>
|
|
|
|
|
Hylke Bons
|
|
|
|
|
Naru Sundar
|
|
|
|
|
Peter Teichiman <peter@helixcode.com>
|
|
|
|
|
Larry Ewing
|
|
|
|
|
Jeramey A. Crawford
|
|
|
|
|
Nathan Walp
|
|
|
|
|
Neil Sanchala
|
|
|
|
|
Arkadiusz Miskiewicz
|
|
|
|
|
David Prater <draven@tcsx.net>
|
|
|
|
|
S<EFBFBD>bastien Carp
|
|
|
|
|
Ari Pollak
|
|
|
|
|
Decklin Foster
|
|
|
|
|
David
|
|
|
|
|
S D Erle
|
|
|
|
|
BMiller
|
|
|
|
|
Lance Rocker
|
|
|
|
|
ergofobe
|
|
|
|
|
Justin M. Ward <justin@yossman.net>
|
|
|
|
|
G. Sumner Hayes
|
|
|
|
|
Brian Ryner
|
|
|
|
|
Ryan C. Gordon
|
|
|
|
|
Elliot Tobin <elliot@bha.udel.edu>
|
|
|
|
|
Jeroen van der Vegt
|
|
|
|
|
The OpenQ Team
|
|
|
|
|
|
|
|
|
|
%description -n libpurple-mono
|
|
|
|
|
Mono plugin loader for Pidgin. This package will allow you to write or
|
|
|
|
|
use Pidgin plugins written in the .NET programming language.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Sean Egan <seanegan@gmail.com>
|
|
|
|
|
Daniel 'datallah' Atallah
|
|
|
|
|
Ethan 'Paco-Paco' Blanton
|
|
|
|
|
Thomas Butter
|
|
|
|
|
Sadrul Habib Chowdhury
|
|
|
|
|
Mark 'KingAnt' Doliner
|
|
|
|
|
Christian 'ChipX86' Hammond & Webmaster
|
|
|
|
|
Gary 'grim' Kramlich
|
|
|
|
|
Richard 'rlaager' Laager
|
|
|
|
|
Richard 'wabz' Nelson
|
|
|
|
|
Christopher 'siege' O'Brien
|
|
|
|
|
Bartosz Oler
|
|
|
|
|
Etan 'deryni' Reisner
|
|
|
|
|
Tim 'marv' Ringenbach
|
|
|
|
|
Luke 'LSchiere' Schierer
|
|
|
|
|
Megan 'Cae' Schneider
|
|
|
|
|
Evan Schoenberg
|
|
|
|
|
Stu 'nosnilmot' Tomlinson
|
|
|
|
|
Nathan 'faceprint' Walp
|
|
|
|
|
John 'rekkanoryo' Bailey
|
|
|
|
|
Ka-Hing 'javabsp' Cheung
|
|
|
|
|
Felipe 'shx' Contreras
|
|
|
|
|
Decklin Foster
|
|
|
|
|
Casey Harkins
|
|
|
|
|
Peter 'Bleeter' Lawler
|
|
|
|
|
Robert 'Robot101' McQueen
|
|
|
|
|
Benjamin Miller
|
|
|
|
|
Kevin 'SimGuy' Stange
|
|
|
|
|
Herman Bloggs
|
|
|
|
|
Jim Duchek <jim@linuxpimps.com>
|
|
|
|
|
Rob Flynn <gaim@robflynn.com>
|
|
|
|
|
Adam Fritzler
|
|
|
|
|
Syd Logan
|
|
|
|
|
Jim Seymour
|
|
|
|
|
Mark Spencer <markster@marko.net>
|
|
|
|
|
Eric Warmenhoven <eric@warmenhoven.org>
|
|
|
|
|
Hylke Bons
|
|
|
|
|
Naru Sundar
|
|
|
|
|
Peter Teichiman <peter@helixcode.com>
|
|
|
|
|
Larry Ewing
|
|
|
|
|
Jeramey A. Crawford
|
|
|
|
|
Nathan Walp
|
|
|
|
|
Neil Sanchala
|
|
|
|
|
Arkadiusz Miskiewicz
|
|
|
|
|
David Prater <draven@tcsx.net>
|
|
|
|
|
S<EFBFBD>bastien Carp
|
|
|
|
|
Ari Pollak
|
|
|
|
|
Decklin Foster
|
|
|
|
|
David
|
|
|
|
|
S D Erle
|
|
|
|
|
BMiller
|
|
|
|
|
Lance Rocker
|
|
|
|
|
ergofobe
|
|
|
|
|
Justin M. Ward <justin@yossman.net>
|
|
|
|
|
G. Sumner Hayes
|
|
|
|
|
Brian Ryner
|
|
|
|
|
Ryan C. Gordon
|
|
|
|
|
Elliot Tobin <elliot@bha.udel.edu>
|
|
|
|
|
Jeroen van der Vegt
|
|
|
|
|
The OpenQ Team
|
|
|
|
|
|
|
|
|
|
%description -n finch
|
|
|
|
|
A text-based user interface for using libpurple. This can be run from
|
|
|
|
|
a standard text console or from a terminal within X Windows. It uses
|
|
|
|
|
ncurses and our homegrown gnt library for drawing windows and text.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Sean Egan <seanegan@gmail.com>
|
|
|
|
|
Daniel 'datallah' Atallah
|
|
|
|
|
Ethan 'Paco-Paco' Blanton
|
|
|
|
|
Thomas Butter
|
|
|
|
|
Sadrul Habib Chowdhury
|
|
|
|
|
Mark 'KingAnt' Doliner
|
|
|
|
|
Christian 'ChipX86' Hammond & Webmaster
|
|
|
|
|
Gary 'grim' Kramlich
|
|
|
|
|
Richard 'rlaager' Laager
|
|
|
|
|
Richard 'wabz' Nelson
|
|
|
|
|
Christopher 'siege' O'Brien
|
|
|
|
|
Bartosz Oler
|
|
|
|
|
Etan 'deryni' Reisner
|
|
|
|
|
Tim 'marv' Ringenbach
|
|
|
|
|
Luke 'LSchiere' Schierer
|
|
|
|
|
Megan 'Cae' Schneider
|
|
|
|
|
Evan Schoenberg
|
|
|
|
|
Stu 'nosnilmot' Tomlinson
|
|
|
|
|
Nathan 'faceprint' Walp
|
|
|
|
|
John 'rekkanoryo' Bailey
|
|
|
|
|
Ka-Hing 'javabsp' Cheung
|
|
|
|
|
Felipe 'shx' Contreras
|
|
|
|
|
Decklin Foster
|
|
|
|
|
Casey Harkins
|
|
|
|
|
Peter 'Bleeter' Lawler
|
|
|
|
|
Robert 'Robot101' McQueen
|
|
|
|
|
Benjamin Miller
|
|
|
|
|
Kevin 'SimGuy' Stange
|
|
|
|
|
Herman Bloggs
|
|
|
|
|
Jim Duchek <jim@linuxpimps.com>
|
|
|
|
|
Rob Flynn <gaim@robflynn.com>
|
|
|
|
|
Adam Fritzler
|
|
|
|
|
Syd Logan
|
|
|
|
|
Jim Seymour
|
|
|
|
|
Mark Spencer <markster@marko.net>
|
|
|
|
|
Eric Warmenhoven <eric@warmenhoven.org>
|
|
|
|
|
Hylke Bons
|
|
|
|
|
Naru Sundar
|
|
|
|
|
Peter Teichiman <peter@helixcode.com>
|
|
|
|
|
Larry Ewing
|
|
|
|
|
Jeramey A. Crawford
|
|
|
|
|
Nathan Walp
|
|
|
|
|
Neil Sanchala
|
|
|
|
|
Arkadiusz Miskiewicz
|
|
|
|
|
David Prater <draven@tcsx.net>
|
|
|
|
|
S<EFBFBD>bastien Carp
|
|
|
|
|
Ari Pollak
|
|
|
|
|
Decklin Foster
|
|
|
|
|
David
|
|
|
|
|
S D Erle
|
|
|
|
|
BMiller
|
|
|
|
|
Lance Rocker
|
|
|
|
|
ergofobe
|
|
|
|
|
Justin M. Ward <justin@yossman.net>
|
|
|
|
|
G. Sumner Hayes
|
|
|
|
|
Brian Ryner
|
|
|
|
|
Ryan C. Gordon
|
|
|
|
|
Elliot Tobin <elliot@bha.udel.edu>
|
|
|
|
|
Jeroen van der Vegt
|
|
|
|
|
The OpenQ Team
|
|
|
|
|
|
|
|
|
|
%description -n finch-devel
|
|
|
|
|
The finch-devel package contains the header files, developer
|
|
|
|
|
documentation, and libraries required for development of Finch scripts
|
|
|
|
|
and plugins.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Sean Egan <seanegan@gmail.com>
|
|
|
|
|
Daniel 'datallah' Atallah
|
|
|
|
|
Ethan 'Paco-Paco' Blanton
|
|
|
|
|
Thomas Butter
|
|
|
|
|
Sadrul Habib Chowdhury
|
|
|
|
|
Mark 'KingAnt' Doliner
|
|
|
|
|
Christian 'ChipX86' Hammond & Webmaster
|
|
|
|
|
Gary 'grim' Kramlich
|
|
|
|
|
Richard 'rlaager' Laager
|
|
|
|
|
Richard 'wabz' Nelson
|
|
|
|
|
Christopher 'siege' O'Brien
|
|
|
|
|
Bartosz Oler
|
|
|
|
|
Etan 'deryni' Reisner
|
|
|
|
|
Tim 'marv' Ringenbach
|
|
|
|
|
Luke 'LSchiere' Schierer
|
|
|
|
|
Megan 'Cae' Schneider
|
|
|
|
|
Evan Schoenberg
|
|
|
|
|
Stu 'nosnilmot' Tomlinson
|
|
|
|
|
Nathan 'faceprint' Walp
|
|
|
|
|
John 'rekkanoryo' Bailey
|
|
|
|
|
Ka-Hing 'javabsp' Cheung
|
|
|
|
|
Felipe 'shx' Contreras
|
|
|
|
|
Decklin Foster
|
|
|
|
|
Casey Harkins
|
|
|
|
|
Peter 'Bleeter' Lawler
|
|
|
|
|
Robert 'Robot101' McQueen
|
|
|
|
|
Benjamin Miller
|
|
|
|
|
Kevin 'SimGuy' Stange
|
|
|
|
|
Herman Bloggs
|
|
|
|
|
Jim Duchek <jim@linuxpimps.com>
|
|
|
|
|
Rob Flynn <gaim@robflynn.com>
|
|
|
|
|
Adam Fritzler
|
|
|
|
|
Syd Logan
|
|
|
|
|
Jim Seymour
|
|
|
|
|
Mark Spencer <markster@marko.net>
|
|
|
|
|
Eric Warmenhoven <eric@warmenhoven.org>
|
|
|
|
|
Hylke Bons
|
|
|
|
|
Naru Sundar
|
|
|
|
|
Peter Teichiman <peter@helixcode.com>
|
|
|
|
|
Larry Ewing
|
|
|
|
|
Jeramey A. Crawford
|
|
|
|
|
Nathan Walp
|
|
|
|
|
Neil Sanchala
|
|
|
|
|
Arkadiusz Miskiewicz
|
|
|
|
|
David Prater <draven@tcsx.net>
|
|
|
|
|
S<EFBFBD>bastien Carp
|
|
|
|
|
Ari Pollak
|
|
|
|
|
Decklin Foster
|
|
|
|
|
David
|
|
|
|
|
S D Erle
|
|
|
|
|
BMiller
|
|
|
|
|
Lance Rocker
|
|
|
|
|
ergofobe
|
|
|
|
|
Justin M. Ward <justin@yossman.net>
|
|
|
|
|
G. Sumner Hayes
|
|
|
|
|
Brian Ryner
|
|
|
|
|
Ryan C. Gordon
|
|
|
|
|
Elliot Tobin <elliot@bha.udel.edu>
|
|
|
|
|
Jeroen van der Vegt
|
|
|
|
|
The OpenQ Team
|
|
|
|
|
|
2007-08-15 20:35:26 +02:00
|
|
|
|
%lang_package -n libpurple
|
2007-05-21 04:39:49 +02:00
|
|
|
|
%prep
|
2007-07-24 01:33:28 +02:00
|
|
|
|
#'
|
2007-05-21 04:39:49 +02:00
|
|
|
|
%setup -q -a1 -a2
|
|
|
|
|
%patch1 -p1
|
2007-11-09 23:28:11 +01:00
|
|
|
|
# FIXME: Port this patch:
|
2007-05-21 04:39:49 +02:00
|
|
|
|
#%patch2 -p1
|
|
|
|
|
%patch3 -p1
|
|
|
|
|
%patch4 -p1
|
|
|
|
|
%patch5 -p1
|
|
|
|
|
%patch7
|
2007-07-24 01:33:28 +02:00
|
|
|
|
%patch9 -p1
|
2007-11-21 03:27:19 +01:00
|
|
|
|
%patch11 -p1
|
2008-03-03 18:05:36 +01:00
|
|
|
|
%patch12
|
2008-07-16 23:21:13 +02:00
|
|
|
|
# PATCH-FIX-UPSTREAM pidgin-msn-xfer-fail.patch bnc404163 sbrabec@suse.cz -- Fix MSN file transfer DoS
|
|
|
|
|
# http://developer.pidgin.im/ticket/6246
|
|
|
|
|
%patch13
|
2007-05-21 04:39:49 +02:00
|
|
|
|
# Change Myanmar/Myanmar to Myanmar:
|
|
|
|
|
rename my_MM my po/my_MM.*
|
|
|
|
|
sed -i "/^ALL_LINGUAS/s/ my_MM / my /" configure.ac
|
2008-01-10 03:30:01 +01:00
|
|
|
|
# ditto for sr@latin to sr@Latn
|
|
|
|
|
rename sr@latin sr@Latn po/sr@latin.*
|
|
|
|
|
sed -i "/^ALL_LINGUAS/s/ sr@latin / sr@Latn /" configure.ac
|
2007-05-21 04:39:49 +02:00
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
# -fno-strict-aliasing needed for 2.0.0
|
|
|
|
|
%if %suse_version > 1000
|
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -fstack-protector -fPIC -fno-strict-aliasing"
|
|
|
|
|
export LDFLAGS="-pie"
|
|
|
|
|
%else
|
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -fPIC -fno-strict-aliasing"
|
|
|
|
|
%endif
|
|
|
|
|
ACLOCAL="aclocal -I m4macros" autoreconf -f -i
|
2008-03-07 23:10:31 +01:00
|
|
|
|
intltoolize --force
|
2007-05-21 04:39:49 +02:00
|
|
|
|
%configure\
|
|
|
|
|
--disable-static\
|
|
|
|
|
--enable-plugins\
|
|
|
|
|
--enable-cyrus-sasl\
|
|
|
|
|
--enable-dbus=yes\
|
|
|
|
|
--enable-mono=yes\
|
|
|
|
|
--enable-gstreamer=yes\
|
|
|
|
|
--enable-gnome-keyring=yes\
|
|
|
|
|
--enable-nm=yes\
|
|
|
|
|
--enable-dbus=yes\
|
2008-03-03 18:05:36 +01:00
|
|
|
|
--enable-devhelp\
|
2007-05-21 04:39:49 +02:00
|
|
|
|
--with-perl-lib=/usr\
|
|
|
|
|
--with-nspr-includes=/usr/include/nspr4\
|
|
|
|
|
--with-nss-includes=/usr/include/nss3\
|
|
|
|
|
--with-tclconfig=/usr/%_lib\
|
|
|
|
|
--with-tkconfig=/usr/%_lib
|
2007-08-03 02:10:42 +02:00
|
|
|
|
cd libpurple
|
|
|
|
|
make dbus-bindings.c
|
|
|
|
|
cd ..
|
2008-03-03 18:05:36 +01:00
|
|
|
|
#patch -p0 <%{P:10}
|
2007-05-21 04:39:49 +02:00
|
|
|
|
make
|
2007-08-03 02:10:42 +02:00
|
|
|
|
# Mono bindings 2.1.0 are not parallel build ready:
|
2007-05-21 04:39:49 +02:00
|
|
|
|
#make %{?jobs:-j%jobs}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%makeinstall
|
|
|
|
|
%perl_process_packlist
|
|
|
|
|
%suse_update_desktop_file -N Pidgin -G "Instant Messenger" %{name} InstantMessaging
|
|
|
|
|
cp -a NLD $RPM_BUILD_ROOT%{_prefix}/share/pixmaps/pidgin/emotes
|
|
|
|
|
cp -a Tango $RPM_BUILD_ROOT%{_prefix}/share/pixmaps/pidgin/emotes
|
|
|
|
|
rm $RPM_BUILD_ROOT%{_prefix}/%_lib/pidgin/*.*a
|
|
|
|
|
# FIXME: Should be nonversioned name:
|
|
|
|
|
test -L $RPM_BUILD_ROOT%{_libdir}/purple-2/liboscar.so && rm $RPM_BUILD_ROOT%{_libdir}/purple-2/liboscar.so
|
|
|
|
|
test -L $RPM_BUILD_ROOT%{_libdir}/purple-2/libjabber.so && rm $RPM_BUILD_ROOT%{_libdir}/purple-2/libjabber.so
|
|
|
|
|
#find $RPM_BUILD_ROOT -type f -name .packlist -exec rm {} ';'
|
|
|
|
|
#find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm {} ';'
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/*/*.la
|
|
|
|
|
# NOTE: Original has also "grep -v /libbonjour.so | \"
|
|
|
|
|
find $RPM_BUILD_ROOT%{_libdir}/purple-2 -xtype f -print | \
|
|
|
|
|
sed "s@^$RPM_BUILD_ROOT@@g" | \
|
|
|
|
|
grep -v /libsametime.so | \
|
|
|
|
|
grep -v /mono.so | \
|
|
|
|
|
grep -v ".dll$" > %{name}-%{version}-purpleplugins
|
|
|
|
|
find $RPM_BUILD_ROOT%{_libdir}/pidgin -xtype f -print | \
|
|
|
|
|
sed "s@^$RPM_BUILD_ROOT@@g" > %{name}-%{version}-pidginplugins
|
|
|
|
|
find $RPM_BUILD_ROOT%{_libdir}/finch -xtype f -print | \
|
|
|
|
|
sed "s@^$RPM_BUILD_ROOT@@g" > %{name}-%{version}-finchplugins
|
|
|
|
|
%find_gconf_schemas
|
|
|
|
|
cat %{name}.schemas_list %{name}-%{version}-pidginplugins >%{name}.lst
|
2007-08-03 02:10:42 +02:00
|
|
|
|
# pointless libtool .la file with only trivial dependencies
|
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/libpurple.la $RPM_BUILD_ROOT%{_libdir}/libpurple-client.la
|
2007-08-11 17:54:21 +02:00
|
|
|
|
%fdupes $RPM_BUILD_ROOT
|
|
|
|
|
|
2007-05-21 04:39:49 +02:00
|
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%pre -f %{name}.schemas_pre
|
|
|
|
|
%posttrans -f %{name}.schemas_posttrans
|
|
|
|
|
|
|
|
|
|
%preun -f %{name}.schemas_preun
|
|
|
|
|
|
2007-10-25 02:40:36 +02:00
|
|
|
|
%post -n libpurple -p /sbin/ldconfig
|
2007-05-31 21:10:32 +02:00
|
|
|
|
|
2007-10-25 02:40:36 +02:00
|
|
|
|
%postun -n libpurple -p /sbin/ldconfig
|
2007-05-31 21:10:32 +02:00
|
|
|
|
|
2007-10-25 02:40:36 +02:00
|
|
|
|
%post -n finch -p /sbin/ldconfig
|
2007-05-31 21:10:32 +02:00
|
|
|
|
|
2007-10-25 02:40:36 +02:00
|
|
|
|
%postun -n finch -p /sbin/ldconfig
|
2007-05-31 21:10:32 +02:00
|
|
|
|
|
2007-05-21 04:39:49 +02:00
|
|
|
|
%files -f %{name}.lst
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%doc AUTHORS COPYING COPYRIGHT ChangeLog NEWS README README.MTN doc/the_penguin.txt
|
|
|
|
|
%dir %{_libdir}/pidgin
|
|
|
|
|
%{perl_vendorarch}/Pidgin.pm
|
|
|
|
|
%{perl_vendorarch}/auto/Pidgin
|
|
|
|
|
%{_bindir}/pidgin
|
|
|
|
|
%{_datadir}/pixmaps/pidgin
|
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/pidgin.*
|
|
|
|
|
%{_datadir}/applications/*.desktop
|
2007-09-14 00:47:58 +02:00
|
|
|
|
%dir %{_datadir}/sounds/purple
|
|
|
|
|
%{_datadir}/sounds/purple/*
|
2007-05-21 04:39:49 +02:00
|
|
|
|
%doc %{_mandir}/man1/pidgin.*
|
|
|
|
|
%doc %{_mandir}/man3/Pidgin.*
|
|
|
|
|
/var/adm/perl-modules/pidgin
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_includedir}/pidgin
|
|
|
|
|
%{_libdir}/pkgconfig/pidgin.pc
|
2007-08-11 17:54:21 +02:00
|
|
|
|
|
2007-08-15 20:35:26 +02:00
|
|
|
|
%files -n libpurple-lang -f %{name}.lang
|
2007-08-11 17:54:21 +02:00
|
|
|
|
|
2007-10-25 02:40:36 +02:00
|
|
|
|
%files -n libpurple -f %{name}-%{version}-purpleplugins
|
2007-05-21 04:39:49 +02:00
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
%doc libpurple/purple-notifications-example
|
|
|
|
|
%{_bindir}/purple-client-example
|
|
|
|
|
%{_bindir}/purple-remote
|
|
|
|
|
%{_bindir}/purple-send
|
|
|
|
|
%{_bindir}/purple-send-async
|
|
|
|
|
%{_bindir}/purple-url-handler
|
|
|
|
|
%{_datadir}/pixmaps/purple
|
2007-11-21 03:27:19 +01:00
|
|
|
|
%dir %{_datadir}/purple
|
|
|
|
|
%dir %{_datadir}/purple/ca-certs
|
2007-11-09 23:28:11 +01:00
|
|
|
|
%{_datadir}/purple/ca-certs/Equifax_Secure_CA.pem
|
|
|
|
|
%{_datadir}/purple/ca-certs/GTE_CyberTrust_Global_Root.pem
|
|
|
|
|
%{_datadir}/purple/ca-certs/Microsoft_Secure_Server_Authority.pem
|
2008-03-03 18:05:36 +01:00
|
|
|
|
%{_datadir}/purple/ca-certs/StartCom_Free_SSL_CA.pem
|
2007-11-09 23:28:11 +01:00
|
|
|
|
%{_datadir}/purple/ca-certs/Verisign_Class3_Primary_CA.pem
|
|
|
|
|
%{_datadir}/purple/ca-certs/Verisign_RSA_Secure_Server_CA.pem
|
2007-05-21 04:39:49 +02:00
|
|
|
|
%{_libdir}/libpurple.so.*
|
|
|
|
|
%{_libdir}/libpurple-client.so.*
|
|
|
|
|
%dir %{_libdir}/purple-2
|
|
|
|
|
%{perl_vendorarch}/Purple.pm
|
|
|
|
|
%{perl_vendorarch}/auto/Purple
|
|
|
|
|
|
|
|
|
|
%files -n libpurple-meanwhile
|
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
%{_libdir}/purple-2/libsametime.*
|
|
|
|
|
|
|
|
|
|
%files -n libpurple-mono
|
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
%{_libdir}/purple-2/mono.so
|
|
|
|
|
%{_libdir}/purple-2/*.dll
|
|
|
|
|
|
|
|
|
|
%files -n libpurple-devel
|
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
%doc ChangeLog.API HACKING PLUGIN_HOWTO
|
|
|
|
|
%{_includedir}/libpurple
|
|
|
|
|
%{_datadir}/aclocal/purple.m4
|
|
|
|
|
%{_libdir}/libpurple.so
|
|
|
|
|
%{_libdir}/libpurple-client.so
|
|
|
|
|
%{_libdir}/pkgconfig/purple.pc
|
|
|
|
|
%doc %{_mandir}/man3/Purple.*
|
|
|
|
|
|
2007-10-25 02:40:36 +02:00
|
|
|
|
%files -n finch -f %{name}-%{version}-finchplugins
|
2007-05-21 04:39:49 +02:00
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
%{_bindir}/finch
|
|
|
|
|
%{_libdir}/libgnt.so.*
|
2007-08-03 02:10:42 +02:00
|
|
|
|
%{_libdir}/gnt
|
2007-05-21 04:39:49 +02:00
|
|
|
|
%dir %{_libdir}/finch
|
|
|
|
|
%doc %{_mandir}/man1/finch.*
|
|
|
|
|
|
|
|
|
|
%files -n finch-devel
|
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
%{_includedir}/finch
|
|
|
|
|
%{_includedir}/gnt
|
|
|
|
|
%{_libdir}/libgnt.so
|
|
|
|
|
%{_libdir}/libgnt.*a
|
2007-11-09 23:28:11 +01:00
|
|
|
|
%{_libdir}/pkgconfig/finch.pc
|
2007-05-21 04:39:49 +02:00
|
|
|
|
%{_libdir}/pkgconfig/gnt.pc
|
2007-12-11 01:12:21 +01:00
|
|
|
|
|
2007-05-21 04:39:49 +02:00
|
|
|
|
%changelog
|
2008-07-16 23:21:13 +02:00
|
|
|
|
* Tue Jul 15 2008 sbrabec@suse.cz
|
|
|
|
|
- Update to version 2.4.3:
|
|
|
|
|
* Setting your buddy icon once again works for Yahoo! accounts.
|
|
|
|
|
* Fixes in the Yahoo! protocol to prevent a double free, crashes
|
|
|
|
|
on aliases, and alias functionality.
|
|
|
|
|
* Fix crashes in the bonjour protocol.
|
|
|
|
|
* Always use UTF-8 for Yahoo! (needed for Yahoo! Japan)
|
|
|
|
|
* Fix a crash when the given jabber id is invalid.
|
|
|
|
|
* Make the IRC "unknown message" debugging messages UTF-8 safe.
|
|
|
|
|
* Fix connecting to ICQ.
|
|
|
|
|
* Fix a memleak when handling jabber xforms.
|
|
|
|
|
* Various memory leak fixes.
|
|
|
|
|
* Fix MSN malformed SLP message integer overflow (bnc#406416,
|
|
|
|
|
CVE-2008-2927, RedHat#453764)
|
|
|
|
|
- Fix of MSN file transfer failed receiver file open DoS
|
|
|
|
|
(bnc#404163, pidgin#6246, CVE-2008-2955, BUGTRAQ:20080626 Pidgin
|
|
|
|
|
2.4.1 Vulnerability, FRSIRT:ADV-2008-1947, SECUNIA:30881)
|
2008-07-11 23:22:52 +02:00
|
|
|
|
* Mon Jun 30 2008 maw@suse.de
|
|
|
|
|
- Update to version 2.4.2:
|
|
|
|
|
+ Usability imprvements in typing notification, buddy icon, and
|
|
|
|
|
imput area size
|
|
|
|
|
+ Memory leaks
|
|
|
|
|
+ MSN buddy list synchronisation improvements
|
|
|
|
|
+ For a blow-by-blow account, see
|
|
|
|
|
http://developer.pidgin.im/query?status=closed&milestone=2.4.2
|
|
|
|
|
- Respin the following patches: pidgin-gnome-keyring.patch and
|
|
|
|
|
pidgin-check.patch.
|
2008-05-08 00:45:03 +02:00
|
|
|
|
* Wed May 07 2008 coolo@suse.de
|
|
|
|
|
- also provide gaim-devel to fix update
|
2008-04-03 01:56:49 +02:00
|
|
|
|
* Wed Apr 02 2008 maw@suse.de
|
|
|
|
|
- Update to version 2.4.1:
|
|
|
|
|
+ http://developer.pidgin.im/query?status=closed&milestone=2.4.1
|
|
|
|
|
+ libpurple:
|
|
|
|
|
* Treat AIM Unicode messages as UTF-16 rather than UCS-2; this
|
|
|
|
|
should have no functional effect, other than continued
|
|
|
|
|
support on systems which have dropped UCS-2 conversions
|
|
|
|
|
* Add support for setting buddy icons on Gadu-Gadu
|
|
|
|
|
* Fix a crash when clearing the buddy icon for an account on
|
|
|
|
|
XMPP
|
|
|
|
|
* Fix a crash during login for some ICQ accounts
|
|
|
|
|
* Prefer more available resources on XMPP when priorities are
|
|
|
|
|
equal
|
|
|
|
|
* Fix incorrectly marking some Yahoo! contacts as blocked
|
|
|
|
|
* Improved handling of UTF-8 group names on ICQ (beret)
|
|
|
|
|
* Fix a crash when starting if you have a Zephyr account
|
|
|
|
|
* Increase XMPP ping timeout to 120 seconds, to prevent poor
|
|
|
|
|
network connections from timing out unnecessarily
|
|
|
|
|
* Don't crash on XMPP forms with empty default values
|
|
|
|
|
* Fix issues with CHAP authentication for SOCKS5 proxies
|
|
|
|
|
+ Pidgin:
|
|
|
|
|
* Remove a workaround for older versions gstreamer that was
|
|
|
|
|
causing crashes on some non-Linux systems such as HPUX
|
|
|
|
|
* Fix some cases of the conversation input entry area being
|
|
|
|
|
1 pixel high
|
|
|
|
|
* Fix for displaying channel & buddy names in conversation
|
|
|
|
|
window when they have '&' in them
|
|
|
|
|
* Some memory leak fixes, especially in the Text Replacement
|
|
|
|
|
plugin
|
|
|
|
|
* Rectangular but non-square buddy icons have rounded corners
|
|
|
|
|
in the buddy list
|
|
|
|
|
+ Finch:
|
|
|
|
|
* Fix compiling with Glib older than 2.6
|
|
|
|
|
* Ensure existing conversations selected from the 'Send IM'
|
|
|
|
|
dialog are given focus
|
|
|
|
|
* Move the tooltip on the left of the buddylist if there's
|
|
|
|
|
not enough room on the right to show it.
|
2008-03-07 23:10:31 +01:00
|
|
|
|
* Thu Mar 06 2008 maw@suse.de
|
|
|
|
|
- Fix the build when against newer versions of intltool.
|
2008-03-03 18:05:36 +01:00
|
|
|
|
* Mon Mar 03 2008 sbrabec@suse.cz
|
|
|
|
|
- Update to version 2.4.0:
|
|
|
|
|
- Backend
|
|
|
|
|
* Added support for offline messages for AIM accounts
|
|
|
|
|
* Fixed various problems with loss of status messages when going
|
|
|
|
|
or returning from idle on MySpaceIM
|
|
|
|
|
* Bonjour protocol now uses Avahi instead of Howl
|
|
|
|
|
* Partial support for viewing ICQ status notes
|
|
|
|
|
* Support for /notice on IRC
|
|
|
|
|
* Support for Yahoo! Messenger 7.0+ file transfer method
|
|
|
|
|
* Support for retrieving full names and addresses from the
|
|
|
|
|
address book on Yahoo! Japan
|
|
|
|
|
* The AIM/ICQ server-side preference for "allow others to see me
|
|
|
|
|
as idle" is no longer unconditionally set to "yes"
|
|
|
|
|
* Fix SSL certificate checks for renewed certificates
|
|
|
|
|
* Fix the ability to set vCard buddy icons on Google Talk/XMPP
|
|
|
|
|
* D-Bus fixes on 64bit
|
|
|
|
|
* Fixed retrieval of buddy icons and setting of server-side
|
|
|
|
|
aliases on Yahoo! and Yahoo! Japan with a HTTP proxy server
|
|
|
|
|
* Fixed an MSN bug that would leave you appearing offline when
|
|
|
|
|
transferred to different server
|
|
|
|
|
- Pidgin frontend
|
|
|
|
|
* Input text area in conversation windows auto-resizes
|
|
|
|
|
* Added the ability to theme conversation name colors through
|
|
|
|
|
the GTK+ theme
|
|
|
|
|
* Fixed having multiple alias edit areas in the infopane
|
|
|
|
|
* Save the conversation "Enable Logging" option per-contact
|
|
|
|
|
* Typing notifications are now shown in the conversation area
|
|
|
|
|
- Finch frontend
|
|
|
|
|
* More colors is now used
|
|
|
|
|
* The default keybinding for dump-screen is now M-D
|
|
|
|
|
* New navigating between the higlighted windows bindings alt+tab
|
|
|
|
|
and alt+shift+tab
|
|
|
|
|
* Recently signed on (or off) buddies blink in the buddy list
|
|
|
|
|
* New action 'Room List' in the action list can be used
|
|
|
|
|
* The 'Grouping' plugin can be used for alternate grouping
|
|
|
|
|
* Added a log viewer
|
|
|
|
|
* Added the ability to block/unblock buddies
|
|
|
|
|
* Fixed a bug preventing finch working on x86_64
|
|
|
|
|
* Thu Jan 10 2008 maw@suse.de
|
2008-01-10 03:30:01 +01:00
|
|
|
|
- Fix installation of Serbian (Latin script) translation data.
|
2008-03-03 18:05:36 +01:00
|
|
|
|
* Sat Dec 08 2007 james@usr-local-bin.org
|
2007-12-11 01:12:21 +01:00
|
|
|
|
- Update to version 2.3.1:
|
|
|
|
|
+ http://developer.pidgin.im/query?status=closed&milestone=2.3.1
|
|
|
|
|
+ libpurple:
|
|
|
|
|
* Fixed a number of MSN bugs introduced in 2.3.0, resolving problems
|
|
|
|
|
connecting to MSN and random local display name changes
|
|
|
|
|
* Going idle on MySpaceIM will no longer clear your status and message.
|
|
|
|
|
* Idle MySpaceIM buddies should now appear online at login.
|
|
|
|
|
* Fixed crashes in XMPP when discovering a client's capabilities
|
|
|
|
|
* Don't set the current tune title if it's NULL (XMPP/Google Talk)
|
|
|
|
|
* Don't allow buddies to be manually added to Bonjour
|
|
|
|
|
* Don't advertise IPv6 on Bonjour because we don't support it
|
|
|
|
|
* Compile fixes for FreeBSD and Solaris
|
|
|
|
|
* Update QQ client version so some accounts can connect again
|
|
|
|
|
* Do not allow ISON requests to stack in IRC, preventing flooding IRC
|
|
|
|
|
servers when temporary network outages are restored
|
|
|
|
|
* Plug several leaks in the perl plugin loader
|
|
|
|
|
* Prevent autoaccept plugin overwriting existing files
|
2008-03-03 18:05:36 +01:00
|
|
|
|
* Sat Dec 01 2007 maw@suse.de
|
2007-12-11 01:12:21 +01:00
|
|
|
|
- Update to version 2.3.0:
|
|
|
|
|
+ http://developer.pidgin.im/query?status=closed&milestone=2.3.0
|
|
|
|
|
+ libpurple:
|
|
|
|
|
* real usernames shown in system log
|
|
|
|
|
* honor a PURPLE_DISABLE_DEPRECATED define to allow plugins to
|
|
|
|
|
catch deprecated functions earlier rather than later.
|
|
|
|
|
* Thanks to a patch from Intel, the Bonjour prpl now supports file
|
|
|
|
|
transfers using XEP-0096 and XEP-0065. This should enable file
|
|
|
|
|
transfers between libpurple clients and Gajim clients, but will not
|
|
|
|
|
work with iChat or Adium as they use a different file transfer
|
|
|
|
|
implementation.
|
|
|
|
|
* XMPP password changes that return errors no longer cause the saved
|
|
|
|
|
password to be changed.
|
|
|
|
|
* XMPP file transfer support has been enhanced to support sending
|
|
|
|
|
files through a proxy when the server supports discovering a
|
|
|
|
|
a bytestream proxy. This should make file transfers much more
|
|
|
|
|
reliable. The next release will add support for manually specifying
|
|
|
|
|
a proxy when the server doesn't advertise one.
|
|
|
|
|
+ pidgin:
|
|
|
|
|
* If a plugin says it can't be unloaded, we now display an error and
|
|
|
|
|
remove the plugin from the list of saved plugins so it won't load
|
|
|
|
|
at the next startup. Previously, we were ignoring this case, which
|
|
|
|
|
could lead to crashes.
|
|
|
|
|
* Mark dialog windows as transient for appropriate parent windows to
|
|
|
|
|
help window managers do the right thing (Gabriel Schulhof)
|
|
|
|
|
* Connection errors are now reported in mini-dialogs inside the buddy
|
|
|
|
|
list, rather than as buttons in the buddy list and with dialog
|
|
|
|
|
boxes. If several accounts are disabled when you sign on elsewhere,
|
|
|
|
|
you can now re-enable them all with a single click.
|
|
|
|
|
* Added tooltips to the Room List window to show full topics
|
|
|
|
|
* Added buttons in preferences to access GNOME network and browser
|
|
|
|
|
preferences configuration dialogs when running under GNOME
|
|
|
|
|
* If you alias a buddy to an alias that is already present within
|
|
|
|
|
a particular group, we now offer to merge the buddies into the
|
|
|
|
|
same contact.
|
|
|
|
|
* A music emblem is now displayed in the buddy list for a buddy if we
|
|
|
|
|
know she is listening to some soothing music.
|
|
|
|
|
* Added a 'Move to' menu in buddy list context menu for moving buddies
|
|
|
|
|
to other groups as an alternative to dragging.
|
|
|
|
|
* Group headings are now marked via an underline instead of a
|
|
|
|
|
different color background.
|
|
|
|
|
* It is now possible to mark a chat on your buddy list as "Persistent"
|
|
|
|
|
so you do not leave the chat when the window or tab is closed.
|
|
|
|
|
* The auto-join option for chats is now listed in the "Add Chat"
|
|
|
|
|
dialog along with the new persistence option.
|
|
|
|
|
* Closing an IM no longer immediately closes your conversation. It
|
|
|
|
|
will now remain active for a short time so that if the conversation
|
|
|
|
|
resumes, the history will be retained. A preference has been added
|
|
|
|
|
to toggle this behavior.
|
|
|
|
|
* The "Smiley" menu has been moved to the top-level of the toolbar.
|
|
|
|
|
* Pidgin's display is now saved with the command line for session
|
|
|
|
|
restoration. (David Mohr)
|
|
|
|
|
* ICQ Birthday notifications are shown as buddy list emblems.
|
|
|
|
|
* Plugin actions are now available from the docklet context menu
|
|
|
|
|
in addition to the Tool menu of the buddy list.
|
|
|
|
|
* The manual page has been heavily rewritten to bring it in line
|
|
|
|
|
with current functionality.
|
|
|
|
|
+ Finch:
|
|
|
|
|
* If a plugin says it can't be unloaded, we now display an error and
|
|
|
|
|
remove the plugin from the list of saved plugins so it won't load
|
|
|
|
|
at the next startup. Previously, we were ignoring this case, which
|
|
|
|
|
could lead to crashes.
|
|
|
|
|
* It's possible to bind key-strokes to specific menuitems in the windows.
|
|
|
|
|
Read the 'Menus' section in the man-page for details.
|
|
|
|
|
* 'transpose-chars' operation for the entry boxes. The default key-binding
|
|
|
|
|
is ctrl+t.
|
|
|
|
|
* 'yank' operation for the entry boxes. The default binding is ctrl+y.
|
|
|
|
|
- Updated build requirements.
|
2008-03-03 18:05:36 +01:00
|
|
|
|
* Tue Nov 13 2007 maw@suse.de
|
2007-11-21 03:27:19 +01:00
|
|
|
|
- Add pidgin-directconn-argfix.patch.
|
2008-04-03 01:56:49 +02:00
|
|
|
|
* Fri Nov 09 2007 maw@suse.de
|
2007-11-09 23:28:11 +01:00
|
|
|
|
- Update to version 2.2.2 (thanks to James, Ivan, and Michel for
|
|
|
|
|
the good work in GNOME:Community!)
|
|
|
|
|
+ New protocol plugins
|
|
|
|
|
+ XMPP enhancements
|
|
|
|
|
+ Certificate management
|
|
|
|
|
+ Various and sundry fixes and UI improvements
|
|
|
|
|
- Remove obsolete pidgin-stringcompare.patch
|
|
|
|
|
- Update pidgin-nonblock-common.patch.
|
2008-03-03 18:05:36 +01:00
|
|
|
|
* Wed Oct 24 2007 sbrabec@suse.cz
|
2007-10-25 02:40:36 +02:00
|
|
|
|
- Fixed build by providing of lang package in older products.
|
2008-03-03 18:05:36 +01:00
|
|
|
|
* Tue Oct 23 2007 sbrabec@suse.cz
|
2007-10-24 01:42:15 +02:00
|
|
|
|
- Fixed BuildRequires in Build Service.
|
2008-03-03 18:05:36 +01:00
|
|
|
|
* Mon Oct 01 2007 sbrabec@suse.cz
|
2007-10-03 01:08:35 +02:00
|
|
|
|
- libpurple requires dbus-1-python (#329734).
|
2008-03-03 18:05:36 +01:00
|
|
|
|
* Wed Sep 12 2007 mauro@suse.de
|
2007-09-14 00:47:58 +02:00
|
|
|
|
- Update to version 2.1.1
|
|
|
|
|
+ Fixed bug bnc #308639
|
2008-03-03 18:05:36 +01:00
|
|
|
|
* Thu Sep 06 2007 sbrabec@suse.cz
|
2007-09-12 17:01:02 +02:00
|
|
|
|
- Dropped gaim-compat package, fixed provides/obsoletes (#296952).
|
2008-03-03 18:05:36 +01:00
|
|
|
|
* Fri Aug 17 2007 ro@suse.de
|
2007-08-17 02:07:05 +02:00
|
|
|
|
- fix requires: require libpurple-lang instead of pidgin-lang
|
2008-03-03 18:05:36 +01:00
|
|
|
|
* Tue Aug 14 2007 maw@suse.de
|
2007-08-15 20:35:26 +02:00
|
|
|
|
- Use %%lang_package -n libpurple instead.
|
2008-03-03 18:05:36 +01:00
|
|
|
|
* Sat Aug 11 2007 coolo@suse.de
|
2007-08-11 17:54:21 +02:00
|
|
|
|
- split out pidin-lang as required by other packages
|
2008-03-03 18:05:36 +01:00
|
|
|
|
* Mon Aug 06 2007 maw@suse.de
|
2007-08-11 17:54:21 +02:00
|
|
|
|
- Use %%fdupes
|
|
|
|
|
- s#%%run_ldconfig#/sbin/ldconfig# in %%post and %%postun
|
|
|
|
|
- Split out -lang subpackage.
|
2008-03-03 18:05:36 +01:00
|
|
|
|
* Thu Aug 02 2007 sbrabec@suse.cz
|
2007-08-03 02:10:42 +02:00
|
|
|
|
- Updated to version 2.1.0:
|
|
|
|
|
* start with new UI concepts
|
|
|
|
|
* largely re-designed conversation window
|
|
|
|
|
* fixed some ICQ internationalization issues
|
|
|
|
|
* enable using SILC Toolkit 1.1
|
|
|
|
|
* lots of bug fixed
|
2008-03-03 18:05:36 +01:00
|
|
|
|
* Tue Jul 31 2007 maw@suse.de
|
2007-07-30 23:51:36 +02:00
|
|
|
|
- Change some obsoletes and provides stuff.
|
2008-03-03 18:05:36 +01:00
|
|
|
|
* Tue Jul 24 2007 maw@suse.de
|
2007-07-24 01:33:28 +02:00
|
|
|
|
- Add includes.patch, fixing the build when new versions of
|
|
|
|
|
evolution-data-server are installed.
|
2008-03-03 18:05:36 +01:00
|
|
|
|
* Tue Jun 12 2007 ro@suse.de
|
2007-06-14 16:05:02 +02:00
|
|
|
|
- avoid string compare with char literal (use strcmp)
|
2008-03-03 18:05:36 +01:00
|
|
|
|
* Thu May 31 2007 sbrabec@suse.cz
|
2007-05-31 21:10:32 +02:00
|
|
|
|
- Updated to version 2.0.1:
|
|
|
|
|
* Over 100 bugs fixed.
|
2008-03-03 18:05:36 +01:00
|
|
|
|
* Mon May 28 2007 sbrabec@suse.cz
|
2007-05-28 23:32:44 +02:00
|
|
|
|
- Fixed devel dependencies.
|
2008-03-03 18:05:36 +01:00
|
|
|
|
* Tue May 15 2007 sbrabec@suse.cz
|
2007-05-21 04:39:49 +02:00
|
|
|
|
- Compile with SILC protocol support.
|
|
|
|
|
- Integrated patches ported by Martin Szulecki.
|
|
|
|
|
- Fixed NSS/NSPR detection.
|
|
|
|
|
- Split gaim compatibility binaries.
|
|
|
|
|
- Removed obsolete media files.
|
2008-03-03 18:05:36 +01:00
|
|
|
|
* Mon May 14 2007 sbrabec@suse.cz
|
2007-05-21 04:39:49 +02:00
|
|
|
|
- Fixed autoreconf.
|
|
|
|
|
- Fixed Provides/Obsoletes.
|
|
|
|
|
- Require basic SASL plugins required for Jabber.
|
2008-03-03 18:05:36 +01:00
|
|
|
|
* Thu May 10 2007 sbrabec@suse.cz
|
2007-05-21 04:39:49 +02:00
|
|
|
|
- New SuSE package, version 2.0.0 (successor of gaim).
|
|
|
|
|
Spec file based on work of James Ogley.
|