Add RPM Packaging
authorJaekyun Lee <jkyun.lee@samsung.com>
Wed, 31 Aug 2011 08:56:57 +0000 (17:56 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Tue, 21 Aug 2012 08:27:56 +0000 (17:27 +0900)
packaging/ise-engine-hangul.spec [new file with mode: 0644]

diff --git a/packaging/ise-engine-hangul.spec b/packaging/ise-engine-hangul.spec
new file mode 100644 (file)
index 0000000..03abe96
--- /dev/null
@@ -0,0 +1,38 @@
+Name:       ise-engine-hangul
+Summary:    Hangul Input Method Engine for ISF
+Version:    1.3.2
+Release:    1
+Group:      TO_BE/FILLED_IN
+License:    TO_BE/FILLED_IN
+Source0:    %{name}-%{version}.tar.gz
+BuildRequires:  pkgconfig(isf)
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(libhangul)
+
+%description
+Hangul Input Method Engine enables isf to input Hangul (Korean)
+characters from the keyboard using the plugin modules and the data files.
+
+
+%prep
+%setup -q
+
+%build
+
+./bootstrap
+%configure --prefix=%{_prefix} --disable-static
+
+make %{?jobs:-j%jobs}
+
+%install
+rm -rf %{buildroot}
+%make_install
+
+
+%files
+%defattr(-,root,root,-)
+%{_datadir}/scim/icons/scim-hangul.png
+%{_datadir}/scim/hangul/symbol.txt
+%{_datadir}/locale/*/LC_MESSAGES/*
+%{_libdir}/scim-1.0/1.4.0/IMEngine/hangul.so
+