Browse Source

keepnote-vl.spec

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@6359 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 11 years ago
parent
commit
063a15f8d1
1 changed files with 10 additions and 4 deletions
  1. 10 4
      k/keepnote/keepnote-vl.spec

+ 10 - 4
k/keepnote/keepnote-vl.spec

@@ -3,13 +3,13 @@
 Summary:        A note taking application
 Summary(ja):    ノート作成アプリケーション
 Name:           keepnote
-Version:        0.7.7
+Version:        0.7.8
 Release:        1%{?_dist_release}
 Group:          Applications/Editors
 License:        GPLv2+
 URL:            http://rasm.ods.org/keepnote/
 Source0:        %{name}/%{name}-%{version}.tar.gz
-#Source1:        ja_JP.UTF8.po
+Source1:        ja_JP.UTF8.po
 
 Patch1:         Makefile_gettetxt.patch
 Patch2:         fix_desktop.patch
@@ -27,6 +27,7 @@ BuildRequires:  intltool
 
 Requires:       pygtk2
 Requires:       gnome-python-extras
+Requires:       sqlite3 >= 3.5.0
 
 %description
 KeepNote is a note taking application that works on Windows, Linux, and Mac OS X.
@@ -47,8 +48,8 @@ KeepNote では、あなたの分類ノート、TODO リスト、研究ノート
 %patch1 -p1
 %patch2 -p1
 
-#%{__cp} -f %{SOURCE1} gettext/ja_JP.UTF8.po
-#make -f Makefile.gettext make LANG=ja_JP.UTF8
+%{__cp} -f %{SOURCE1} gettext/ja_JP.UTF8.po
+make -f Makefile.gettext make LANG=ja_JP.UTF8
 
 %build
 python setup.py build
@@ -89,6 +90,11 @@ update-desktop-database > /dev/null 2>&1 || :
 
 
 %changelog
+* Sun Jun 17 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.8-1
+- new upstream release
+- added Requires: sqlite3 >= 3.5.0
+- re-added source1
+
 * Sat Jan 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.7-1
 - new upstream release