Browse Source

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

kudoh 13 years ago
parent
commit
3dc8c3842e

+ 4 - 1
c/cherrytree/cherrytree-vl.spec

@@ -3,7 +3,7 @@
 Summary:   CherryTree - note taking application
 Summary(ja): CherryTree - ノート作成アプリケーション
 Name:	   cherrytree
-Version:   0.22
+Version:   0.22.1
 Release:   1%{?_dist_release}
 License:   GPLv2+
 Group:     Applications/Productivity
@@ -93,6 +93,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Wed Jul 06 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.22.1-1
+- new upstream release
+
 * Sun Jun 12 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.22-1
 - new upstream release
 - added BuildRequires: desktop-file-utils, python-setuptools

+ 6 - 3
n/nautilus-pyextensions/nautilus-pyextensions-vl.spec

@@ -1,5 +1,5 @@
 %define	name	nautilus-pyextensions
-%define	version	1.2.1
+%define	version	1.2.2
 
 Summary:        Handler of the Nautilus Python Extensions
 Summary(ja):    Nautilus Python Extensions のハンドラ
@@ -47,11 +47,11 @@ Python Extensions のグラフィカルハンドラ。
 #popd
 
 %build
-%{__python} setup.py build
+#%{__python} setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install --skip-build --prefix $RPM_BUILD_ROOT%{_prefix}
+%{__python} setup.py install --prefix=$RPM_BUILD_ROOT%{_prefix}
 
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}
 cp -af default-pyextensions $RPM_BUILD_ROOT%{_datadir}/%{name}
@@ -90,6 +90,9 @@ update-desktop-database > /dev/null 2>&1 || :
 %{_libdir}/python2.?/site-packages/
 
 %changelog
+* Thu Jul 06 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2.2-1
+- new upstream release
+
 * Sun Aug 15 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2.1-1
 - new upstream release
 - dropt source1 to merge upstream