2012-09-09 23:51:59 +02:00
|
|
|
#
|
|
|
|
# spec file for package libqxmpp
|
|
|
|
#
|
2019-05-04 08:57:08 +02:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
2012-09-09 23:51:59 +02:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2019-05-04 08:57:08 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2012-09-09 23:51:59 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2019-11-18 08:43:19 +01:00
|
|
|
%define sover 2
|
2012-09-09 23:51:59 +02:00
|
|
|
Name: libqxmpp
|
2019-11-18 08:43:19 +01:00
|
|
|
Version: 1.1.0
|
2012-09-09 23:51:59 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Qt XMPP Library
|
2019-05-04 08:57:08 +02:00
|
|
|
License: LGPL-2.1-or-later
|
2019-05-07 08:46:31 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
2019-05-04 08:57:08 +02:00
|
|
|
URL: https://github.com/qxmpp-project/qxmpp/
|
|
|
|
Source0: https://github.com/qxmpp-project/qxmpp/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
2013-08-21 17:34:14 +02:00
|
|
|
Source1: baselibs.conf
|
2019-11-18 08:43:19 +01:00
|
|
|
BuildRequires: cmake >= 3.3
|
2019-05-04 08:57:08 +02:00
|
|
|
BuildRequires: doxygen
|
2012-09-09 23:51:59 +02:00
|
|
|
BuildRequires: fdupes
|
2019-05-04 08:57:08 +02:00
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: cmake(Qt5Core)
|
|
|
|
BuildRequires: cmake(Qt5Gui)
|
|
|
|
BuildRequires: cmake(Qt5Network)
|
|
|
|
BuildRequires: cmake(Qt5Test)
|
|
|
|
BuildRequires: cmake(Qt5Xml)
|
2015-01-11 09:30:55 +01:00
|
|
|
BuildRequires: pkgconfig(opus)
|
|
|
|
BuildRequires: pkgconfig(speex)
|
|
|
|
BuildRequires: pkgconfig(theora)
|
|
|
|
BuildRequires: pkgconfig(vpx)
|
2012-09-09 23:51:59 +02:00
|
|
|
|
|
|
|
%description
|
2019-05-04 08:57:08 +02:00
|
|
|
QXmpp is a cross-platform C++ XMPP client library based on Qt and C++.
|
2013-08-21 17:34:14 +02:00
|
|
|
|
2019-05-04 08:57:08 +02:00
|
|
|
%package -n %{name}%{sover}
|
2012-09-09 23:51:59 +02:00
|
|
|
Summary: Qt XMPP Library
|
|
|
|
Group: System/Libraries
|
2019-05-04 08:57:08 +02:00
|
|
|
Provides: libqxmpp-qt5-0 = %{version}
|
|
|
|
Obsoletes: libqxmpp-qt5-0 < %{version}
|
2012-09-09 23:51:59 +02:00
|
|
|
|
2019-05-04 08:57:08 +02:00
|
|
|
%description -n %{name}%{sover}
|
|
|
|
QXmpp is a cross-platform C++ XMPP client library based on Qt and C++.
|
2012-09-09 23:51:59 +02:00
|
|
|
|
|
|
|
%package -n %{name}-devel
|
|
|
|
Summary: Qxmpp Development Files
|
|
|
|
Group: Development/Libraries/C and C++
|
2019-05-04 08:57:08 +02:00
|
|
|
Requires: %{name}%{sover} = %{version}
|
|
|
|
Provides: libqxmpp-qt5-devel = %{version}
|
|
|
|
Obsoletes: libqxmpp-qt5-devel < %{version}
|
2012-09-09 23:51:59 +02:00
|
|
|
|
|
|
|
%description -n %{name}-devel
|
2019-05-04 08:57:08 +02:00
|
|
|
Development package for qxmpp.
|
2012-09-09 23:51:59 +02:00
|
|
|
|
|
|
|
%package doc
|
|
|
|
Summary: Qxmpp library documentation
|
|
|
|
Group: Documentation/HTML
|
2013-08-21 17:34:14 +02:00
|
|
|
BuildArch: noarch
|
2012-09-09 23:51:59 +02:00
|
|
|
|
|
|
|
%description doc
|
2013-03-12 22:58:11 +01:00
|
|
|
This packages provides documentation of Qxmpp library API.
|
2012-09-09 23:51:59 +02:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n qxmpp-%{version}
|
2019-05-04 08:57:08 +02:00
|
|
|
# Disable tests needing a network connection
|
|
|
|
sed -i 's,add_simple_test(qxmppserver),#add_simple_test(qxmppserver),' tests/CMakeLists.txt
|
|
|
|
sed -i 's,add_simple_test(qxmppcallmanager),#add_simple_test(qxmppcallmanager),' tests/CMakeLists.txt
|
|
|
|
sed -i 's,add_simple_test(qxmppiceconnection),#add_simple_test(qxmppiceconnection),' tests/CMakeLists.txt
|
|
|
|
sed -i 's,add_subdirectory(qxmpptransfermanager),#add_subdirectory(qxmpptransfermanager),' tests/CMakeLists.txt
|
2019-11-18 08:43:19 +01:00
|
|
|
sed -i 's,add_subdirectory(qxmppuploadrequestmanager),#add_subdirectory(qxmppuploadrequestmanager),' tests/CMakeLists.txt
|
2012-09-09 23:51:59 +02:00
|
|
|
|
|
|
|
%build
|
2019-05-04 08:57:08 +02:00
|
|
|
%cmake \
|
|
|
|
-DWITH_SPEEX=ON \
|
|
|
|
-DWITH_OPUS=ON \
|
|
|
|
-DWITH_THEORA=ON \
|
|
|
|
-DWITH_VPX=ON \
|
|
|
|
-DBUILD_DOCUMENTATION=ON \
|
|
|
|
-DBUILD_EXAMPLES=ON \
|
|
|
|
-DBUILD_TESTS=ON
|
|
|
|
|
|
|
|
%cmake_build
|
2012-09-09 23:51:59 +02:00
|
|
|
|
|
|
|
%install
|
2019-05-04 08:57:08 +02:00
|
|
|
%cmake_install
|
2012-09-09 23:51:59 +02:00
|
|
|
%fdupes %{buildroot}%{_datadir}/doc/qxmpp/
|
|
|
|
|
2015-01-11 09:30:55 +01:00
|
|
|
%check
|
2019-05-04 08:57:08 +02:00
|
|
|
export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
|
|
|
|
%ctest
|
2012-09-09 23:51:59 +02:00
|
|
|
|
2019-05-04 08:57:08 +02:00
|
|
|
%post -n %{name}%{sover} -p /sbin/ldconfig
|
|
|
|
%postun -n %{name}%{sover} -p /sbin/ldconfig
|
2012-09-09 23:51:59 +02:00
|
|
|
|
2019-05-04 08:57:08 +02:00
|
|
|
%files -n %{name}%{sover}
|
|
|
|
%license LICENSE.LGPL
|
|
|
|
%doc AUTHORS CHANGELOG.md README.md
|
2012-09-09 23:51:59 +02:00
|
|
|
%{_libdir}/%{name}.so.*
|
|
|
|
|
|
|
|
%files -n %{name}-devel
|
2019-05-04 08:57:08 +02:00
|
|
|
%{_includedir}/qxmpp/
|
2012-09-09 23:51:59 +02:00
|
|
|
%{_libdir}/%{name}.so
|
2019-05-04 08:57:08 +02:00
|
|
|
%{_libdir}/cmake/qxmpp/
|
2012-09-09 23:51:59 +02:00
|
|
|
%{_libdir}/pkgconfig/qxmpp.pc
|
|
|
|
|
|
|
|
%files doc
|
2019-05-04 08:57:08 +02:00
|
|
|
%{_datadir}/doc/qxmpp/
|
2012-09-09 23:51:59 +02:00
|
|
|
|
|
|
|
%changelog
|