]> git.pld-linux.org Git - packages/scim-skk.git/blob - scim-skk.spec
- new
[packages/scim-skk.git] / scim-skk.spec
1 Summary:        SCIM IMEngine module for SKK input
2 Summary(pl.UTF-8):      Silnik IM SCIM dla metody wprowadzania znaków SKK
3 Name:           scim-skk
4 Version:        0.5.2
5 Release:        1
6 License:        GPL v2+
7 Group:          Libraries
8 #Source0Download: https://osdn.jp/projects/scim-imengine/releases/p3205
9 Source0:        http://dl.osdn.jp/scim-imengine/18121/%{name}-%{version}.tar.gz
10 # Source0-md5:  69d789660439c248e507da63c90ad70a
11 Patch0:         %{name}-no-rpath.patch
12 Patch1:         %{name}-gtk3.patch
13 URL:            https://osdn.jp/projects/scim-imengine/
14 BuildRequires:  autoconf >= 2.50
15 BuildRequires:  automake
16 BuildRequires:  gettext-devel
17 BuildRequires:  libstdc++-devel
18 BuildRequires:  libtool >= 2:1.5
19 BuildRequires:  pkgconfig
20 BuildRequires:  scim-devel >= 1.0
21 Requires:       scim >= 1.0
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 SCIM IMEngine module for SKK input.
26
27 %description -l pl.UTF-8
28 Silnik IM SCIM dla metody wprowadzania znaków SKK.
29
30 %prep
31 %setup -q
32 %patch0 -p1
33 %patch1 -p1
34
35 %build
36 %{__gettextize}
37 %{__libtoolize}
38 %{__aclocal} -I m4
39 %{__autoconf}
40 %{__autoheader}
41 %{__automake}
42 %configure \
43         --disable-static
44
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 %{__rm} $RPM_BUILD_ROOT%{_libdir}/scim-1.0/*/*/*.la
54
55 %find_lang %{name}
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files -f %{name}.lang
61 %defattr(644,root,root,755)
62 %doc AUTHORS ChangeLog NEWS README TODO
63 %lang(ja) %doc README.ja
64 %attr(755,root,root) %{_libdir}/scim-1.0/*/IMEngine/skk.so
65 %attr(755,root,root) %{_libdir}/scim-1.0/*/SetupUI/skk-imengine-setup.so
66 %{_datadir}/scim/icons/scim-skk.png
This page took 0.16638 seconds and 3 git commands to generate.