Hello community, here is the log from the commit of package qoauth for openSUSE:Factory checked in at 2012-07-21 12:31:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qoauth (Old) and /work/SRC/openSUSE:Factory/.qoauth.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qoauth", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/qoauth/qoauth.changes 2012-03-11 20:05:09.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.qoauth.new/qoauth.changes 2012-07-21 12:31:27.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Jul 6 21:45:50 UTC 2012 - [email protected] + +- fix ppc64 libdir + +------------------------------------------------------------------- New: ---- qoauth-ppc64-libdir.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qoauth.spec ++++++ --- /var/tmp/diff_new_pack.CIfH0d/_old 2012-07-21 12:31:29.000000000 +0200 +++ /var/tmp/diff_new_pack.CIfH0d/_new 2012-07-21 12:31:29.000000000 +0200 @@ -28,6 +28,7 @@ BuildRequires: libqca2-devel BuildRequires: libqt4-devel Patch: qoauth-rpmoptflags.patch +Patch2: qoauth-ppc64-libdir.patch %define debug_package_requires libqoauth1 = %version-%release %description @@ -68,6 +69,7 @@ %prep %setup -q -n qoauth-%{version} %patch -p1 +%patch2 -p1 %build qmake make %{?jobs:-j %jobs} ++++++ qoauth-ppc64-libdir.patch ++++++ Index: qoauth-1.0.1/src/src.pro =================================================================== --- qoauth-1.0.1.orig/src/src.pro +++ qoauth-1.0.1/src/src.pro @@ -67,6 +67,9 @@ else:unix { } else { target.path = $${INSTALL_PREFIX}/lib } + contains(QMAKE_HOST.arch, ppc64) { + target.path = $${INSTALL_PREFIX}/lib64 + } headers.path = $${INSTALL_PREFIX}/include/QtOAuth docs.path = $${INSTALL_PREFIX}/share/doc/$${TARGET}-$${VERSION}/html -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
