Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:please_try_again:gossip
loudmouth
loudmouth.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File loudmouth.spec of Package loudmouth
# # spec file for package loudmouth (Version 1.4.3) # # Copyright (c) 2010 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: loudmouth Version: 1.4.3 Release: 12.1 Url: http://www.loudmouth-project.org/ Group: Productivity/Networking/Other License: LGPLv2.1+ Summary: Jabber Client Library Written in C Source: http://ftp.imendio.com/pub/imendio/%{name}/src/%{name}-%{version}.tar.bz2 # PATCH-FIX-UPSTREAM loudmouth-fix-sasl-md5-digest-uri.patch vuntz@opensuse.org -- Taken from Debian, fix sasl md5 digest URI Patch0: loudmouth-fix-sasl-md5-digest-uri.patch # PATCH-FIX-UPSTREAM loudmouth-fix-async-resolving.patch vuntz@opensuse.org -- Taken from Debian, don't check for sync dns failures when using asyncns Patch1: loudmouth-fix-async-resolving.patch # PATCH-FIX-UPSTREAM loudmouth-drop-stanzas-on-fail.patch vuntz@opensuse.org -- Taken from Debian, ignore stanza that can't be parsed Patch2: loudmouth-drop-stanzas-on-fail.patch # PATCH-FIX-UPSTREAM loudmouth-use-pkg-config-for-gnutls.patch vuntz@opensuse.org -- Taken from Debian, use pkg-config to detect gnutls Patch3: loudmouth-use-pkg-config-for-gnutls.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %define debug_package_requires libloudmouth-1-0 = %{version}-%{release} BuildRequires: check-devel glib2-devel gnutls-devel gtk-doc %if 0%{?mandriva_version} BuildRequires: libidn-devel %else BuildRequires: sgml-skel %endif %description Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol. It is designed to be easy to get started with and yet extensible to let you do anything the Jabber protocol allows. %package -n libloudmouth-1-0 Group: Productivity/Networking/Other License: LGPLv2.1+ Summary: Jabber Client Library Written in C %description -n libloudmouth-1-0 Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol. It is designed to be easy to get started with and yet extensible to let you do anything the Jabber protocol allows. %package devel License: LGPLv2.1+ Group: Productivity/Networking/Other Summary: Jabber Client Library Written in C Requires: libloudmouth-1-0 = %{version} glibc-devel glib2-devel gnutls-devel %description devel Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol. It's designed to be easy to get started with and yet extensible to let you do anything the Jabber protocol allows. %package doc License: LGPLv2.1+ Group: Productivity/Networking/Other Summary: Jabber Client Library Written in C Requires: libloudmouth-1-0 = %{version} %description doc Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol. It's designed to be easy to get started with and yet extensible to let you do anything the Jabber protocol allows. %prep %setup -q %patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 %build autoreconf -f -i %configure\ --disable-static\ --enable-gtk-doc make %{?jobs:-j%jobs} %install %makeinstall find %{buildroot} -type f -name "*.la" -delete -print %clean rm -rf $RPM_BUILD_ROOT %post -n libloudmouth-1-0 -p /sbin/ldconfig %postun -n libloudmouth-1-0 -p /sbin/ldconfig %files -n libloudmouth-1-0 %defattr (-, root, root) %doc AUTHORS CONTRIBUTORS COPYING ChangeLog NEWS README %{_libdir}/*.so.* %files devel %defattr (-, root, root) %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %{_includedir}/loudmouth-1.0 %files doc %defattr (-, root, root) %{_datadir}/gtk-doc/html/loudmouth %changelog * Fri Feb 12 2010 vuntz@opensuse.org - Add patches from Debian: + loudmouth-fix-sasl-md5-digest-uri.patch: use the right URI for SASL md5 digest. + loudmouth-fix-async-resolving.patch: do not check for sync DNS failures when using async DNS. + loudmouth-drop-stanzas-on-fail.patch: ignore stanza that we can't parse. + loudmouth-use-pkg-config-for-gnutls.patch: use pkg-config to detect gnutls. Fix build on Factory. - Remove AutoReqProv: it's default now. - Use makeinstall macro. - Remove .la files. * Wed Dec 24 2008 mboman@suse.de - Update to version 1.4.3: + Various fixes * Thu Nov 6 2008 ro@suse.de - fix requires for doc subpackage * Tue Sep 16 2008 hfiguiere@suse.de - Fix debug package dependencies. * Fri Sep 12 2008 maw@suse.de - Update to version 1.4.2: + Various fixes. * Thu Sep 4 2008 hfiguiere@suse.de - Fix -devel package Requires. * Mon Sep 1 2008 hfiguiere@suse.de - Update spec to match library policies - Upgrade to 1.4.0 * [LM-95] - File descriptor leak in lm-connection.c * [LM-116] - lm_connection_set_jid() required when not using SRV * [LM-117] - Reentrancy error on failed connect * [LM-121] - Getting time outs when going through NAT on Linux * [LM-085] - Asynchronous DNS requests * [LM-106] - Don't call ID handler if the message is not error or result * [LM-110] - On server hangup, the last few messages from the server sometimes aren't processed * [LM-107] - SSL cert checking never works with GNUTls * [LM-111] - Add a pointer to check in the README file * [LM-55] - Check disconnect error reasons like conflicting resource and invalid xml (fix forward ported from 1.2) * [LM-88] - Segfault in _lm_ssl_begin for openssl (fix forward ported from 1.2) * [LM-10] - Loudmouth API docs error * [LM-49] - loudmouth does not determine server_from_jid correctly * [LM-62] - Crashes when connecting to server that requires STARTTLS * [LM-74] - Compiling loudmouth fails on lm-ssl-gnutls.c (Upgrade GnuTLS requirement) * New Features * [LM-63] - Implement the support for the SRV DNS records, please * [LM-76] - Support for SASL (XMPP 1.0) * Thu Apr 3 2008 hpj@suse.de - Upgraded to version 1.2.3: * [LM-104] - Problems with <stream:error/> in * [LM-105] - Patch to suppor getting local host address and full JID * Tue May 22 2007 mauro@suse.de - update to 1.2.0 * This is the same as 1.1.5 but marked as stable and released as 1.2.0. * For a complete list of changes since 1.0.5 look at the changes in 1.1.1-1.1.5 * Fixed leak when closing a connection, LM-59 * Escape the resource string (fixes problems with iChat contacts), LM-48 * Stale incoming source destroyed/unreffed, LM-60 * Fixed a leak in the synchronous layer, LM-66 * Fixed a couple of warning when building on 64 bit alpha, LM-41. * Generate better message IDs, LM-56 * Fixed a leaking proxy object, LM-51 * Fixed random bugs on connection errors, LM-58 * Removed a warning when using proxy, LM-50. * Infinite reading of 0 bytes when disconnected using gnutls, LM-45 * Loudmouth exports some internal SHA* functions, LM-47 * Fix auto* warning, LM-46 * Support for internationalised domain names, LM-42 * Fixed issue where no disconnect signal was emitted when connection closed during opening, LM-43 * Plugged a memory leak in LmConnection, LM-39 * Fixed warnings due to uninitialized value, LM-35 * Fixed a reentrancy-related issue with LmConnection, LM-37 * Tue Mar 27 2007 sbrabec@suse.cz - Require check-devel. * Tue Feb 13 2007 sbrabec@suse.cz - Do not build unusable static libraries (#238552#c17). * Tue Jan 16 2007 sbrabec@suse.cz - Spec file cleanup. * Mon Jan 8 2007 ro@suse.de - GNOME moved to /usr * Fri Sep 22 2006 jhargadon@suse.de - update to version 1.0.5 - Infinite reading of 0 bytes when disconnected using gnutls, LM-45 - Loudmouth exports some internal SHA* functions, LM-47 - Fix auto* warning, LM-46 - Fixed issue where no disconnect signal was emitted when connection closed during opening - Plugged a memory leak in LmConnection, LM-39 - Fixed warnings due to uninitialized value, LM-35 - Fixed a reentrancy-related issue with LmConnection, LM-37 - Quick build fix release when building without SSL, LM-25 - Fixed issue when opening in blocking mode failed, LM-15 - Unregister sources when connection fails to avoid later segfault, LM-16 - Fixed an issue where large messages would get trunkated, LM-17 * Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires * Wed Nov 23 2005 sbrabec@suse.cz - New SuSE package, version 1.0.1.
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor