|
@@ -1,7 +1,7 @@
|
|
|
Summary: A note taking application
|
|
|
Summary(ja): ノート作成アプリケーション
|
|
|
Name: keepnote
|
|
|
-Version: 0.6.3
|
|
|
+Version: 0.6.4
|
|
|
Release: 1%{?_dist_release}
|
|
|
Group: Applications/Editors
|
|
|
License: GPLv2+
|
|
@@ -40,10 +40,10 @@ KeepNote では、あなたの分類ノート、TODO リスト、研究ノート
|
|
|
|
|
|
%prep
|
|
|
%setup -q
|
|
|
-#%patch1 -p1
|
|
|
+%patch1 -p1
|
|
|
|
|
|
#%{__cp} -f %{SOURCE1} gettext/ja_JP.UTF8.po
|
|
|
-#make -f Makefile.gettext make LANG=ja_JP.UTF8
|
|
|
+make -f Makefile.gettext make LANG=ja_JP.UTF8
|
|
|
|
|
|
%build
|
|
|
python setup.py build
|
|
@@ -81,6 +81,10 @@ update-desktop-database > /dev/null 2>&1 || :
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sun Aug 1 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.4-1
|
|
|
+- new upstream release
|
|
|
+- recreated patch1
|
|
|
+
|
|
|
* Wed Jul 7 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.3-1
|
|
|
- new upstream release
|
|
|
- dropt source1
|