Hello community,

here is the log from the commit of package libqxmpp1 for openSUSE:Factory
checked in at Thu Aug 11 12:42:54 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/libqxmpp1/libqxmpp1.changes    2011-07-31 
21:02:40.000000000 +0200
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Sun Jul 31 18:58:49 UTC 2011 - nlmin...@gmail.com
+
+- first package 
+

calling whatdependson for head-i586


New:
----
  baselibs.conf
  libqxmpp1.changes
  libqxmpp1.spec
  qxmpp-0.3.45.1-extras.tar.bz2
  qxmpp-dynamiclib.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libqxmpp1.spec ++++++
#
# spec file for package libqxmpp1
#
# Copyright (c) 2011 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:           libqxmpp1
Version:        0.3.45.1
Release:        1
License:        LGPL-2.0+
Source0:        
https://github.com/downloads/0xd34df00d/qxmpp-dev/qxmpp-0.3.45.1-extras.tar.bz2 
Source1:        baselibs.conf
#Patch0:    qxmpp.patch
Patch0:         qxmpp-dynamiclib.patch
Group:          System/Libraries
Summary:        Qt XMPP Library
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 libqxmpp-devel

Summary:        Qxmpp Development Files
Group:          Development/Libraries/C and C++
Requires:       libqxmpp1 = %{version}

%description -n libqxmpp-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}
%ifarch x86_64
%__mv %{buildroot}/usr/{lib,lib64}
%endif

%post -n %{name} -p /sbin/ldconfig

%postun -n %{name} -p /sbin/ldconfig

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,-)

%{_libdir}/libqxmpp.so.*

%files -n libqxmpp-devel
%defattr(-,root,root,-)
%doc AUTHORS CHANGELOG LICENSE.LGPL README
%{_includedir}/qxmpp
%{_libdir}/libqxmpp.so
%{_libdir}/pkgconfig/qxmpp.pc

%changelog
++++++ baselibs.conf ++++++
libqxmpp1++++++ qxmpp-dynamiclib.patch ++++++
--- qxmpp.pri   2011-07-18 03:12:56.000000000 +0300
+++ qxmpp.pri   2011-07-30 10:06:40.882149129 +0300
@@ -32,7 +32,7 @@
 # Path of the QXmpp library file, for expressing dependency.
 symbian {
 } else:unix {
-    QXMPP_LIBRARY_FILE = $${QXMPP_LIBRARY_DIR}/lib$${QXMPP_LIBRARY_NAME}.a
+    QXMPP_LIBRARY_FILE = $${QXMPP_LIBRARY_DIR}/lib$${QXMPP_LIBRARY_NAME}.so
 }
 
 unix {
--- src/src.pro 2011-07-18 03:12:56.000000000 +0300
+++ src/src.pro 2011-07-30 10:06:14.832474792 +0300
@@ -4,7 +4,7 @@
 
 TEMPLATE = lib
 
-CONFIG += staticlib
+CONFIG += dynamiclib
 INCLUDEPATH += $$QXMPP_INCLUDE_DIR $$QXMPP_INTERNAL_INCLUDES
 LIBS += $$QXMPP_INTERNAL_LIBS
 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to