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