]> git.pld-linux.org Git - packages/scim-tomoe.git/blame - scim-tomoe.spec
- updated gettext BR
[packages/scim-tomoe.git] / scim-tomoe.spec
CommitLineData
1932b073 1Summary: Tomoe module for SCIM for handwritten input
35929e5f 2Summary(pl.UTF-8): Moduł SCIM tomoe pozwalający na wprowadzanie pisma ręcznego
1932b073
JR
3Name: scim-tomoe
4Version: 0.6.0
5f42add2 5Release: 1
1932b073
JR
6License: GPL v2+
7Group: Libraries
8Source0: http://downloads.sourceforge.net/tomoe/%{name}-%{version}.tar.gz
9# Source0-md5: 21207dad4ceb5c00651673ec3737e010
10Patch0: %{name}-gcc43-cstring.patch
11URL: http://tomoe.sourceforge.net/
33978ed6 12BuildRequires: gettext-tools
35929e5f
JB
13BuildRequires: gtk+2-devel >= 2:2.4.0
14BuildRequires: intltool >= 0.35.0
15BuildRequires: libstdc++-devel
16BuildRequires: perl-XML-Parser
17BuildRequires: pkgconfig
18BuildRequires: scim-devel >= 1.2.0
1932b073
JR
19BuildRequires: tomoe-devel >= %{version}
20BuildRequires: tomoe-gtk-devel >= %{version}
35929e5f
JB
21Requires: gtk+2 >= 2:2.4.0
22Requires: scim >= 1.2.0
1932b073
JR
23Requires: tomoe >= %{version}
24Requires: tomoe-gtk >= %{version}
25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
28Scim-tomoe allows handwritten input of Chinese and Japanese characters
29with tomoe using SCIM.
30
35929e5f
JB
31%description -l pl.UTF-8
32Scim-tomoe pozwala na wprowadzanie ręcznie pisanych znaków chińskich i
33japońskich przy użyciu biblioteki tomoe poprzez SCIM.
34
1932b073
JR
35%prep
36%setup -q
37%patch0 -p1
38
39%build
40%configure
41
42%{__make}
43
44%install
45rm -rf $RPM_BUILD_ROOT
46
47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
49
50%{__rm} $RPM_BUILD_ROOT%{_libdir}/scim-1.0/*/*/*.{la,a}
51
52%find_lang %{name}
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files -f %{name}.lang
58%defattr(644,root,root,755)
35929e5f 59%doc AUTHORS ChangeLog NEWS README TODO
1932b073
JR
60%attr(755,root,root) %{_bindir}/scim-tomoe
61%attr(755,root,root) %{_libdir}/scim-1.0/*/Helper/tomoe.so
62%{_datadir}/scim/icons/scim-tomoe.png
This page took 0.072035 seconds and 4 git commands to generate.