[libhangul/f14/master] Update to 0.0.12-1.

Daiki Ueno ueno at fedoraproject.org
Tue Jan 4 01:32:04 UTC 2011


commit 6dd9c9a89fdc4fad9a67cc874b56da917e385074
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Tue Jan 4 10:36:57 2011 +0900

    Update to 0.0.12-1.

 .gitignore     |    1 +
 libhangul.spec |   13 +++++++++++--
 sources        |    2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1fc91af..4464791 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 libhangul-0.0.10.tar.gz
 /libhangul-0.0.11.tar.gz
+/libhangul-0.0.12.tar.gz
diff --git a/libhangul.spec b/libhangul.spec
index 9a60a15..a65dec9 100644
--- a/libhangul.spec
+++ b/libhangul.spec
@@ -1,5 +1,5 @@
 Name:		libhangul
-Version:	0.0.11
+Version:	0.0.12
 Release:	1%{?dist}
 
 License:	LGPLv2+
@@ -11,6 +11,9 @@ Summary:	Hangul input library
 Group:		System Environment/Libraries
 Requires(post):	/sbin/ldconfig
 Requires(postun): /sbin/ldconfig
+BuildRequires: gettext
+
+
 %description
 libhangul provides common features for Hangul input method programs.
 
@@ -39,6 +42,7 @@ make %{?_smp_mflags}
 make install DESTDIR=$RPM_BUILD_ROOT
 
 rm $RPM_BUILD_ROOT%{_libdir}/%{name}.la
+%find_lang %{name}
 
 
 %clean
@@ -51,11 +55,12 @@ rm -rf $RPM_BUILD_ROOT
 %postun -p /sbin/ldconfig
 
 
-%files
+%files -f %{name}.lang
 %defattr(-, root, root)
 %doc AUTHORS COPYING ChangeLog NEWS README
 %{_libdir}/lib*.so.*
 %{_datadir}/%{name}
+%{_bindir}/hangul
 
 %files devel
 %defattr(-, root, root)
@@ -65,6 +70,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jan  4 2011 Daiki Ueno <dueno at redhat.com> - 0.0.12-1
+- update to 0.0.12
+- install %%{_bindir}/hangul and locale files.
+
 * Mon Oct  4 2010 Daiki Ueno <dueno at redhat.com> - 0.0.11-1
 - update to 0.0.11
 
diff --git a/sources b/sources
index 54bc949..cd0b3e4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d461957c45e4b0db64b146befcabd4ae  libhangul-0.0.11.tar.gz
+ef3941f5f0f3e83b1de699f2d46a1c92  libhangul-0.0.12.tar.gz


More information about the scm-commits mailing list