Hello community,

here is the log from the commit of package gcin for openSUSE:Factory checked in 
at 2012-12-07 14:08:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gcin (Old)
 and      /work/SRC/openSUSE:Factory/.gcin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gcin", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/gcin/gcin.changes        2012-11-13 
17:03:06.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gcin.new/gcin.changes   2012-12-07 
14:08:45.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Dec  7 08:56:27 UTC 2012 - [email protected]
+
+- readd a new gcin-libdir.patch as the bug was fixed only for
+  strange subforms of x86_64 and not all other platforms.
+
+-------------------------------------------------------------------

New:
----
  gcin-libdir.patch

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

Other differences:
------------------
++++++ gcin.spec ++++++
--- /var/tmp/diff_new_pack.ufZ4q8/_old  2012-12-07 14:08:46.000000000 +0100
+++ /var/tmp/diff_new_pack.ufZ4q8/_new  2012-12-07 14:08:46.000000000 +0100
@@ -30,6 +30,7 @@
 Patch0:         configure146p12.diff
 Patch1:         gcin_scripts_modify-XIM_103.diff
 Patch2:         icon_path.diff
+Patch3:         gcin-libdir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  anthy-devel
@@ -115,6 +116,8 @@
 %patch0
 %patch1
 %patch2
+%patch3 -p1
+
 %build
 CFLAGS="$RPM_OPT_FLAGS" %configure --prefix=/usr --use_i18n=Y --use_qt3=Y \
 --use_anthy=Y 
@@ -125,7 +128,7 @@
 mkdir -p $RPM_BUILD_ROOT/etc/X11/xim.d/
 install -m 644 $RPM_SOURCE_DIR/xim.d-gcin $RPM_BUILD_ROOT/etc/X11/xim.d/gcin
 
-DESTDIR=$RPM_BUILD_ROOT make install
+DESTDIR=$RPM_BUILD_ROOT make install LIB=%_lib
 
 %suse_update_desktop_file -r -G "Set Up your inputmethod" gcin-tools Settings 
System SystemSetup 
 PRIORITY=30

++++++ gcin-libdir.patch ++++++
Index: gcin-2.7.9/configure
===================================================================
--- gcin-2.7.9.orig/configure
+++ gcin-2.7.9/configure
@@ -175,10 +175,10 @@ fi
 
 
 LIB='lib'
-if [ -d /usr/lib64 -a -d /lib64 -a ! -d /lib/x86_64-linux-gnu ]; then
-LIB='lib64'
-# for fedora 64bit
-GTK_QUERY_IM_64='-64'
+if pkg-config --libs qt-mt | grep lib64 >/dev/null ; then
+       LIB='lib64'
+       # for fedora 64bit
+       GTK_QUERY_IM_64='-64'
 fi
 
 QT_IM='N'
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to