]> git.pld-linux.org Git - packages/scim-tomoe.git/commitdiff
- pl, completed dependencies
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 13 Nov 2012 17:58:47 +0000 (18:58 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 13 Nov 2012 17:58:47 +0000 (18:58 +0100)
scim-tomoe.spec

index d566e5501a93080a941620532abdaee25b898e4b..1ac1c24f4e2080ee8a4bffffeb7517326f1ad15a 100644 (file)
@@ -1,4 +1,5 @@
 Summary:       Tomoe module for SCIM for handwritten input
+Summary(pl.UTF-8):     Moduł SCIM tomoe pozwalający na wprowadzanie pisma ręcznego
 Name:          scim-tomoe
 Version:       0.6.0
 Release:       1
@@ -8,12 +9,17 @@ Source0:      http://downloads.sourceforge.net/tomoe/%{name}-%{version}.tar.gz
 # Source0-md5: 21207dad4ceb5c00651673ec3737e010
 Patch0:                %{name}-gcc43-cstring.patch
 URL:           http://tomoe.sourceforge.net/
-BuildRequires: perl(XML::Parser)
-BuildRequires: gettext
-BuildRequires: scim-devel
+BuildRequires: gettext-devel
+BuildRequires: gtk+2-devel >= 2:2.4.0
+BuildRequires: intltool >= 0.35.0
+BuildRequires: libstdc++-devel
+BuildRequires: perl-XML-Parser
+BuildRequires: pkgconfig
+BuildRequires: scim-devel >= 1.2.0
 BuildRequires: tomoe-devel >= %{version}
 BuildRequires: tomoe-gtk-devel >= %{version}
-Requires:      scim
+Requires:      gtk+2 >= 2:2.4.0
+Requires:      scim >= 1.2.0
 Requires:      tomoe >= %{version}
 Requires:      tomoe-gtk >= %{version}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -22,6 +28,10 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Scim-tomoe allows handwritten input of Chinese and Japanese characters
 with tomoe using SCIM.
 
+%description -l pl.UTF-8
+Scim-tomoe pozwala na wprowadzanie ręcznie pisanych znaków chińskich i
+japońskich przy użyciu biblioteki tomoe poprzez SCIM.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -46,7 +56,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog
+%doc AUTHORS ChangeLog NEWS README TODO
 %attr(755,root,root) %{_bindir}/scim-tomoe
 %attr(755,root,root) %{_libdir}/scim-1.0/*/Helper/tomoe.so
 %{_datadir}/scim/icons/scim-tomoe.png
This page took 0.031441 seconds and 4 git commands to generate.