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