diff --git a/.abf.yml b/.abf.yml index fa289d1..ab30ca8 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,3 @@ sources: cherrytree-0.29.tar.xz: 82ca79d89d4310318721fa01315f50d51d1e10f0 + cherrytree-0.30.5.tar.xz: dc10337df026138ceea6546e5af57c699cf7961c diff --git a/cherrytree.spec b/cherrytree.spec index 4b33824..a693086 100644 --- a/cherrytree.spec +++ b/cherrytree.spec @@ -1,5 +1,5 @@ Name: cherrytree -Version: 0.29 +Version: 0.30.5 Release: 1 Summary: Hierarchical note taking application @@ -11,9 +11,11 @@ Source0: http://www.giuspen.com/software/%{name}-%{version}.tar.xz BuildArch: noarch BuildRequires: pkgconfig(python) BuildRequires: gettext +BuildRequires: desktop-file-utils Requires: pygtk2 Requires: python-gobject Requires: python-gtksourceview +Requires: python-enchant Requires: p7zip %description @@ -37,6 +39,9 @@ rm -rf %{buildroot}%{python_sitelib} rm -rf %{buildroot}%{_datadir}/application-registry/ rm -rf %{buildroot}%{_datadir}/mime-info/ +# menu entry check +desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop + %find_lang %{name} %files -f %{name}.lang @@ -48,15 +53,3 @@ rm -rf %{buildroot}%{_datadir}/mime-info/ %{_datadir}/mime/packages/%{name}.xml %{_mandir}/man1/*.1* -%changelog -* Thu Jan 10 2013 Eugene Budanov -- Update to version 0.29 - -* Wed Jan 02 2013 Eugene Budanov -- rebuild for ROSA 2012.1 -- fixed spec for errors -- fixed dependencies - -* Thu Jul 19 2012 Eugene Budanov -- Initial package ported from Fedora -- Fixed some dependecies