diff --git a/dialog.changes b/dialog.changes index 4c8df2b..cd0dfc5 100644 --- a/dialog.changes +++ b/dialog.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 1 15:01:21 CEST 2010 - werner@suse.de + +- Added korean po translation file (bnc#614248) + ------------------------------------------------------------------- Fri Dec 18 22:12:02 CET 2009 - jengelh@medozas.de diff --git a/dialog.ko.po.bz2 b/dialog.ko.po.bz2 new file mode 100644 index 0000000..d9c30fd --- /dev/null +++ b/dialog.ko.po.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f81ee4f183791b0bb4ad09534ffc702da31c6d1de8e6aa098388932df11ae0a +size 572 diff --git a/dialog.spec b/dialog.spec index ee0e7ff..4e68218 100644 --- a/dialog.spec +++ b/dialog.spec @@ -1,7 +1,7 @@ # # spec file for package dialog (Version 1.1) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,10 +23,11 @@ BuildRequires: gpm ncurses-devel License: LGPLv2.1+ Url: http://invisible-island.net/dialog/ Version: 1.1 -Release: 33 +Release: 34 Summary: Menus and Input Boxes for Shell Scripts Group: Development/Libraries/Other Source: dialog-1.1-20080727.tar.bz2 +Source1: dialog.ko.po.bz2 Patch: dialog-1.1-20080727.dif AutoReqProv: on BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -46,6 +47,7 @@ Authors: %prep %setup -n dialog-1.1-20080727 +bzcat %{S:1} > po/ko.po %patch %build