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