Mailinglist Archive: opensuse-commit (1248 mails)
| < Previous | Next > |
commit scim-qtimm for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 21 Apr 2010 01:58:42 +0200
- Message-id: <20100420235842.A3658202A9@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package scim-qtimm for openSUSE:Factory
checked in at Wed Apr 21 01:58:42 CEST 2010.
--------
--- scim-qtimm/scim-qtimm.changes 2010-02-01 13:30:23.000000000 +0100
+++ /mounts/work_src_done/STABLE/scim-qtimm/scim-qtimm.changes 2010-04-20
14:16:09.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Apr 20 14:15:54 CEST 2010 - tiwai@xxxxxxx
+
+- disable skim (and kde3) for openSUSE-11.3
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ scim-qtimm.spec ++++++
--- /var/tmp/diff_new_pack.xIfTKj/_old 2010-04-21 01:58:36.000000000 +0200
+++ /var/tmp/diff_new_pack.xIfTKj/_new 2010-04-21 01:58:36.000000000 +0200
@@ -17,9 +17,17 @@
# norootforbuild
+%if %suse_version > 1120
+%bcond_with skim
+%else
+%bcond_without skim
+%endif
Name: scim-qtimm
-BuildRequires: kdelibs3-devel scim-devel skim
+BuildRequires: gcc-c++ qt3-devel scim-devel
+%if %{with skim}
+BuildRequires: kdelibs3-devel skim
+%endif
License: GPLv2+
Group: System/I18n/Chinese
AutoReqProv: on
@@ -31,7 +39,7 @@
Supplements: packageand(scim:qt3)
Summary: Qt input module plugin for SCIM
Version: 0.9.4
-Release: 273
+Release: 274
Url: http://www.scim-im.org/
# CVS repository:
# cvs -d:pserver:anonymous@xxxxxxxxxxxxxxxxxxx:/cvsroot/scim login
@@ -60,6 +68,7 @@
%patch4 -p1
%patch5 -p1
chmod -R u+w .
+%if %{with skim}
rm -f config.cache
rm -f configure
. /etc/opt/kde3/common_options
@@ -68,25 +77,43 @@
%else
update_admin --no-unsermake
%endif
+%endif
# hack to build with older distros
%if %suse_version < 1100
sed -i -e'/supplements/d' $RPM_SOURCE_DIR/baselibs.conf
%endif
%build
+%if %{with skim}
. /etc/opt/kde3/common_options
+%endif
export QTDIR=/usr/lib/qt3
export KDEDIR=/opt/kde3
+%if %{with skim}
./configure $configkde \
%ifarch x86_64 ppc64 s309x
--enable-libsuffix=64 \
%endif
--enable-tests \
--enable-scim-debug
+%else
+%configure \
+%ifarch x86_64 ppc64 s309x
+ --enable-libsuffix=64 \
+%endif
+ --enable-tests \
+ --enable-scim-debug \
+ --disable-skim-support
+%endif
make
%install
+export QTDIR=/usr/lib/qt3
+%if %{with skim}
. /etc/opt/kde3/common_options
+%else
+export INSTALL_TARGET=install
+%endif
export QTDIR=/usr/lib/qt3
make DESTDIR=$RPM_BUILD_ROOT $INSTALL_TARGET
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |