Browse Source

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

kudoh 12 years ago
parent
commit
9e4d5a4242

+ 5 - 3
m/moonshiner/moonshiner-vl.spec

@@ -1,8 +1,6 @@
-%define _installdir $RPM_BUILD_ROOT/usr
-
 Name:		moonshiner
 Version:	1.0
-Release:	4%{?_dist_release}
+Release:	5%{?_dist_release}
 Summary:	graphical frontend for Ghostscript's PostScript-to-PDF converter
 Summary(ja):	Ghostscript を使い Postscript から PDF へ変換するためのグラフィカルフロントエンド
 
@@ -19,6 +17,7 @@ Requires:	pygtk2 >= 2.10
 Requires:	ghostscript >= 8.60
 
 BuildRequires:	desktop-file-utils
+BuildRequires:	python-devel
 
 %description
 Moonshiner is a graphical frontend (GUI) for Ghostscript's
@@ -63,6 +62,9 @@ update-desktop-database %{_datadir}/applications
 %{_datadir}/applications/*.desktop
 
 %changelog
+* Thu Feb 02 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0-5
+- added BuildRequires: python-devel
+
 * Fri Feb 5 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0-4
 - rebuilt with python-2.6.4
 - run gtk-update-icon-cache in %post, postun

+ 4 - 1
p/python-pocket-lint/python-pocket-lint-vl.spec

@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name: python-pocket-lint
-Version: 0.5.23
+Version: 0.5.27
 Release: 1%{?_dist_release}
 Summary: Pocket-lint a composite linter and style checker for source code
 Summary(ja): Pocket-lint はソースコードのコンポジットリンターとスタイルチェッカーです
@@ -63,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Feb 02 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.27-1
+- new upstream release
+
 * Sun Jan 15 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.23-1
 - new upstream release
 - improved Summary and Summary(ja)