update spec file
[framework/uifw/ise-engine-hangul.git] / packaging / ise-engine-hangul.spec
1 #sbs-git:slp/pkgs/i/ise-engine-hangul ise-engine-hangul 1.3.3-1 6c7cdd3ee487a566bfe30d74a4527561e681e37e
2 Name:       ise-engine-hangul
3 Summary:    Hangul Input Method Engine for ISF
4 Version:    1.3.3
5 Release:    1
6 Group:      TO_BE/FILLED_IN
7 License:    TO_BE/FILLED_IN
8 Source0:    %{name}-%{version}.tar.gz
9 BuildRequires:  pkgconfig(isf)
10 BuildRequires:  pkgconfig(glib-2.0)
11 BuildRequires:  pkgconfig(libhangul)
12
13 %description
14 Hangul Input Method Engine enables isf to input Hangul (Korean)
15 characters from the keyboard using the plugin modules and the data files.
16
17
18 %prep
19 %setup -q
20
21 %build
22
23 ./bootstrap
24 %configure --prefix=%{_prefix} --disable-static
25
26 make %{?jobs:-j%jobs}
27
28 %install
29 rm -rf %{buildroot}
30 %make_install
31
32
33 %files
34 %defattr(-,root,root,-)
35 %{_datadir}/scim/icons/scim-hangul.png
36 %{_datadir}/scim/hangul/symbol.txt
37 %{_datadir}/locale/*/LC_MESSAGES/*
38 %{_libdir}/scim-1.0/1.4.0/IMEngine/hangul.so
39