File scim-canna.spec of Package scim-canna

#
# spec file for package scim-canna
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define scim_gtk3 1
Name:           scim-canna
Version:        1.0.1
Release:        0
Summary:        Canna Input Method Engine for SCIM
License:        GPL-2.0+
Group:          System/I18n/Japanese
Url:            http://sourceforge.jp/projects/scim-imengine/
Source0:        http://iij.dl.sourceforge.jp/scim-imengine/29155/%{name}-%{version}.tar.gz
Patch1:         libtool-autoconf.patch
#PATCH-FIX-UPSTREAM migration old gtk functions: gtktooltips
Patch3:         gtk-2.12+-gtktooltips-migration.patch
#PATCH-FIX-UPSTREAM convert old gtk_combo to new gtk_combobox
Patch4:         gtk-2.4+-combobox-migration.patch
BuildRequires:  canna-devel
BuildRequires:  gcc-c++
BuildRequires:  scim-devel
BuildRequires:  update-desktop-files
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Canna Input Method Engine for SCIM

%prep
%define scim_binary_version %(pkg-config --variable=scim_binary_version scim)
%define build_setup     1
%setup -q
%if 0%{?suse_version} <= 1110
%patch1 -p1
libtoolize --force
autoreconf -I /opt/gnome/share/aclocal --force --install --verbose
%endif
%if 0%{?scim_gtk3}
%patch3 -p1
%patch4 -p1
%endif

%build
CXXFLAGS="%{optflags}" \
./configure --prefix=/usr \
            --sysconfdir=%{_sysconfdir} \
	    --libdir=%{_libdir} \
            --disable-static \
	    --enable-debug
make

%install
%makeinstall
rm -f %{buildroot}/%{_libdir}/scim-1.0/%{scim_binary_version}/IMEngine/canna.{a,la}
rm -f %{buildroot}/%{_libdir}/scim-1.0/%{scim_binary_version}/SetupUI/canna-imengine-setup.{a,la}
%find_lang scim-canna

%files -f scim-canna.lang
%defattr(-, root, root)
%doc AUTHORS COPYING NEWS README ChangeLog
%{_libdir}/scim-1.0/%{scim_binary_version}/IMEngine/canna.so
%if %{build_setup}
%dir %{_libdir}/scim-1.0/%{scim_binary_version}/SetupUI/
%{_libdir}/scim-1.0/%{scim_binary_version}/SetupUI/canna-imengine-setup.so
%endif
%{_datadir}/scim/icons/scim-canna.png

%changelog
openSUSE Build Service is sponsored by