Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1805 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 14 years ago
parent
commit
57ad315a90
1 changed files with 6 additions and 2 deletions
  1. 6 2
      c/cherrytree/cherrytree-vl.spec

+ 6 - 2
c/cherrytree/cherrytree-vl.spec

@@ -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