]> git.pld-linux.org Git - packages/scim-hangul.git/blob - scim-hangul.spec
- fix patch
[packages/scim-hangul.git] / scim-hangul.spec
1 Summary:        Hangul Input Method Engine for SCIM
2 Summary(pl.UTF-8):      Silnik metody wprowadzania znaków Hangul dla SCIM-a
3 Name:           scim-hangul
4 Version:        0.4.0
5 Release:        1
6 License:        GPL v2+
7 Group:          Libraries
8 Source0:        http://downloads.sourceforge.net/scim/%{name}-%{version}.tar.gz
9 # Source0-md5:  adc4b79508d0cbc639f1146ae124df58
10 Patch0:         %{name}-gcc4.patch
11 URL:            http://www.scim-im.org/
12 BuildRequires:  gettext-devel >= 0.18.1
13 BuildRequires:  scim-devel >= 1.2.0
14 BuildRequires:  libhangul-devel >= 0.0.12
15 BuildRequires:  libstdc++-devel
16 Requires:       libhangul >= 0.0.12
17 Requires:       scim >= 1.2.0
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Scim-hangul is a SCIM IMEngine module for Korean (Hangul) input
22 support.
23
24 %description -l pl.UTF-8
25 Scim-hangul to moduł silnika IM SCIM do obsługi wprowadzania
26 znaków koreańskich (Hangul).
27
28 %prep
29 %setup -q
30 %patch0 -p1
31
32 %build
33 %configure
34
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %{__rm} $RPM_BUILD_ROOT%{_libdir}/scim-1.0/*/*/*.la
44
45 %find_lang %{name}
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files -f %{name}.lang
51 %defattr(644,root,root,755)
52 %doc AUTHORS ChangeLog NEWS README
53 %lang(ko) %doc README.ko
54 %attr(755,root,root) %{_libdir}/scim-1.0/*/IMEngine/hangul.so
55 %attr(755,root,root) %{_libdir}/scim-1.0/*/SetupUI/hangul-imengine-setup.so
56 %{_datadir}/scim/icons/scim-hangul*.png
57 %{_datadir}/scim/hangul
This page took 0.071411 seconds and 3 git commands to generate.