commit 9c0dbfe840d462da5c765554b2f9f7203fb85142
Author: Jakub Bogusz <[email protected]>
Date:   Sun Sep 16 16:09:42 2012 +0200

    - pl, general cleanup

 scim-fcitx.spec | 29 ++++++++++++++++++++++-------
 1 file changed, 22 insertions(+), 7 deletions(-)
---
diff --git a/scim-fcitx.spec b/scim-fcitx.spec
index 124021b..b0c321f 100644
--- a/scim-fcitx.spec
+++ b/scim-fcitx.spec
@@ -1,4 +1,5 @@
 Summary:       FCITX Input Method Engine for SCIM
+Summary(pl.UTF-8):     Silnik metody wprowadzania znaków FCITX dla SCIM-a
 Name:          scim-fcitx
 Version:       3.1.1
 Release:       1
@@ -8,8 +9,10 @@ Source0:       
http://downloads.sourceforge.net/scim/%{name}.%{version}.tar.bz2
 # Source0-md5: 781dc96ebce31e2949ecb0c3c1c769f6
 Patch0:                %{name}-gcc43.patch
 URL:           http://www.scim-im.org/projects/imengines/
-BuildRequires: scim-devel
-Requires:      scim
+BuildRequires: libstdc++-devel
+BuildRequires: pkgconfig
+BuildRequires: scim-devel >= 1.2.0
+Requires:      scim >= 1.2.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -17,19 +20,29 @@ scim-fcitx is a port of the fcitx Chinese input method for 
the SCIM
 input method platform. It provides Wubi, Erbi, Cangjie, and Pinyin
 styles of input.
 
+%description -l pl.UTF-8
+scim-fcitx to port metody wprowadzania znaków chińskich fcitx dla
+platformy wprowadzania znaków SCIM. Obsługuje metody Wubi, Erbi,
+Cangjie i Pinyin.
+
 %package tools
 Summary:       Fcitx tables tools
-Group:         Development/Libraries
+Summary(pl.UTF-8):     Narzędzia do obsługi tablic fcitx
+Group:         Development/Tools
 
 %description tools
 This package contains input table tools from fcitx.
 
+%description tools -l pl.UTF-8
+Ten pakiet zawiera narzędzia do obsługi tablic wejściowych fcitx.
+
 %prep
 %setup -q -n fcitx
 %patch0 -p1
 
 %build
-%configure
+%configure \
+       --disable-static
 
 %{__make} -j1
 
@@ -39,18 +52,20 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%{__rm} $RPM_BUILD_ROOT/%{_libdir}/scim-1.0/*/IMEngine/*.{la,a}
+%{__rm} $RPM_BUILD_ROOT/%{_libdir}/scim-1.0/*/IMEngine/*.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS README ChangeLog
+%doc AUTHORS ChangeLog README THANKS
 %attr(755,root,root) %{_libdir}/scim-1.0/*/IMEngine/fcitx.so
 %{_datadir}/scim/fcitx
 %{_datadir}/scim/icons/fcitx
 
 %files tools
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/createPYMB
+%attr(755,root,root) %{_bindir}/mb2txt
+%attr(755,root,root) %{_bindir}/txt2mb
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/scim-fcitx.git/commitdiff/9c0dbfe840d462da5c765554b2f9f7203fb85142

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to