Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/deps/telepathy-gabble/SPECS/telepathy-gabble.spec
blob: 37a60ef60d8a4e6dd26283596484650a932f2997 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
#
# spec file for package telepathy-gabble (Version 0.7.24)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           telepathy-gabble
Url:            http://telepathy.freedesktop.org/wiki/
Summary:        XMPP connection manager for Telepathy
Version:        0.7.24
Release:        1.6
License:        LGPL v2.1 or later
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  dbus-1-glib-devel
BuildRequires:  libsoup-devel
BuildRequires:  libuuid-devel
BuildRequires:  libxslt-devel
BuildRequires:  loudmouth-devel
BuildRequires:  python-xml
BuildRequires:  telepathy-glib-devel
Group:          System/Libraries
Source:         %{name}-%{version}.tar.bz2

%description
Gabble is a Jabber/XMPP connection manager for the Telepathy framework,
currently supporting single user chats, multi user chats and
voice/video calls. Install this package to use Telepathy instant
messaging clients with Jabber/XMPP servers, including Google Talk.



Authors:
--------
    Robert McQueen <robert.mcqueen@collabora.co.uk>
    Rob Taylor <rob.taylor@collabora.co.uk>
    Ole André <ole.andre.ravnaas@collabora.co.uk>
    Ross Burton <ross@burtonini.com>
    Simon McVittie <simon.mcvittie@collabora.co.uk>

%package doc
License:        LGPL v2.1 or later
Summary:        XMPP connection manager for Telepathy (documentation)
Group:          Documentation/Other
Requires:       %{name}-%{version}

%description doc
Gabble is a Jabber/XMPP connection manager for the Telepathy framework,
currently supporting single user chats, multi user chats and
voice/video calls. Install this package to use Telepathy instant
messaging clients with Jabber/XMPP servers, including Google Talk.

This package contain the documentation.



Authors:
--------
    Robert McQueen <robert.mcqueen@collabora.co.uk>
    Rob Taylor <rob.taylor@collabora.co.uk>
    Ole André <ole.andre.ravnaas@collabora.co.uk>
    Ross Burton <ross@burtonini.com>
    Simon McVittie <simon.mcvittie@collabora.co.uk>

%prep
%setup -q 

%build
%configure --docdir=%{_docdir}/%{name}
make %{?jobs:-j %jobs}

%install
%makeinstall 
cp AUTHORS ChangeLog COPYING $RPM_BUILD_ROOT/%{_docdir}/%{name}

%clean
rm -rf %buildroot

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr (-,root,root)
%dir %{_datadir}/telepathy
%dir %{_datadir}/telepathy/managers
%{_libdir}/telepathy-gabble
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.gabble.service
%{_datadir}/telepathy/managers/gabble.manager
%{_mandir}/man8/telepathy-gabble.8.gz

%files doc
%defattr (-,root,root)
%{_docdir}/%{name}/

%changelog
* Tue Mar 24 2009 vuntz@novell.com
- Update to version 0.7.24:
  + Enhancements:
  - All messages on the Messages interface now have a message
    token, using the XMPP id attribute. Identifiers for messages
    that Gabble sends, and those it receives that lack one, are
    generated with libuuid if available, or with a unique-ish
    time-based fallback otherwise.
  + Fixes:
  - Fix SOCKS5 implementation to actually respect XEP-0065.
  - Don't crash if Google relay responses arrive after the call
    has ended (fdo#20764).
  - Relax overly-strict checks made by CodecsUpdated.
- Add libuuid-devel BuildRequires.
* Tue Mar 17 2009 vuntz@novell.com
- Update to version 0.7.23:
  + Dependencies:
  - telepathy-glib >= 0.7.26 is now required
  - libsoup >= 2.4 is now required
  + Enhancements:
  - Add functionality to ask for a Google-specific relay session,
    so Google Talk users can use Google's relay servers to make
    and receive Jingle calls.
  - The CodecsUpdated method, introduced in spec version 0.17.19
    and used to send updated parameters for codecs such as Theora
    and H264 to the other party in a call, is now implemented.
  + Fixes:
  - Fix flow control in tubes when using a SI fallback
    bytestream.
  - Implement flow control in bytestream IBB.
  - Make GetHandle() correspond to the TargetHandle[Type]
    properties on streamed media channels.
- Add libsoup-devel BuildRequires.
* Fri Mar  6 2009 vuntz@novell.com
- Update to version 0.7.22:
  + Dependencies:
  - telepathy-glib 0.7.24 is now required
  + Enhancements:
  - Resolve STUN servers' IP addresses as required by
    telepathy-spec changes currently under development
  - Add NATTraversal, STUNServers and CreatedLocally properties
    to Media.StreamHandler as required by telepathy-spec changes
    currently under development
  - Add fallback-stun-server, fallback-stun-port
    ConnectionManager parameters
  + Fixes:
  - Correctly deal with streams that are added after a call is
    accepted, fixing video streaming in calls that start off
    audio-only
  - fdo#20102: fix byte ordering of port in GibberListener
  - Drain some swamps in Jingle call handling for better
    maintainability, and improve Jingle regression test coverage
  - Don't end calls a minute after an extra content is added, and
    correctly set the creator attribute on contents. This has the
    side-effect of not causing older Gabbles to assert.
  - Improve Tubes test coverage, and fix various races in the
    tests.
* Sat Feb 21 2009 mboman@suse.de
- Update to version 0.7.21:
  + Implement new tube API for muc stream tubes
  + Implement new tube API for 1-1 and muc D-Bus tubes
  + Implement the Messages interface for Text channels.
  + In multi-user chats, the point at which Sent is emitted has
    changed. Previously, Sent was emitted when the message was
    echoed back to you by the server; now, it is emitted (as is
    Messages.MessageSent) when you send the message. When the
    message is echoed, a delivery report is emitted with
    Messages.MessageReceived, and Received is emitted with an
    empty body and the Non_Text_Content flag set. Clients that
    don't understand the Messages interface should just
    immediately ack the ID in that signal
  + fdo#20003: fix a crash starting Jingle calls on some 64-bit
    platforms
  + fdo#20133: fix various bugs where idle callbacks outlived
    their user-data.
  + Don't start sending video when the other side adds a video
    stream.
- Remove required versions for BuildRequires. We don't generally
  use it in our .spec files
- Set correct group for -doc package (Documentation/Other)
- Add Requires %%{name}-%%{version} for -doc package
* Wed Feb  4 2009 hfiguiere@suse.de
- Update to version 0.7.20
  + Implement the draft version of Location from telepathy-spec 0.17.19
  + Announce generic tube capabilities when contacts support tubes
  + Don't get confused if MUC services auto-rename us
  + Don't get confused if we have to change our own nick in order to join a MUC
  + Set the correct actor when Jingle sessions are terminated
  + Don't omit offline, unknown and error from Statuses and GetStatuses()
    (regression in 0.7.19)
  + Close and ChannelClosed signals are now fired when a tube is closed (new API)
* Mon Feb  2 2009 mboman@suse.de
- Update to version 0.7.19:
  + Don't crash when closing a muc channel containing an closed D-Bus tube.
  + Don't resurrect removed streams if the call responder includes them in
    session-accept
  + Don't crash in calls if using glib with debugging enabled (fdo#19327).
  + Don't crash when removing contact from known list (fdo#19524).
  + Fix D-Bus muc tubes (dev.sugarlabs.org #60).
  + Fix refcount leak in jingle code (fdo#19385).
  + Don't crash if "offline" presence status is requested.
* Wed Jan 28 2009 hfiguiere@suse.de
- Bump dbus glib required version.
* Fri Jan  9 2009 hfiguiere@suse.de
- Update to version 0.7.18:
  + Implement SOCKS5 bytestreams (XEP-0065) in stream tubes.
  + Implement a stream initiation fallback mechanism allowing to use IBB if
    we can't connect to peer using SOCKS5.
  + Don't crash on setting presence if there are open MUC Tubes.
  + Stream tube channel advertises the immutable channel properties,
    including those not on the Channel interface.
- Build requires dbus-1-glib-devel >= 0.78
- Split documentation off.
- Drop telepathy-gabble-64bits-crash.patch.
* Fri Jan  9 2009 hfiguiere@suse.de
- Add telepathy-gabble-64bits-crash.patch
  + fix a crash on 64-bits. bnc#445874
* Thu Jan  1 2009 mboman@suse.de
- Update to version 0.7.17:
  + Too many fixes/updtaes to list. Please see NEWS for details
  + Fixes bnc#445874 (in 0.7.11)
* Sun Oct 19 2008 mboman@suse.de
- Update to version 0.7.10:
  + Implement the newly official Requested, InitiatorHandle and InitiatorID
    properties introduced in spec 0.17.13
  + fdo#16922: stop shipping MD5 and SHA-1 implementations, and use
    GChecksum instead, since we need GLib 2.16 anyway
  + Add support for running tests with GObject refdbg enabled
  + Add TargetID to allowed properties when requesting channels
  + test-handles: stop asserting that the wrong error (InvalidArgument)
    will be raised, and accept the correct error (InvalidHandle) too, since
    this was fixed in telepathy-glib
  + Some bugfixes in the OLPC code
  + Use unsigned for booleans in bitfields (gboolean is signed, so
    "gboolean foo:1" is not portable)
* Mon Oct 13 2008 sbrabec@suse.cz
- Signed-off.
* Thu Oct  2 2008 dominique-opensuse@leuenberger.net
- Update to version 0.7.9:
  * Implement the Requests API introduced in spec 0.17.11 and extended in 0.17.12
  * Save contacts' aliases into the roster for massive bandwidth savings (in
    conjunction with avatar caching, this should mean we don't have to fetch
    everyone's vCard every time we connect to the server)
  * Merge support for the "gadget", an OLPC-specific server component that
    supports browsing for buddies and activities
  * When running tests under valgrind, use the same options as in telepathy-glib
* Wed Aug 20 2008 hfiguiere@suse.de
- Requires now telepathy-glib >= 0.7.14
- Upgrade to 0.7.8
  * Implement the Contacts interface for bulk contact-handle inspection
  * Implement spec 0.17.9 (add the TargetID property to all channels)
  * Start to port channel factories away from TpChannelFactoryIface in
    preparation for implementing the Requests API
  * Add a simple smoke-test for SimplePresence
  * Use tp_debug_divert_messages() rather than our own copy of it, since we
    now depend on a new enough telepathy-glib anyway
  * Obey the Telepathy spec by giving 'dnd' presence type Presence_Type_Busy
    and not Presence_Type_Away
  * Use the pedantically correct marshaller for a GArray, since GObject 2.17
    actually checks for POINTER vs BOXED (regression in 0.7.7)
  * Remove unconditional debug messages in a few places
* Fri Aug  8 2008 hfiguiere@suse.de
- Upgrade to 0.7.7:
  * Requires telepathy-glib >= 0.7.13
  * Implement XEP-0115 version 1.5
  * fd.o #14954: Set presence in MUCs to be the same as our global presence
  * fd.o #14955: Set nickname in MUCs to be the same as our alias for ourselves
  (as set with Aliasing)
  * Fix a reference leak when using (new-style) TLS
  * Fix a memory leak when invited to a MUC
  * Fix a possible assertion failure when we're sent an invalid MUC invitation
  * fd.o #16918: fix an access to freed memory when the vCard manager is
  destroyed
  * fd.o #14341: add a regression test (currently disabled, because the bug
  is in Loudmouth)
  * Port most of the regression tests to a more comprehensible API
* Thu Jul 24 2008 hfiguiere@suse.de
- Remove the requires and let Autoreqprov do it for us
* Thu Jul 24 2008 hfiguiere@suse.de
- Update to 0.7.6
  * telepathy-glib >= 0.7.8 and loudmouth >= 1.3.2 are now required
  * Implement the Hold API using telepathy-glib rather than as an extension
  * fdo#15656: fix an inconsistency in audio/video capabilities
  * fdo#15422: fix generation of extensions/extensions.html
  * fdo#15904: fix a regression making the caller of an incoming call in
    the remote pending set instead of the members one.
  * fdo#15095: fix MUC contacts always appearing to be offline (and actually
    include the patch this time) (regression in 0.7.0, probably)
  * fdo#15311: update tests to work with python-twisted 8.0 (as seen in
    current Debian unstable)
  * Ignore components with ID != 1 in native candidates - we can only signal
    one component, and Farsight 2 reports RTCP components along with RTP ones
  * Don't assume that htmldir will be defined by autoconf (it's new in 2.59c,
    and we only require >= 2.59; regression in 0.7.4)
  * fdo#14467: aggregate MembersChanged signals when joining MUCs, so we
    get one big signal rather than lots of single-contact signals, potentially
    reducing client round-trips
  * Re-enable some regression tests that were accidentally removed in 0.7.3
  * Build documentation for our extensions to XMPP by default
  * fdo#12791, Debian #446259: fix assertion failure with strange roster items
  * fdo#14343: fix race condition that can lose messages between accepting
    a D-Bus tube and actually connecting to it
  * fdo#14602: update the StreamedMedia call API to telepathy-spec 0.17.3
  * fdo#14806: when we add ourselves to the local-pending set for incoming
    calls, set the caller as the actor
  * fdo#15198: fix assertion failure when calling GetCapabilities on an invalid
    handle
  * When removing a media stream before the initiate is sent, send it if possible
  * when blocking gtalk contacts, discard their presence
  * disconnect the connection if we don't receive a reply to the discovery
    request for server features
  * stop using Automake 1.9 features, and prefer to autoreconf using 1.8 (if
    available) to ensure that we don't accidentally re-add a 1.9 dependency
  * make sure teardown of the disco object doesn't crash if one of its callbacks
    causes it to be destroyed (bug exposed by test-disco-no-reply.py regression
    test)
  * Implements the current draft of the Hold interface, which will be in
    telepathy-spec 0.17.4 if all goes well
  * Only emit one AvatarRetrieved signal per contact, no matter how many
    requests there were for their avatar (fdo#12465)
  * Explicitly say we require GNU make, and turn off Automake portability
    warnings (fdo#14020)
  * Don't emit NewStreamHandler signals multiple times if Ready is called
    multiple times on the SessionHandler (a bug in stream-engine used to
    cause this to happen sometimes)
  * Assorted code cleanup prompted by adding more gcc warnings
* Fri Mar 14 2008 hfiguiere@suse.de
- update to 0.7.2
  + Tubes: a generic transport for collaborative applications
  + Lot of bug fixes.
  + Take advantage of telepathy-glib 0.6.1 changes
  + Remove the -devel files
* Tue Dec 25 2007 lrupp@suse.de
- package static libraries in devel package
  (Obsoletes: %%name-glib - dunno why they are needed at all)
- beautify specfile
- don't use obsolete %%run_ldconfig
- package some files for doc
* Mon May 14 2007 btimothy@suse.de
- Add defattr to each %%files section.
* Wed Apr  4 2007 maw@suse.de
- Don't build as root.  Duh.
* Tue Apr  3 2007 maw@suse.de
- New package.