Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2
libqxmpp-lc
libqxmpp-lc.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libqxmpp-lc.spec of Package libqxmpp-lc
# # spec file for package libqxmpp-lc # # Copyright (c) 2012 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/ # Name: libqxmpp-lc Version: 0.3.61 Release: 0 Source0: https://github.com/downloads/0xd34df00d/qxmpp-dev/qxmpp-%{version}-extras.tar.bz2 Source1: baselibs.conf Patch0: qxmpp-dynamiclib.patch Summary: Qt XMPP Library License: LGPL-2.1+ Group: System/Libraries Url: https://github.com/0xd34df00d/qxmpp-dev BuildRequires: libqt4-devel BuildRequires: speex-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description QXmpp is a cross-platform C++ XMPP client library. It is based on Qt and C++. QXmpp is pretty intuitive and easy to use. It uses Qt extensively. Qt is the only third party library it is dependent on. Users need to a have working knowledge of C++ and Qt basics (Signals and Slots and Qt data types). The underlying TCP socket and the XMPP RFCs (RFC3920 and RFC3921) have been encapsulated into classes and functions. Therefore the user would not be bothered with these details. But it is always recommended to the advanced users to read and enjoy the low level details. %package -n %{name}1 Summary: Qt XMPP Library Group: System/Libraries %description -n %{name}1 QXmpp is a cross-platform C++ XMPP client library. It is based on Qt and C++. QXmpp is pretty intuitive and easy to use. It uses Qt extensively. Qt is the only third party library it is dependent on. Users need to a have working knowledge of C++ and Qt basics (Signals and Slots and Qt data types). The underlying TCP socket and the XMPP RFCs (RFC3920 and RFC3921) have been encapsulated into classes and functions. Therefore the user would not be bothered with these details. But it is always recommended to the advanced users to read and enjoy the low level details. %package devel Summary: Qxmpp Development Files Group: Development/Libraries/C and C++ Requires: %{name}1 = %{version} %description devel It's a development package for qxmpp. QXmpp is a cross-platform C++ XMPP client library. It is based on Qt and C++. %prep %setup -q -n qxmpp-%{version} %patch0 %build qmake PREFIX=%{_prefix} QMAKE_STRIP="" QMAKE_CXXFLAGS+="%{optflags}" %__make %{?_smp_mflags} %install %makeinstall INSTALL_ROOT=%{buildroot} if [ "%_lib" != "lib" ]; then mv %{buildroot}/usr/lib %{buildroot}/usr/%_lib fi %post -n %{name}1 -p /sbin/ldconfig %postun -n %{name}1 -p /sbin/ldconfig %clean %{__rm} -rf %{buildroot} %files -n %{name}1 %defattr(-,root,root,-) %doc AUTHORS CHANGELOG LICENSE.LGPL README %{_libdir}/libqxmpp-lc.so.* %files devel %defattr(-,root,root,-) %{_includedir}/qxmpp-lc/ %{_libdir}/libqxmpp-lc.so %{_libdir}/pkgconfig/qxmpp-lc.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