commit libqxmpp-lc for openSUSE:Factory
Hello community, here is the log from the commit of package libqxmpp-lc for openSUSE:Factory checked in at 2012-07-30 09:21:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libqxmpp-lc (Old) and /work/SRC/openSUSE:Factory/.libqxmpp-lc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libqxmpp-lc", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/libqxmpp-lc/libqxmpp-lc.changes 2012-05-21 10:26:15.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libqxmpp-lc.new/libqxmpp-lc.changes 2012-07-30 09:21:34.000000000 +0200 @@ -1,0 +2,10 @@ +Fri Jul 27 09:43:24 UTC 2012 - meissner@suse.com + +- fix it better. + +------------------------------------------------------------------- +Wed Jul 25 08:01:35 UTC 2012 - dvaleev@suse.com + +- ppc64 also have lib64 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libqxmpp-lc.spec ++++++ --- /var/tmp/diff_new_pack.aPccDG/_old 2012-07-30 09:21:35.000000000 +0200 +++ /var/tmp/diff_new_pack.aPccDG/_new 2012-07-30 09:21:35.000000000 +0200 @@ -16,16 +16,15 @@ # - Name: libqxmpp-lc Version: 0.3.61 Release: 0 -License: LGPL-2.1+ Source0: https://github.com/downloads/0xd34df00d/qxmpp-dev/qxmpp-%{version}-extras.tar.bz2 Source1: baselibs.conf Patch0: qxmpp-dynamiclib.patch -Group: System/Libraries Summary: Qt XMPP Library +License: LGPL-2.1+ +Group: System/Libraries Url: https://github.com/0xd34df00d/qxmpp-dev BuildRequires: libqt4-devel @@ -44,9 +43,8 @@ always recommended to the advanced users to read and enjoy the low level details. %package -n %{name}1 -Group: System/Libraries Summary: Qt XMPP Library -License: LGPL-2.1+ +Group: System/Libraries %description -n %{name}1 QXmpp is a cross-platform C++ XMPP client library. It is based on Qt and C++. @@ -60,7 +58,6 @@ %package devel - Summary: Qxmpp Development Files Group: Development/Libraries/C and C++ Requires: %{name}1 = %{version} @@ -82,9 +79,9 @@ %install %makeinstall INSTALL_ROOT=%{buildroot} -%ifarch x86_64 -%__mv %{buildroot}/usr/{lib,lib64} -%endif +if [ "%_lib" != "lib" ]; then + mv %{buildroot}/usr/lib %{buildroot}/usr/%_lib +fi %post -n %{name}1 -p /sbin/ldconfig -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de