Mailinglist Archive: opensuse-commit (1248 mails)
| < Previous | Next > |
commit scim-hangul for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 21 Apr 2010 01:58:58 +0200
- Message-id: <20100420235858.941EC20200@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package scim-hangul for openSUSE:Factory
checked in at Wed Apr 21 01:58:58 CEST 2010.
--------
--- scim-hangul/scim-hangul.changes 2010-02-23 10:36:39.000000000 +0100
+++ /mounts/work_src_done/STABLE/scim-hangul/scim-hangul.changes
2010-04-20 14:30:11.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Apr 20 12:33:43 CEST 2010 - tiwai@xxxxxxx
+
+- disable skim build for openSUSE-11.3
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ scim-hangul.spec ++++++
--- /var/tmp/diff_new_pack.o1fqXL/_old 2010-04-21 01:58:53.000000000 +0200
+++ /var/tmp/diff_new_pack.o1fqXL/_new 2010-04-21 01:58:53.000000000 +0200
@@ -17,11 +17,19 @@
# norootforbuild
+%if %suse_version > 1120
+%bcond_with skim
+%else
+%bcond_without skim
+%endif
Name: scim-hangul
-BuildRequires: gtk2-devel kdelibs3-devel libhangul-devel scim-devel skim
+BuildRequires: gcc-c++ gtk2-devel libhangul-devel scim-devel
+%if %{with skim}
+BuildRequires: kdelibs3-devel skim
+%endif
Version: 0.3.2
-Release: 107
+Release: 108
License: GPLv2+
Group: System/I18n/Korean
AutoReqProv: on
@@ -40,6 +48,8 @@
%description
Hangul Input Method Engine for SCIM
+%if %{with skim}
+
%package -n scim-hangul-skim
License: GPLv2+
Summary: skim setup module for scim-hangul
@@ -49,6 +59,7 @@
%description -n scim-hangul-skim
skim setup module for scim-hangul
+%endif
%prep
%define scim_binary_version 1.4.0
@@ -57,7 +68,9 @@
%patch0 -p0
%patch1 -p1
%patch2 -p1
+%if %{with skim}
cp skim/admin/mkinstalldirs .
+%endif
%build
#./bootstrap
@@ -69,22 +82,30 @@
export KDEDIR=/opt/kde3
%configure --disable-static \
--enable-debug
+%if %{with skim}
pushd skim
./configure --prefix=$KDEDIR -disable-static \
--enable-debug
popd
+%endif
make
+%if %{with skim}
make -C skim
+%endif
%install
export QTDIR=/usr/lib/qt3
export KDEDIR=/opt/kde3
make DESTDIR=${RPM_BUILD_ROOT} install
+%if %{with skim}
make -C skim DESTDIR=${RPM_BUILD_ROOT} install
+%endif
rm -f
$RPM_BUILD_ROOT/%{_libdir}/scim-1.0/%{scim_binary_version}/IMEngine/hangul.{a,la}
rm -f
$RPM_BUILD_ROOT/%{_libdir}/scim-1.0/%{scim_binary_version}/SetupUI/hangul-imengine-setup.{a,la}
%find_lang scim-hangul
+%if %{with skim}
%find_lang skim-scim-hangul
+%endif
%clean
@@ -104,6 +125,8 @@
%dir %{_datadir}/scim/hangul/
%{_datadir}/scim/hangul/symbol.txt
+%if %{with skim}
+
%files -n scim-hangul-skim -f skim-scim-hangul.lang
%defattr(-, root, root)
%dir /opt/kde3/share/apps/skim/
@@ -111,5 +134,6 @@
/opt/kde3/share/config.kcfg/*
/opt/kde3/share/services/*
/opt/kde3/%{_lib}/kde3/*
+%endif
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |