Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.5:Update
gloox
gloox.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gloox.spec of Package gloox
# # spec file for package gloox # # Copyright (c) 2022 SUSE LLC # # 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 https://bugs.opensuse.org/ # %define soname 18 Name: gloox Version: 1.0.24 Release: 0 Summary: High-level XMPP Library for C++ License: GPL-3.0-only Group: Development/Libraries/C and C++ URL: https://camaya.net/gloox Source: https://camaya.net/download/gloox-%{version}.tar.bz2 Source200: baselibs.conf # PATCH-FIX-UPSTREAM gloox-1.0.24-fix-gcc12-time.patch -- fix build with GCC 12 Patch0: https://gitweb.gentoo.org/repo/gentoo.git/plain/net-libs/gloox/files/gloox-1.0.24-fix-gcc12-time.patch BuildRequires: gcc-c++ BuildRequires: libgcrypt-devel BuildRequires: libgnutls-devel >= 2.12 BuildRequires: libidn-devel BuildRequires: libtool BuildRequires: make BuildRequires: pkgconfig BuildRequires: zlib-devel %description gloox is a portable high-level Jabber/XMPP library for C++. It is fully compliant with the XMPP RFCs, supports all of the XMPP features (including SRV lookups, TLS, SASL, roster management, and privacy lists), and implements several XEPs that make it ideal for writing any kind of Jabber/XMPP client or component. %package -n lib%{name}%{soname} Summary: High-level XMPP Library for C++ Group: System/Libraries %description -n lib%{name}%{soname} gloox is a portable high-level Jabber/XMPP library for C++. It is fully compliant with the XMPP RFCs, supports all of the XMPP features (including SRV lookups, TLS, SASL, roster management, and privacy lists), and implements several XEPs that make it ideal for writing any kind of Jabber/XMPP client or component. %package devel Summary: High-level XMPP Library for C++ Group: Development/Libraries/C and C++ Requires: lib%{name}%{soname} = %{version} Requires: libstdc++-devel %description devel gloox is a portable high-level Jabber/XMPP library for C++. It is fully compliant with the XMPP RFCs, supports all of the XMPP features (including SRV lookups, TLS, SASL, roster management, and privacy lists), and implements several XEPs that make it ideal for writing any kind of Jabber/XMPP client or component. %prep %autosetup -p1 -n gloox-%{version} %build export SUSE_ASNEEDED=0 %configure --enable-shared --disable-static --enable-getaddrinfo --without-examples %make_build %install %make_install rm -f "%{buildroot}%{_libdir}/libgloox".{a,la} h=%{_datadir}/doc/licenses/md5/$(md5sum COPYING|cut -f1 -d" ") test -e "$h" && ln -s -f "$h" COPYING %check %make_build test %post -n lib%{name}%{soname} -p /sbin/ldconfig %postun -n lib%{name}%{soname} -p /sbin/ldconfig %files -n lib%{name}%{soname} %license COPYING %doc AUTHORS README ChangeLog TODO %{_libdir}/libgloox.so.%{soname} %{_libdir}/libgloox.so.%{soname}.*.* %files devel %{_bindir}/gloox-config %{_includedir}/gloox %{_libdir}/libgloox.so %{_libdir}/pkgconfig/gloox.pc %changelog
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