Hello community, here is the log from the commit of package libkqoauth for openSUSE:Factory checked in at 2013-06-09 16:36:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libkqoauth (Old) and /work/SRC/openSUSE:Factory/.libkqoauth.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libkqoauth" Changes: -------- --- /work/SRC/openSUSE:Factory/libkqoauth/libkqoauth.changes 2013-06-05 13:28:43.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libkqoauth.new/libkqoauth.changes 2013-06-09 16:36:58.000000000 +0200 @@ -1,0 +2,6 @@ +Wed May 29 12:34:40 UTC 2013 - [email protected] + +- dehardcode x86_64 lib64, use %libdir instead + libdir.patch + +------------------------------------------------------------------- New: ---- libdir.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libkqoauth.spec ++++++ --- /var/tmp/diff_new_pack.lSrm7L/_old 2013-06-09 16:36:59.000000000 +0200 +++ /var/tmp/diff_new_pack.lSrm7L/_new 2013-06-09 16:36:59.000000000 +0200 @@ -40,6 +40,7 @@ Url: https://github.com/kypeli/kQOAuth # https://github.com/kypeli/kQOAuth/archive/0.97.tar.gz Source0: kQOAuth-%{version}.tar.gz +Patch0: libdir.patch BuildRequires: pkgconfig(QtNetwork) >= 4.7 @@ -49,6 +50,7 @@ %package -n %{name}0 Summary: %{pack_summ} +Group: System/Libraries %description -n %{name}0 %{pack_desc} @@ -66,11 +68,13 @@ %prep %setup -q -n kQOAuth-%{version} +%patch0 -p1 %build qmake \ PREFIX=%{_prefix} \ +KQOAUTH_LIBDIR=%{_libdir} \ QMAKE_STRIP="" \ QMAKE_CXXFLAGS+="%{optflags}" make %{?_smp_mflags} ++++++ libdir.patch ++++++ Index: kQOAuth-0.97/kqoauth.prf =================================================================== --- kQOAuth-0.97.orig/kqoauth.prf +++ kQOAuth-0.97/kqoauth.prf @@ -1,5 +1,4 @@ KQOAUTH_INCDIR = /usr/include -KQOAUTH_LIBDIR = /usr/lib KQOAUTH_INCDIR ~= s!/qt4*!! KQOAUTH_LIBDIR ~= s!/qt4*!! Index: kQOAuth-0.97/src/src.pro =================================================================== --- kQOAuth-0.97.orig/src/src.pro +++ kQOAuth-0.97/src/src.pro @@ -75,11 +75,7 @@ else:unix { system( ./pcfile.sh $${INSTALL_PREFIX} $${VERSION} ) pkgconfig.files = kqoauth.pc - contains(QMAKE_HOST.arch, x86_64) { - target.path = $${INSTALL_PREFIX}/lib64 - } else { - target.path = $${INSTALL_PREFIX}/lib - } + target.path = $${KQOAUTH_LIBDIR} headers.path = $${INSTALL_PREFIX}/include/QtKOAuth docs.path = $${INSTALL_PREFIX}/share/doc/$${TARGET}-$${VERSION}/html -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
