|
@@ -1,7 +1,7 @@
|
|
|
Summary: CherryTree - note taking application
|
|
|
Summary(ja): CherryTree - ノート作成アプリケーション
|
|
|
Name: cherrytree
|
|
|
-Version: 0.14
|
|
|
+Version: 0.14.1
|
|
|
Release: 1%{?_dist_release}
|
|
|
License: GPLv2+
|
|
|
Group: Applications/Productivity
|
|
@@ -54,7 +54,7 @@ sed -i 's|Comment=Hierarchical Note Taking|Comment=Hierarchical Note Taking\nCom
|
|
|
|
|
|
%install
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
-%{__python} setup.py install --prefix=$RPM_BUILD_ROOT%{_prefix} --exec-prefix=$RPM_BUILD_ROOT%{_prefix}
|
|
|
+%{__python} setup.py install --prefix=$RPM_BUILD_ROOT%{_prefix}
|
|
|
|
|
|
desktop-file-install --vendor="" \
|
|
|
--add-category="Utility" \
|
|
@@ -89,6 +89,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Wed Sep 15 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.14.1-1
|
|
|
+- new upstream release
|
|
|
+- recreated patch0
|
|
|
+
|
|
|
* Thu Sep 2 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.14-1
|
|
|
- new upstream release
|
|
|
|