commit be12562ae32fdecc4cf9a347585e5a6010cb131b
Author: Jakub Bogusz <[email protected]>
Date:   Sat Sep 15 12:50:51 2012 +0200

    - updated to 0.4.0 (introduces GTK+ 3 support)
    - removed obsolete gcc43 patch

 scim-hangul-gcc43.patch | 22 ----------------------
 scim-hangul.spec        | 25 ++++++++++++++++---------
 2 files changed, 16 insertions(+), 31 deletions(-)
---
diff --git a/scim-hangul.spec b/scim-hangul.spec
index 6902e77..43f7025 100644
--- a/scim-hangul.spec
+++ b/scim-hangul.spec
@@ -1,25 +1,31 @@
 Summary:       Hangul Input Method Engine for SCIM
+Summary(pl.UTF-8):     Silnik metody wprowadzania znaków Hangul dla SCIM-a
 Name:          scim-hangul
-Version:       0.3.2
+Version:       0.4.0
 Release:       1
-License:       GPL v3
+License:       GPL v2+
 Group:         Libraries
 Source0:       http://downloads.sourceforge.net/scim/%{name}-%{version}.tar.gz
-# Source0-md5: 882460f47dd3211f94c80ed894ad05cb
-Patch0:                %{name}-gcc43.patch
+# Source0-md5: adc4b79508d0cbc639f1146ae124df58
 URL:           http://www.scim-im.org/
+BuildRequires: gettext-devel >= 0.18.1
 BuildRequires: scim-devel >= 1.2.0
-BuildRequires: libhangul-devel
-Requires:      scim
+BuildRequires: libhangul-devel >= 0.0.12
+BuildRequires: libstdc++-devel
+Requires:      libhangul >= 0.0.12
+Requires:      scim >= 1.2.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Scim-hangul is a SCIM IMEngine module for Korean (Hangul) input
 support.
 
+%description -l pl.UTF-8
+Scim-hangul to moduł silnika IM SCIM do obsługi wprowadzania
+znaków koreańskich (Hangul).
+
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure
@@ -41,8 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS README ChangeLog
+%doc AUTHORS ChangeLog NEWS README
+%lang(ko) %doc README.ko
 %attr(755,root,root) %{_libdir}/scim-1.0/*/IMEngine/hangul.so
 %attr(755,root,root) %{_libdir}/scim-1.0/*/SetupUI/hangul-imengine-setup.so
-%{_datadir}/scim/icons/scim-hangul.png
+%{_datadir}/scim/icons/scim-hangul*.png
 %{_datadir}/scim/hangul
diff --git a/scim-hangul-gcc43.patch b/scim-hangul-gcc43.patch
deleted file mode 100644
index 626b24f..0000000
--- a/scim-hangul-gcc43.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -u -r scim-hangul-0.3.2.orig/src/scim_hangul_imengine.cpp 
scim-hangul-0.3.2/src/scim_hangul_imengine.cpp
---- scim-hangul-0.3.2.orig/src/scim_hangul_imengine.cpp        2006-10-23 
20:42:47.000000000 +0800
-+++ scim-hangul-0.3.2/src/scim_hangul_imengine.cpp     2008-03-03 
14:18:09.000000000 +0800
-@@ -33,6 +33,7 @@
-   #include <config.h>
- #endif
- 
-+#include <string.h>
- #include <scim.h>
- #include "scim_hangul_imengine.h"
- 
-diff -u -r scim-hangul-0.3.2.orig/src/scim_hangul_imengine_setup.cpp 
scim-hangul-0.3.2/src/scim_hangul_imengine_setup.cpp
---- scim-hangul-0.3.2.orig/src/scim_hangul_imengine_setup.cpp  2006-10-23 
20:42:47.000000000 +0800
-+++ scim-hangul-0.3.2/src/scim_hangul_imengine_setup.cpp       2008-02-25 
14:56:57.000000000 +0800
-@@ -34,6 +34,7 @@
-   #include <config.h>
- #endif
- 
-+#include <cstring>
- #include <scim.h>
- #include <gtk/scimkeyselection.h>
- 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/scim-hangul.git/commitdiff/be12562ae32fdecc4cf9a347585e5a6010cb131b

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

Reply via email to